Commit 1b36a4bb authored by Christof Schulze's avatar Christof Schulze 😎 Committed by cschulze
Browse files

[*] Paraview updated

[*] Abaqus cleard and updated
parent 06233cad
Loading
Loading
Loading
Loading

abaqus/.version

0 → 100644
+5 −0
Original line number Diff line number Diff line
#%Module1.0#####################################################################
##
## version file for Abaqus
##
set ModulesVersion  "2017"
 No newline at end of file
+0 −0

File moved.

abaqus/2017

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      "2017"

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://10.188.220.107:2180/v2017/index.html"

set-alias		abaqus		$pkghome/Commands/abq2017

unset			pkghome

puts 			stderr		"Abaqus Help system can be found on 'http://10.188.220.107/abaqus/v2017/DSSIMULIA_Established_homepage_English.htm'"
puts			stderr		""
puts			stderr		"IMPORTANT! Start Abaqus CAE with the '-mesa' parameter"
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -2,4 +2,4 @@
##
## version file for Paraview
##
set ModulesVersion  "5.1.2-system"
set ModulesVersion  "5.2.0-system"
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
#
#  Paraview module for use with 'environment-modules' package:
#
set     version      "5.1.2"
set     version      "5.2.0"

proc ModulesHelp { } {
        global version