Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
More typo fixes and cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Jun 7, 2023
1 parent 5f2e9bf commit da9b300
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions apptainer/install.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
#!/bin/sh --
# This will install the Singularity container version of the swiftest_driver in place of the native compiled version into ../bin.
# In order to use the executable script, the SWIFTEST_SIF environment variable must be set to point to the location of swiftest_driver.sif, which requires this script to be called via source:
# In order to use the executable script, the SWIFTEST_SIF environment variable must be set to point to the location of swiftest.sif, which requires this script to be called via source:
# $ . ./install.sh
#
tag=${1:-latest}
echo "Installing swiftest_driver.sif Singularity container and executable script from swiftest_driver:${tag} Docker container"
echo "Installing swiftest_driver.sif Singularity container and executable script from swiftest:${tag} Docker container"
apptainer pull --force swiftest.sif docker://daminton/swiftest:${tag}
cp -rf bin/swiftest_driver ../bin/
cp -rf bin/swiftest_python ../bin/
source ./setenv.sh
5 changes: 3 additions & 2 deletions singularity/install.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
#!/bin/sh --
# This will install the Singularity container version of the swiftest_driver in place of the native compiled version into ../bin.
# In order to use the executable script, the SWIFTEST_SIF environment variable must be set to point to the location of swiftest_driver.sif, which requires this script to be called via source:
# In order to use the executable script, the SWIFTEST_SIF environment variable must be set to point to the location of swiftest.sif, which requires this script to be called via source:
# $ . ./install.sh
#
tag=${1:-latest}
echo "Installing swiftest_driver.sif Singularity container and executable script from swiftest_driver:${tag} Docker container"
echo "Installing swiftest_driver.sif Singularity container and executable script from swiftest:${tag} Docker container"
singularity pull --force swiftest.sif docker://daminton/swiftest:${tag}
cp -rf bin/swiftest_driver ../bin/
cp -rf bin/swiftest_python ../bin/
source ./setenv.sh

0 comments on commit da9b300

Please sign in to comment.