Skip to content

Commit

Permalink
use variables for project and storage name
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed Dec 23, 2023
1 parent 7e0193c commit 68404a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion example/hello-world-intel-mpi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ This example shows requesting using the intel MPI snippet, which means adding a
command to your code. An hpc-* flavored family is required (which is the default).

```bash
snakemake --jobs 1 --executor googlebatch --googlebatch-region us-central1 --googlebatch-project llnl-flux --default-storage-provider s3 --default-storage-prefix s3://snakemake-testing-llnl --googlebatch-snippets intel-mpi
GOOGLE_PROJECT=myproject
snakemake --jobs 1 --executor googlebatch --googlebatch-region us-central1 --googlebatch-project ${GOOGLE_PROJECT} --default-storage-provider s3 --default-storage-prefix s3://my-snakemake-testing --googlebatch-snippets intel-mpi
```

0 comments on commit 68404a2

Please sign in to comment.