Skip to content

Commit 6a198f0

Browse files
committed
Added OOD script generator to Slurm workshop
1 parent c33acac commit 6a198f0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

content/notes/slurm-from-cli/section2.md

+4
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ You can also use [Open OnDemand's](https://www.rc.virginia.edu/userinfo/rivanna/
2424

2525
Editors available at the command line are [nano](https://www.nano-editor.org/), [vim](https://www.vim.org/), and [emacs](https://www.gnu.org/software/emacs/). Nano is a simple text-only editor. Vim is also available text-only from a command line, but a graphical version called `gvim` can be invoked from a MATE Desktop through the Applications→Accessories menu. Emacs can also be started from the Accessories menu but, if a graphical environment, will start a graphical user interface. If invoked within a text-only environment, it will fall back to a text interface.
2626

27+
### Open OnDemand Tool
28+
29+
For a user-friendly introduction to creating Slurm scripts on-demand, we have implemented a Slurm script generator on Open OnDemand. To access the generator, go through Utilities→Slurm Script Generator on the top bar. This will present you with a fillable web form that generates a text file in real time with the details of your resource requests. You can then download the script created by the generator to your local workstation once completed. You can upload it to the cluster using any file transfer method you prefer.
30+
2731
## Our First Slurm Script
2832

2933
This example illustrates the main parts of a Slurm script.

0 commit comments

Comments
 (0)