Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
spack_tuda
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Inghirami, Gabriele
spack_tuda
Commits
9d0be06f
Commit
9d0be06f
authored
4 months ago
by
Juhl, Benjamin
Browse files
Options
Downloads
Patches
Plain Diff
abaqus
parent
69bf32d5
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
manual_modules/linux-rhel9-x86_64/Core/abaqus/2025.1.lua
+31
-0
31 additions, 0 deletions
manual_modules/linux-rhel9-x86_64/Core/abaqus/2025.1.lua
with
31 additions
and
0 deletions
manual_modules/linux-rhel9-x86_64/Core/abaqus/2025.1.lua
0 → 100644
+
31
−
0
View file @
9d0be06f
-- 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
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment