Skip to content

Commit

Permalink
add --bind /gscratch to klone MDs
Browse files Browse the repository at this point in the history
  • Loading branch information
kubu4 committed Feb 18, 2025
1 parent f9d7c10 commit c755e38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/klone_Running-a-Job.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ This section contains the commands/programs you want executed. You can treat it
--home $PWD \
--bind /mmfs1/home/ \
--bind /mmfs1/gscratch/ \
--bind /gscratch/ \
/gscratch/srlab/containers/srlab-bioinformatics-container-<git_commit_hash>.sif \
<commands_script.sh>
```
Expand Down
1 change: 1 addition & 0 deletions docs/klone_quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ See the ["Running a job" instructions](./klone_Running-a-Job.md) for a more deta
--home $PWD \
--bind /mmfs1/home/ \
--bind /mmfs1/gscratch/ \
--bind /gscratch/ \
/gscratch/srlab/containers/srlab-bioinformatics-container-<git_commit_hash>.sif \
<commands-script.sh>
```
Expand Down

0 comments on commit c755e38

Please sign in to comment.