Skip to content
Snippets Groups Projects
Commit 9d0be06f authored by Juhl, Benjamin's avatar Juhl, Benjamin
Browse files

abaqus

parent 69bf32d5
No related branches found
No related tags found
No related merge requests found
-- 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)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment