You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PrometheusPi edited this page Sep 11, 2014
·
3 revisions
simulating strong coupled plasmas for ion-laser-cooling on GPUs**
This is a start of a wiki page, that might help users.
If you use scpongpu for the first time and want to run it on hypnos, just do the following:
Follow our githubinstructions to get the source code, or in short:
# create general SCPonGPU work directory and enter it
mkdir SCPonGPU
cd SCPonGPU
# get source code from git hub (own repo)
git clone git@github.com:<YourUserName>/scpongpu.git
cd scpongpu
# add remote link to our source code
git remote add mainline git@github.com:ComputationalRadiationPhysics/scpongpu.git
# update the remote link and pull all changes
git fetch mainline
git pull --rebase mainline master
create a runs directory next to your source code:
# go back to SCPonGPU foldercd ..
# create runs folder
mkdir runs
copy source code into simulation directory
# copy source code for simulation
cp -r scpongpu/src/scpongpu runs/001_first_test_run
set up simulation
# go to simulation directorycd runs/001_first_run
# go to a k20 node
qsub -I -q k20 -d . -l nodes=1:ppn=2
# get required modulessource scpongpu.profile
# compile SCPonGPU
make
# run simulation and wait till it is finished
./scp.exe
used data
The simulation data (particle id, position, momentum) is currently printed to stdout. It can be used for analysis.