-
Notifications
You must be signed in to change notification settings - Fork 35
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
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. | ||||||||||||
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
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is this useful info? Especially the Also, this doesn't really add anything compared to what's above, so just remove?
Suggested change
|
||||||||||||
|
||||||||||||
Custom script is run (in template/desktops/custom.sh) that | ||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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) | ||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
Does this blindly overwrite |
||||||||||||
> `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` | ||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Does it really use " |
||||||||||||
- `vglrun abaqus cae` | ||||||||||||
|
||||||||||||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.