-
Notifications
You must be signed in to change notification settings - Fork 36
Description custom OOD app cae_course - OTRS-01745 #572
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
base: main
Are you sure you want to change the base?
Conversation
Cluster Desktop with Abaqus - course E071400 | ||
This app will launch an interactive desktop on a donphan node with 2 cores. |
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.
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. |
Locked down options (in form.yml.erb): | ||
- Xfce desktop | ||
- 1 node, 2 cores | ||
- Cluster donphan | ||
- Free selection 1-8 hours |
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.
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?
Locked down options (in form.yml.erb): | |
- Xfce desktop | |
- 1 node, 2 cores | |
- Cluster donphan | |
- Free selection 1-8 hours |
- Cluster donphan | ||
- Free selection 1-8 hours | ||
|
||
Custom script is run (in template/desktops/custom.sh) that |
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.
Custom script is run (in template/desktops/custom.sh) that | |
A custom script is automatically run when the session starts which: |
> | ||
> `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 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 ?
- Free selection 1-8 hours | ||
|
||
Custom script is run (in template/desktops/custom.sh) that | ||
- 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 comment
The reason will be displayed to describe this comment to others. Learn more.
- 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...
No description provided.