We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a70fd43 commit b0628e0Copy full SHA for b0628e0
modulefiles/bell/cpu/oneapi/2024.2.0/abaqus/2025.lua
@@ -0,0 +1,22 @@
1
+
2
+whatis("invoke Simulia Abaqus 2025")
3
4
+prereq("intel-oneapi-compilers/2024.2.0")
5
6
7
+-- for Tcl script use only
8
+local version = "2025"
9
+local app = "abaqus"
10
+local contact = "rcac-help"
11
+local license_type = "proprietary"
12
13
+--local modroot = "/apps/cent7/abaqus/abaqus-2022"
14
+local modroot = "/apps/external/abaqus/2025"
15
+setenv("ABAQUS_HOME",modroot)
16
17
+if os.getenv("CLUSTER_SCRATCH") ~= nil then
18
+ setenv("TMPDIR",os.getenv("CLUSTER_SCRATCH"))
19
+end
20
21
22
+prepend_path("PATH",modroot.."/Commands")
0 commit comments