Wiki

Clone wiki

supernu / use_instructions

USE INSTRUCTIONS

SuperNu requires the above specified input files (input. and data. files) to run. The following procedure sets up and runs an example SuperNu simulation:

#-- prepare sim directory
mkdir -p ~/sim-supernu/test/run001
cd ~/sim-supernu/test/run001
cp ~/supernu/bin/supernu .
ln -sf ~/supernu/src/Data/* .
ln -sf /home/Data/Atoms.20120801 ./Atoms
#-- setup simulation
cp -f ~/supernu/src/Input/input.str_r64 input.str
cp -f ~/supernu/src/Input/input.w7.par input.par
echo "in_name = 'w7_11r64'" >> input.par
echo "in_comment = 'test simulation 1D'" >> input.par
#-- run simulation
./supernu

Updated