Commit 319f1559 authored by Christof Schulze's avatar Christof Schulze 😎 Committed by cschulze
Browse files

[*] fixes and updates

[-] removed Abaqus 2016
parent 1b36a4bb
Loading
Loading
Loading
Loading

abaqus/2016

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

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			YADE_INC	"-I/opt/oofem_2.3_x86_64/include/"
setenv			ABAQUS_BASE	$pkghome/
setenv			ABAQUS_COMMANDS	$pkghome/Commands
setenv 			XLIB_SKIP_ARGB_VISUALS 1 

setenv			ABAQUS_DOC	"http://131.188.220.236:2180/v2016/index.html"

set-alias		abaqus		$pkghome/Commands/abq2016

unset			pkghome

puts 			stderr		"Abaqus Help system can be found on 'http://131.188.220.236:2180/v2016/index.html'"
puts			stderr		""
puts			stderr		"IMPORTANT! Start Abaqus CAE with the '-mesa' parameter"
 No newline at end of file

eigen/.version

0 → 100644
+5 −0
Original line number Diff line number Diff line
#%Module1.0#####################################################################
##
## version file for Eigen3 Libraries
##
set ModulesVersion  "3.2.10-system"
 No newline at end of file

fftw/.version

0 → 100644
+5 −0
Original line number Diff line number Diff line
#%Module1.0#####################################################################
##
## version file for FFTW Libraries
##
set ModulesVersion  "3.3.5-system"
 No newline at end of file
+7 −3
Original line number Diff line number Diff line
#%Module
#
# fftw 3.3.4
# fftw 3.3.5
#

set     version         3.3.5
proc ModulesHelp { } {
        puts stderr "\tSets up the environment variable for the sytem fftw (3.3.4)\n"
        puts stderr "\tSets up the environment variable for the sytem fftw ($version)\n"
	puts stderr "\t- FFTW_BASE           - FFTW directory\n"
        puts stderr "\t- FFTW_INCDIR         - header directory /include\n"
	puts stderr "\t- FFTW_LIBDIR         -  library directory /lib\n"
@@ -16,7 +17,7 @@ proc ModulesHelp { } {
        puts stderr "\n"
}

module-whatis   "sets up the environment variables for the system fftw 3.3.4 \n\t\t To Limit the amount of cores/threads used for OpenMP \n\t\t change the 'OMP_NUM_THREADS' and 'GOMP_CPU_AFFINITY' variables.\n"
module-whatis   "sets up the environment variables for the system fftw $version \n\t\t To Limit the amount of cores/threads used for OpenMP \n\t\t change the 'OMP_NUM_THREADS' and 'GOMP_CPU_AFFINITY' variables.\n"

conflict	fftw

@@ -45,6 +46,9 @@ prepend-path LD_LIBRARY_PATH $pkglibdir
unset        pkghome
unset        pkglibdir

puts	     stderr	  ""
puts	     stderr       "To optimize performance on your system set: GOMP_CPU_AFFINITY, OMP_DYNAMIC,  OMP_NESTED"
puts	     stderr	  ""

#source $env(MODULESHOME)/modincludes/info_logging.tcl