Skip to content

Commit

Permalink
Merged Dynamically create ReFrame config with correct amount of memory
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Top committed Jun 14, 2024
1 parent d28e552 commit 9e69d52
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions eessi_container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,11 @@ display_help() {
echo " -n | --nvidia MODE - configure the container to work with NVIDIA GPUs,"
echo " MODE==install for a CUDA installation, MODE==run to"
echo " attach a GPU, MODE==all for both [default: false]"
echo " -o | --lower-dirs DIRS - list of ':' separated directories that are used"
echo " in front of the default lower dir (CVMFS repo);"
echo " fuse-overlayfs will merge all lower directories;"
echo " the option can be used to make certain directories"
echo " in the CVMFS repo writable [default: none]"
echo " -o | --lower-dirs DIRS - list of ':' separated directories that are used"
echo " in front of the default lower dir (CVMFS repo);"
echo " fuse-overlayfs will merge all lower directories;"
echo " the option can be used to make certain directories"
echo " in the CVMFS repo writable [default: none]"
echo " -r | --repository CFG - configuration file or identifier defining the"
echo " repository to use [default: EESSI via"
echo " default container, see --container]"
Expand Down

0 comments on commit 9e69d52

Please sign in to comment.