Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
hpc-compendium
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ZIH
hpcsupport
hpc-compendium
Commits
adc350a2
Commit
adc350a2
authored
1 year ago
by
Guilherme Pantoja Calandrini de Azevedo Junior
Browse files
Options
Downloads
Plain Diff
Merge branch 'gupa977e_COMSOL' into 'preview'
fixes for COMSOL startup See merge request
!1010
parents
9263fcc4
8014734e
No related branches found
No related tags found
2 merge requests
!1014
Automated merge from preview to main
,
!1010
fixes for COMSOL startup
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc.zih.tu-dresden.de/docs/software/fem_software.md
+21
-18
21 additions, 18 deletions
doc.zih.tu-dresden.de/docs/software/fem_software.md
with
21 additions
and
18 deletions
doc.zih.tu-dresden.de/docs/software/fem_software.md
+
21
−
18
View file @
adc350a2
...
@@ -324,24 +324,6 @@ firewall of ZIH. For further information, please refer to the COMSOL manual.
...
@@ -324,24 +324,6 @@ firewall of ZIH. For further information, please refer to the COMSOL manual.
Start the server process with 4 cores, 10 GB RAM and max. 8 hours running time using an
Start the server process with 4 cores, 10 GB RAM and max. 8 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=4 --mem-per-cpu=2500 --time=08:00:00 comsol -np 4 server
```
??? example "Interactive Job"
If you'd like to work interactively using COMSOL, you can request for an interactive job with,
e.g., 4 cores and 2500 MB RAM for 8 hours and X11 forwarding to open the COMSOL GUI:
```console
marie@login$ module load COMSOL
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
rendering*. Than, you can work from within the campus network.
??? 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
...
@@ -362,6 +344,27 @@ firewall of ZIH. For further information, please refer to the COMSOL manual.
...
@@ -362,6 +344,27 @@ firewall of ZIH. For further information, please refer to the COMSOL manual.
srun comsol -mpi=intel batch -inputfile ./MyInputFile.mph
srun comsol -mpi=intel batch -inputfile ./MyInputFile.mph
```
```
### Interactive X11 forward
=== "starter script"
```console
marie@login$ start_comsol.sh
```
=== "customized startup"
If you'd like to work interactively using COMSOL, you can request for an interactive job with,
e.g., 4 cores and 2500 MB RAM for 8 hours and X11 forwarding to open the COMSOL GUI:
```console
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
```
Please make sure, that the option *Preferences* --> Graphics --> *Renedering* is set to *software
rendering*. Than, you can work from within the campus network.
## LS-DYNA
## LS-DYNA
[
LS-DYNA
](
https://www.dynamore.de/de
)
is a general-purpose, implicit and explicit FEM software for
[
LS-DYNA
](
https://www.dynamore.de/de
)
is a general-purpose, implicit and explicit FEM software for
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment