Skip to content
Snippets Groups Projects
Commit 375180e9 authored by Philipp Rüssmann's avatar Philipp Rüssmann
Browse files

Small fix test running script run_test_03_1_energ25.sh

parent 4a44efce
No related branches found
No related tags found
No related merge requests found
......@@ -4,5 +4,5 @@ cp -rL test_inputs/test_03.1/ test_run03.1_energ_hybrid_1_25
cd test_run03.1_energ_hybrid_1_25
mv inputcard_mpienerg inputcard
# run either with srun for slurm or directly with mpirun
srun -N 4 -n 25 ../../kkr.x > out_kkr || mpirun -np 25 ../../kkr.x > tee out_kkr
srun -N 4 -n 25 ../../kkr.x > out_kkr || mpirun -np 25 ../../kkr.x > out_kkr
cd ../
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment