typo authored by Villerius's avatar Villerius
...@@ -49,7 +49,7 @@ To unload a module: ...@@ -49,7 +49,7 @@ To unload a module:
If you want to use the modules command within a script that you want to submit with qsub If you want to use the modules command within a script that you want to submit with qsub
you need to source /usr/local/Modules/current/init/bash. you need to source /usr/local/Modules/current/init/bash.
A example script that you would submit would look like this: An example script that would submit a R v3.2.3 job would look like this:
``` ```
#!/bin/bash #!/bin/bash
#$ -S /bin/bash #$ -S /bin/bash
... ...
......