From 9d0be06f1bef30da1dc498d582151610593cf7fc Mon Sep 17 00:00:00 2001 From: Benjamin Juhl <benjamin.juhl@tu-darmstadt.de> Date: Tue, 11 Mar 2025 13:32:49 +0100 Subject: [PATCH] abaqus --- .../linux-rhel9-x86_64/Core/abaqus/2025.1.lua | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 manual_modules/linux-rhel9-x86_64/Core/abaqus/2025.1.lua diff --git a/manual_modules/linux-rhel9-x86_64/Core/abaqus/2025.1.lua b/manual_modules/linux-rhel9-x86_64/Core/abaqus/2025.1.lua new file mode 100644 index 00000000000..a957b5ed5d9 --- /dev/null +++ b/manual_modules/linux-rhel9-x86_64/Core/abaqus/2025.1.lua @@ -0,0 +1,31 @@ +-- Help +help([[ +Hint: To use Abaqus in a Batch Script, you might have to add unset SLURM_GTIDS before the call to abaqus. +]]) + +-- Local variables +local SpackApps = pathJoin("/shared/spapps", "extern") +local ModuleRoot = pathJoin(SpackApps, "abaqus/2025.1") +local AbaqusRoot = pathJoin(ModuleRoot, "Commands") + + +-- Whatis +whatis([[Name : Abaqus FEA is a software suite for finite element analysis and computer-aided engineering.]]) +whatis([[Version : external]]) +whatis([[Target : cascadelake]]) +whatis([[Short description : Abaqus]]) +whatis([[Configure options : unknown, software installed outside of Spack]]) + +-- Dependencies +-- family() +-- depends_on() +-- prereq() + +-- Environment +prepend_path("PATH", AbaqusRoot) + +-- Licenses central - keep in mind editing linux_a64/SMA/site/EstablishedProductsConfig.ini accordingly: +pushenv("LM_LICENSE_FILE", "1763@lic64-1.hrz.tu-darmstadt.de,1763@lic64-2.hrz.tu-darmstadt.de,1763@lic64-3.hrz.tu-darmstadt.de") +pushenv(myModuleName():upper().."_ROOT", ModuleRoot) + + -- GitLab