freddieknets / xboinc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

XBOINC

Python package for submitting track simulations in particle accelerators with BOINC system

INSTRUCTIONS:

$ git clone git@github.com:xsuite/xsuite.git
$ pip install -e xboinc

Test application

$ cd xboinc/examples/000_build_executable
$ python 000_build_executable.py
$ chmod +x 001msys2_compile_executable.sh
$ ./001msys2_compile_executable.sh
$ cd ../002_lhc
$ python 000_build_executable.py
$ python 001_build_input.py
$ cd ../003_boinc
$ export BOINC_DIR=/home/giadarol/Desktop/xsuite_packages/boinc
$ python 000_build_executable.py
$ make
$ cp ../002_lhc/xboinc_input.bin .
$ chmod +x xboinc_executable
$ ./xboinc_executable

About

License:Apache License 2.0


Languages

Language:Python 61.2%Language:C 38.8%