Commit c57362fe authored by Christof Schulze's avatar Christof Schulze 😎
Browse files

updated abaqus 2018 and mathematica 11.3.0

parent 2bca1afa
Loading
Loading
Loading
Loading

abaqus/2018

0 → 100644
+36 −0
Original line number Diff line number Diff line
#%Module 1.0
#
#  Abaqus module for use with 'environment-modules' package:
#
set     version      "2018"

proc ModulesHelp { } {
        global version

        puts stderr "\tAdds 'Abaqus' to your PATH environment variable"
        puts stderr "\n\tDescription TODO"
	puts stderr "\n\tABAQUS_DOC : URL to acces the Abaqus Help environment"
        puts stderr "\n\tVersion $version\n"
}

module-whatis   "activates  Abaqus v$version "



conflict		abaqus

set 			pkghome		/opt/.apps-bin/abaqus

setenv			ABAQUS_BASE	$pkghome/
setenv			ABAQUS_COMMANDS	$pkghome/Commands
setenv 			XLIB_SKIP_ARGB_VISUALS 1

setenv			ABAQUS_DOC	http://infra.ww8kd.fau.de/abaqus/$version/DSSIMULIA_Established_homepage_English.htm

set-alias		abaqus		$pkghome/Commands/abq$version

unset			pkghome

puts 			stderr		"Abaqus Help system can be found on 'https://infra.ww8kd.fau.de/abaqus/$version/DSSIMULIA_Established_homepage_English.htm'"
puts			stderr		""
puts			stderr		"IMPORTANT! Start Abaqus CAE with the '-mesa' parameter"
+1 −1
Original line number Diff line number Diff line
@@ -2,4 +2,4 @@
##
## version file for Mathematica
##
set ModulesVersion  "11.1.0"
 No newline at end of file
set ModulesVersion  "11.3.0"

mathematica/11.3.0

0 → 100644
+23 −0
Original line number Diff line number Diff line
#%Module 1.0
#
#  Mathematica module for use with 'environment-modules' package:
#
set     version      "11.3.0"

proc ModulesHelp { } {
        global version

        puts stderr "\tAdds 'Mathematica' to your PATH environment variable"
        puts stderr "\n\tDescription TODO"
        puts stderr "\n\tVersion $version\n"
}

module-whatis   "activates  Mathematica $version "

conflict		mathematica

set                     pkghome         /opt/apps/mathematica/
append                  pkghome         $version
prepend-path            PATH            $pkghome-bin

unset			pkghome