mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-28 22:25:32 -04:00
Docker: Run performance tests with -bind-to socket
This commit is contained in:
parent
ed7d5963ea
commit
b4b7b1df51
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ function run_benchmark {
|
|||
INPUT=$3
|
||||
OUTPUT=$4
|
||||
echo -n "Running ${INPUT} with ${OMP_THREADS} threads and ${MPI_RANKS} ranks... "
|
||||
if OMP_NUM_THREADS="${OMP_THREADS}" mpiexec -np "${MPI_RANKS}" \
|
||||
if OMP_NUM_THREADS="${OMP_THREADS}" mpiexec -bind-to socket -np "${MPI_RANKS}" \
|
||||
"/workspace/cp2k/exe/${ARCH}/cp2k.psmp" "${INPUT}" &> "${OUTPUT}"; then
|
||||
echo "done."
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue