From aa0acbfacc44834a80d7d1c79248c8f10c1669fc Mon Sep 17 00:00:00 2001 From: David Minton Date: Wed, 7 Jun 2023 08:56:09 -0400 Subject: [PATCH] Fixed typos in Singularity/Apptainer scripts --- apptainer/bin/swiftest_python | 2 +- singularity/bin/swiftest_python | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apptainer/bin/swiftest_python b/apptainer/bin/swiftest_python index b33012e4a..6d562c962 100755 --- a/apptainer/bin/swiftest_python +++ b/apptainer/bin/swiftest_python @@ -1,2 +1,2 @@ #!/bin/sh -- -apptainer run --bind $(pwd):$(pwd) --env OMP_NUM_THREADS=${OMP_NUM_THREADS},FOR_COARRAY_NUM_IMAGES=${FOR_COARRAY_NUM_IMAGES} ${SWIFTEST_SIF} swiftest_driver "$@" \ No newline at end of file +apptainer run --bind $(pwd):$(pwd) --env OMP_NUM_THREADS=${OMP_NUM_THREADS},FOR_COARRAY_NUM_IMAGES=${FOR_COARRAY_NUM_IMAGES} ${SWIFTEST_SIF} "$@" \ No newline at end of file diff --git a/singularity/bin/swiftest_python b/singularity/bin/swiftest_python index 4061ff119..2a7b13735 100755 --- a/singularity/bin/swiftest_python +++ b/singularity/bin/swiftest_python @@ -1,2 +1,2 @@ #!/bin/sh -- -singularity run --bind $(pwd):$(pwd) --env OMP_NUM_THREADS=${OMP_NUM_THREADS},FOR_COARRAY_NUM_IMAGES=${FOR_COARRAY_NUM_IMAGES} ${SWIFTEST_SIF} swiftest_driver "$@" \ No newline at end of file +singularity run --bind $(pwd):$(pwd) --env OMP_NUM_THREADS=${OMP_NUM_THREADS},FOR_COARRAY_NUM_IMAGES=${FOR_COARRAY_NUM_IMAGES} ${SWIFTEST_SIF} "$@" \ No newline at end of file