Skip to content
Snippets Groups Projects

fixes for COMSOL startup

Merged Guilherme Pantoja Calandrini de Azevedo Junior requested to merge gupa977e_COMSOL into preview
1 file
+ 9
2
Compare changes
  • Side-by-side
  • Inline
@@ -321,9 +321,14 @@ firewall of ZIH. For further information, please refer to the COMSOL manual.
@@ -321,9 +321,14 @@ firewall of ZIH. For further information, please refer to the COMSOL manual.
??? example "Server Process"
??? example "Server Process"
Start the server process with 4 cores, 10 GB RAM and max. 8 hours running time using an
Start the server process with 2 cores, 4 GB RAM and max. 2 hours running time using an
interactive Slurm job like this:
interactive Slurm job like this:
 
```console
 
marie@login$ module load COMSOL
 
marie@login$ srun --ntasks=1 --cpus-per-task=2 --mem-per-cpu=4096 --time=02:00:00 --pty --x11=first server -np 2
 
```
 
??? example "Background Job"
??? example "Background Job"
Interactive working is great for debugging and setting experiments up. But, if you have a huge
Interactive working is great for debugging and setting experiments up. But, if you have a huge
@@ -355,13 +360,15 @@ firewall of ZIH. For further information, please refer to the COMSOL manual.
@@ -355,13 +360,15 @@ firewall of ZIH. For further information, please refer to the COMSOL manual.
=== "customized startup"
=== "customized startup"
If you'd like to work interactively using COMSOL, you can request for an interactive job with,
If you'd like to work interactively using COMSOL, you can request for an interactive job with,
e.g., 2 cores and 2500 MB RAM for 1 hours and X11 forwarding to open the COMSOL GUI:
e.g., 4 cores and 2500 MB RAM for 8 hours and X11 forwarding to open the COMSOL GUI:
```console
```console
marie@login$ module load COMSOL
marie@login$ module load COMSOL
marie@login$ srun --ntasks=1 --cpus-per-task=2 --mem-per-cpu=2500 --time=01:00:00 --pty --x11=first comsol -np 2
marie@login$ srun --ntasks=1 --cpus-per-task=2 --mem-per-cpu=2500 --time=01:00:00 --pty --x11=first comsol -np 2
```
```
 
!!! note
 
Please make sure, that the option *Preferences* --> Graphics --> *Renedering* is set to *software
Please make sure, that the option *Preferences* --> Graphics --> *Renedering* is set to *software
rendering*. Than, you can work from within the campus network.
rendering*. Than, you can work from within the campus network.
Loading