forked from pghysels/STRUMPACK
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrun_64.sh
27 lines (23 loc) · 859 Bytes
/
run_64.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#!/bin/sh -x
#PJM -L "node=64"
#PJM -L "rscunit=rscunit_ft01"
#PJM -L "rscgrp=small"
#PJM -L "elapse=24:00:00"
#PJM -L "freq=2200"
#PJM -L "throttling_state=0"
#PJM -L "issue_state=0"
#PJM -L "ex_pipe_state=0"
#PJM -L "eco_state=0"
#PJM --mpi "proc=256"
#PJM --mpi "max-proc-per-node=4"
#PJM -s
export OMP_PLACES=cores
export OMP_DISPLAY_AFFINITY=TRUE
export OMP_PROC_BIND=close
export OMP_BIND=close
export OMP_NUM_THREADS=12
export XOS_MMM_L_PAGING_POLICY="demand:demand:demand"
# mpiexec -stdout job_stdout.log -stderr job_stderr.log ./build/test/test_STRUMPACK_starsh \
# $HOME/57114x64.dat 3655280 --hss_rel_tol 1e-9
mpiexec -stdout out_64.log -stderr err_64.log ./build/test/test_STRUMPACK_starsh 65536 1e-7 --hss_rel_tol 1e-9
mpiexec -stdout out_64.log -stderr err_64.log ./build/test/test_STRUMPACK_starsh 65536 1e-6 --hss_rel_tol 1e-9