Skip to content

Commit

Permalink
Update parallelism.Rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau-lilly authored Oct 30, 2017
1 parent 6c7f396 commit 3385825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/parallelism.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ To tell the `Makefile` to use `shell.sh`, you will need to add the line `SHELL=.
make(my_plan, parallelism = "Makefile", jobs = 2, prepend = "SHELL=./shell.sh")
```

[SLURM](https://slurm.schedmd.com/) users may be able to [invoke `srun` and dispense with `shell.sh` altogether](http://plindenbaum.blogspot.com/2014/09/parallelizing-gnu-make-4-in-slurm.html), though success may vary depending on the SLURM system. You will probably also need to set SLURM configuration parameters like the wall time and queue.
[SLURM](https://slurm.schedmd.com/) users may be able to [invoke `srun` and dispense with `shell.sh` altogether](http://plindenbaum.blogspot.com/2014/09/parallelizing-gnu-make-4-in-slurm.html), though success may vary depending on the SLURM system. You will probably also need to set resource allocation parameters such as upper bounds on memory and runtime. See `man srun` for the possible `.SHELLFLAGS`.

```{r cluster, eval = FALSE}
make(
Expand Down

0 comments on commit 3385825

Please sign in to comment.