Skip to content

Commit

Permalink
fix[qe,ph] output name
Browse files Browse the repository at this point in the history
  • Loading branch information
Laura Bellentani committed Mar 12, 2024
1 parent c1f3e35 commit 926cfdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Day-2/exercise_ph/step5/submit.job
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ export OMP_NUM_THREADS=8
export OMP_PLACES=cores; export OMP_PROC_BIND=close
export ESPRESSO_PSEUDO=../../pseudo

srun -n 4 --cpu-bind=cores --cpus-per-task=$SLURM_CPUS_PER_TASK ph.x -ni <nimages> -nk 1 -i ph.CnSnI3.in > ph.CnSnI3.out
srun -n 4 --cpu-bind=cores --cpus-per-task=$SLURM_CPUS_PER_TASK ph.x -ni <nimages> -nk 1 -i ph.CnSnI3.in > out.0_0
srun -n 1 --cpu-bind=cores --cpus-per-task=$SLURM_CPUS_PER_TASK ph.x -ni 1 -nk 1 -i ph.CnSnI3.recover.in > ph.CnSnI3.recover.out

0 comments on commit 926cfdb

Please sign in to comment.