Skip to content
Snippets Groups Projects
Commit 3d4cbd49 authored by ESCOBAR MUNOZ Juan's avatar ESCOBAR MUNOZ Juan
Browse files

Juan 30/03/2020:in job_examples , inhibe graphic postprocessing

parent bbae8eb8
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ module list
export MONORUN="Exec ccc_mprun -n 1 "
export MPIRUN="Exec ccc_mprun -n 4 "
export POSTRUN="time "
export POSTRUN="echo "
cd $SRC_MESONH/MY_RUN/KTEST/003_KW78
make -k
......
......@@ -21,7 +21,7 @@ hostname
. ../conf/profile_mesonh-LXifort-R8I4-MNH-V5-4-3-MPIINTEL-O2
export MONORUN="Exec srun -l -n 1 --export=ALL numabind_core_slurm"
export MPIRUN="Exec srun -l -n 4 --export=ALL numabind_core_slurm"
export POSTRUN="time "
export POSTRUN="echo "
cd $SRC_MESONH/MY_RUN/KTEST/003_KW78
make -k
......
......@@ -21,7 +21,7 @@ hostname
. ../conf/profile_mesonh-LXifort-R8I4-MNH-V5-4-3-MPIINTEL-O2
export MONORUN="Mpirun -prepend-rank -np 1 "
export MPIRUN="Mpirun -prepend-rank -np 4 "
export POSTRUN="time "
export POSTRUN="echo "
cd $SRC_MESONH/MY_RUN/KTEST/003_KW78
make -k
......
......@@ -20,7 +20,7 @@ hostname
. ../conf/profile_mesonh-LXifort-R8I4-MNH-V5-4-3-MPIINTEL-O2
export MONORUN="mpirun -prepend-rank -np 1 "
export MPIRUN="mpirun -prepend-rank -np 4 "
export POSTRUN="time "
export POSTRUN="echo "
cd $SRC_MESONH/MY_RUN/KTEST/003_KW78
make -k
......
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