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

Juan 19/08/2024:MESONH_HOST2005/run_mesonh_step1_xyz, Update for use Cray Managed Memory

parent 29322e91
No related branches found
No related tags found
No related merge requests found
...@@ -3,6 +3,10 @@ ...@@ -3,6 +3,10 @@
#export PGI_ACC_POOL_ALLOC=0 #export PGI_ACC_POOL_ALLOC=0
export PGI_ACC_SYNCHRONOUS=1 export PGI_ACC_SYNCHRONOUS=1
#export HSA_XNACK=1 MANAGED=MANAGED
#export CRAY_ACC_USE_UNIFIED_MEM=1
#export CRAY_ACC_DEBUG=1
NP=${NP:-16} NP=${NP:-16}
NPS=${NPS:-4} NPS=${NPS:-4}
...@@ -11,7 +15,7 @@ export MPIRUN=${MPIRUN:-"Mpirun -tag-output -bind-to none -map-by ppr:${NPS}:soc ...@@ -11,7 +15,7 @@ export MPIRUN=${MPIRUN:-"Mpirun -tag-output -bind-to none -map-by ppr:${NPS}:soc
# #
set -x set -x
set -e #set -e
# #
rm -f DA0064.* rm -f DA0064.*
rm -f PGD00064.* rm -f PGD00064.*
...@@ -22,4 +26,4 @@ ln -sf ../002_prep_ideal_case/DA0064.{des,nc} . ...@@ -22,4 +26,4 @@ ln -sf ../002_prep_ideal_case/DA0064.{des,nc} .
# #
time ${MPIRUN} MESONH${XYZ} time ${MPIRUN} MESONH${XYZ}
cp OUTPUT_LISTING1 OUTPUT_LISTING1${XYZ}.${NP}NP.$$ cp OUTPUT_LISTING1 OUTPUT_LISTING1${XYZ}.${NP}NP.${AUX}.$$
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