"test/gtest-1.7.0/fused-src/gtest/gtest.h" did not exist on "32125697f271ed03209f686186c67eee2075856c"
mpi_job.sh 249 Bytes
Newer Older
zhaoying1's avatar
zhaoying1 committed
1
2
3
4
5
6
7
8
9
10
11
12
source env.sh
hostfile=./hostfile

np=$(cat $hostfile|sort|uniq |wc -l)
np=$(($np*8))

which mpirun
mpirun -np $np --allow-run-as-root --hostfile hostfile --bind-to none --mca btl_tcp_if_include enp97s0f1 mpi_single.sh 8
echo "END TIME: $(date)"