Skip to content

Commit b0628e0

Browse files
committed
Update modules.
1 parent a70fd43 commit b0628e0

File tree

1 file changed

+22
-0
lines changed
  • modulefiles/bell/cpu/oneapi/2024.2.0/abaqus

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)