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 0000000000000000000000000000000000000000..a957b5ed5d9eb089c3738f8cb7081ee60dda8e1f --- /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) + +