Skip to content
Snippets Groups Projects
Commit e930e559 authored by Danny Marc Rotscher's avatar Danny Marc Rotscher
Browse files

Changed parameter "--time" to correct format.

parent bb5fe49f
No related branches found
No related tags found
2 merge requests!552Merge to main,!544Changed parameter "--time" to correct format.
......@@ -208,7 +208,7 @@ firewall of ZIH. For further information, please refer to the COMSOL manual.
```console
marie@login$ module load COMSOL
marie@login$ srun --ntasks=1 --cpus-per-task=4 --mem-per-cpu=2500 --time=8:00 comsol -np 4 server
marie@login$ srun --ntasks=1 --cpus-per-task=4 --mem-per-cpu=2500 --time=08:00:00 comsol -np 4 server
```
??? example "Interactive Job"
......@@ -218,7 +218,7 @@ firewall of ZIH. For further information, please refer to the COMSOL manual.
```console
marie@login$ module load COMSOL
marie@login$ srun --ntasks=1 --cpus-per-task=4 --mem-per-cpu=2500 --time=8:00 --pty --x11=first comsol -np 4
marie@login$ srun --ntasks=1 --cpus-per-task=4 --mem-per-cpu=2500 --time=08:00:00 --pty --x11=first comsol -np 4
```
Please make sure, that the option *Preferences* --> Graphics --> *Renedering* is set to *software
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment