We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0127128 commit 386ea39Copy full SHA for 386ea39
apps/Fluent/Arm/Fluent-Benchmark.OMPI.sbatch
@@ -41,5 +41,4 @@ mpirun -np $SLURM_JOB_NUM_NODES -ppn 1 /bin/bash -c "sync && echo 3 | sudo tee /
41
echo "Enabling Transparent Huge Pages (THP)"
42
mpirun -np $SLURM_JOB_NUM_NODES -ppn 1 /bin/bash -c "echo always | sudo tee /sys/kernel/mm/transparent_hugepage/enabled"
43
44
-echo "Run Fluent Benchmark: ${APP_BIN_PATH} ${benchmark_file%.*} -t${SLURM_NPROCS} -cnf=hostfile -part=4 -platform=intel -nosyslog -noloadchk -ssh -mpi=openmpi -norm"
45
"${APP_BIN_PATH}" ${benchmark_file%.*} -t${SLURM_NPROCS} -cnf=hostfile -part=4 -platform=openmpi -nosyslog -noloadchk -ssh -mpi=intel -norm | tee output.$SLURM_JOBID.out
0 commit comments