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

Commit

Permalink
Fixed typos and added some output
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed May 26, 2023
1 parent d46bec6 commit 64d6a30
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/install.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh --
tag=${1:-intel}
echo "Installing swiftest_driver:${tag} container and executable script"
echo "Installing swiftest_driver:${tag} Docker container and executable script"
docker pull daminton/swiftest_driver:${tag}
cp -rf ${tag}/bin/swiftest_driver ../bin/
1 change: 1 addition & 0 deletions singularity/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
# $ . ./install.sh
#
tag=${1:-intel}
echo "Installing swiftest_driver.sif Singularity container and executable script from swiftest_driver:${tag} Docker container"
singularity pull --force swiftest_driver.sif docker://daminton/swiftest_driver:${tag}
cp -rf bin/swiftest_driver ../bin/
source ./setenv.sh
2 changes: 1 addition & 1 deletion singularity/setenv.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh --
# This will set the SWIFTEST_SIF environment variable as long as it is executed by source.
# $ . ./setenvl.sh
# $ . ./setenv.sh
export SWIFTEST_SIF="${PWD}/swiftest_driver.sif"

0 comments on commit 64d6a30

Please sign in to comment.