Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Description custom OOD app cae_course - OTRS-01745 #572

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 26 additions & 1 deletion mkdocs/docs/HPC/web_portal_custom_apps/abaqus_cae.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
# Custom web portal app for ABAQUS (CAE course)

*(more info soon)*
Cluster Desktop with Abaqus - course E071400
This app will launch an interactive desktop on a donphan node with 2 cores.
Comment on lines +3 to +4
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Cluster Desktop with Abaqus - course E071400
This app will launch an interactive desktop on a donphan node with 2 cores.
`Cluster Desktop with Abaqus - course E071400`
This app will launch an interactive desktop on the [interactive debug cluster](../interactive_debug.md) with 2 cores.

It will then start the Abaqus GUI after setting some environment variables.

Locked down options (in form.yml.erb):
- Xfce desktop
- 1 node, 2 cores
- Cluster donphan
- Free selection 1-8 hours
Comment on lines +7 to +11
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this useful info? Especially the form.yml.erb is meaningless to end users, and rather than mentioning donphan directly, we should mention the more general "interactive/debug cluster" instead?

Also, this doesn't really add anything compared to what's above, so just remove?

Suggested change
Locked down options (in form.yml.erb):
- Xfce desktop
- 1 node, 2 cores
- Cluster donphan
- Free selection 1-8 hours


Custom script is run (in template/desktops/custom.sh) that
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Custom script is run (in template/desktops/custom.sh) that
A custom script is automatically run when the session starts which:

- Creates an environment variable file for Abaqus in the user home folder (abaqus_v6.env)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Creates an environment variable file for Abaqus in the user home folder (abaqus_v6.env)
- Creates an environment variable file for Abaqus in the user home folder (`abaqus_v6.env`)

Does this blindly overwrite abaqus_v6.env if it's already there in the home directory?
If so, that's not very nice...

> `import os, re, glob, driverUtils`
>
> `license_server_type=FLEXNET`
>
> `abaquslm_license_file="@<LICENSE_SERVER_ADDRESS>"`
>
> `#set plugin central directory correct. For each hpc cluster it is installed in a different location`
>
> `plugin_central_dir=os.environ.get("ABA_HOME",)+"/SMATfoResources/gui/plugins/"`
- executes commands:
- `module load ABAQUS`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does it really use "module load ABAQUS" without using a specific version? @stdweird ?

- `vglrun abaqus cae`