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

cleanup old versions from abaqus, matlab, mathematica and intel compiler

parent 655df6d3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,4 +2,4 @@
##
## version file for Abaqus
##
set ModulesVersion  "2018"
set ModulesVersion  "2023"

abaqus/2020

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

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       "https://infra.ww8kd.fau.de/abaqus/v$version/"

set-alias   abaqus            $pkghome/Commands/abq$version
setenv      OSD               "linux_a64"

unset       pkghome

puts        stderr            "Abaqus Help system can be found on 'https://infra.ww8kd.fau.de/abaqus/v2021/'"
puts        stderr            ""
puts        stderr            "IMPORTANT! Start Abaqus CAE with the '-mesa' parameter"

abaqus/2021

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

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       "https://infra.ww8kd.fau.de/abaqus/v$version/"

set-alias   abaqus            $pkghome/Commands/abq$version
setenv      OSD               "linux_a64"

unset       pkghome

puts        stderr            "Abaqus Help system can be found on 'https://infra.ww8kd.fau.de/abaqus/v$version/'"
puts        stderr            ""
puts        stderr            "IMPORTANT! Start Abaqus CAE with the '-mesa' parameter"

intel/2018.4.057

deleted100644 → 0
+0 −118
Original line number Diff line number Diff line
#%Module
#
# Intel Composer 2018.5.274
#
set	version		2018.5.274
proc ModulesHelp { } {
        global version

        puts stderr "\tSets up the environment for the Intel CMKL/MKL 2018 (EM64T) using 32-bit integers (lp64)\n"
        puts stderr "\t- INTEL_BASE / INTEL_HOME\n"
        puts stderr "\t- MKLROOT"
        puts stderr "\t- IPPROOT            - \n"
        puts stderr "\t- TBBROOT            - \n"
        puts stderr "\t- AALROOT            - \n"
        puts stderr "\t- I_MPI_ROOT         - \n"
        puts stderr "\t- INTEL_LICENSE_FILE - \n"
        puts stderr "\t- GDB_CROSS          - \n"
      	puts stderr "\t- DBSERVER_MIC       - \n"
      	puts stderr "\t- INTEL_PYTHONHOME   - \n"
        puts stderr "\t- MPM_LAUNCHER       - \n"
        puts stderr "\t- CLASSPATH          - \n"


        puts stderr "\t- INTEL_PYTHONHOME   - \n"
        puts stderr "\t- MPM_LAUNCHER       - \n"


        puts stderr "\t- LD_RUN_PATH\n"
        puts stderr "Check http://software.intel.com/sites/products/mkl/MKL_Link_Line_Advisor.html for additional combinations\n"
}

module-whatis   "sets up the environment for the Intel Composer $version (intel64)"

conflict    intel

set	        majorversion        2018
set         minorversion        4
set         pkghome             /opt/apps/intel/$majorversion.$minorversion

setenv      INTEL_HOME          $pkghome
setenv      INTEL_BASE          $pkghome
setenv      INTEL_LICENSE_FILE  1713@license4.rrze.uni-erlangen.de


setenv      MKLROOT             $pkghome/compilers_and_libraries_$version/linux/mkl
setenv      IPPROOT             $pkghome/compilers_and_libraries_$version/linux/ipp
setenv      TBBROOT             $pkghome/compilers_and_libraries_$version/linux/tbb
setenv      DAALROOT            $pkghome/compilers_and_libraries_$version/linux/daal
setenv      I_MPI_ROOT          $pkghome/compilers_and_libraries_$version/linux/mpi

setenv      GDB_CROSS           $pkghome/debugger_$majorversion/gdb/intel64_igfx/bin/gdb-igfx
setenv      DBSERVER_MIC        $pkghome/debugger_$majorversion/gdb/targets/intel64/linux/bin/gdbserver
setenv      INTEL_PYTHONHOME    $pkghome/debugger_$majorversion/python/intel64/
setenv      MPM_LAUNCHER        $pkghome/debugger_$majorversion/mpm/mic/bin/start_mpm.sh

setenv      CLASSPATH           $pkghome/compilers_and_libraries_$version/linux/daal/lib/daal.jar

prepend-path  MANPATH           $pkghome/man/common
prepend-path  MANPATH           $pkghome/compilers_and_libraries_$version/linux/mpi/man
prepend-path  MANPATH           $pkghome/compilers_and_libraries_$version/linux/man/common
prepend-path  MANPATH           $pkghome/documentation_$majorversion/en/debugger/gdb-ia/man/
prepend-path  MANPATH           $pkghome/documentation_$majorversion/en/debugger/gdb-igfx/man/

prepend-path  PATH              $pkghome/compilers_and_libraries_$version/linux/bin/intel64
prepend-path  PATH              $pkghome/compilers_and_libraries_$version/linux/mpi/intel64/bin
prepend-path  PATH              $pkghome/debugger_$majorversion/gdb/intel64_igfx/bin

prepend-path  LIBRARY_PATH      $pkghome/compilers_and_libraries_$version/linux/ipp/lib/intel64
prepend-path  LIBRARY_PATH      $pkghome/compilers_and_libraries_$version/linux/compiler/lib/intel64
prepend-path  LIBRARY_PATH      $pkghome/compilers_and_libraries_$version/linux/mkl/lib/intel64
prepend-path  LIBRARY_PATH      $pkghome/compilers_and_libraries_$version/linux/tbb/lib/intel64/gcc4.7
prepend-path  LIBRARY_PATH      $pkghome/compilers_and_libraries_$version/linux/daal/lib/intel64_lin
prepend-path  LIBRARY_PATH      $pkghome/compilers_and_libraries_$version/linux/daal/../tbb/lib/intel64_lin/gcc4.7
prepend-path  LIBRARY_PATH      $pkghome/compilers_and_libraries_$version/linux/daal/../compiler/lib/intel64_lin

prepend-path  MIC_LIBRARY_PATH  $pkghome/compilers_and_libraries_$version/linux/compiler/lib/intel64_lin
prepend-path  MIC_LIBRARY_PATH  $pkghome/compilers_and_libraries_$version/linux/mpi/intel64/lib
prepend-path  MIC_LIBRARY_PATH  $pkghome/compilers_and_libraries_$version/linux/tbb/lib/intel64

prepend-path  MIC_LD_LIBRARY_PATH   $pkghome/compilers_and_libraries_$version/linux/compiler/lib/intel64_lin
prepend-path  MIC_LD_LIBRARY_PATH   $pkghome/compilers_and_libraries_$version/linux/mpi/intel64/lib
prepend-path  MIC_LD_LIBRARY_PATH   $pkghome/compilers_and_libraries_$version/linux/tbb/lib/intel64
#prepend-path  MIC_LD_LIBRARY_PATH  $pkghome/compilers_and_libraries_$version/linux/compiler/lib/mic
prepend-path  MIC_LD_LIBRARY_PATH   #$pkghome/compilers_and_libraries_$version/linux/mkl/lib/intel64

prepend-path  LD_LIBRARY_PATH       $pkghome/compilers_and_libraries_$version/linux/compiler/lib/intel64
prepend-path  LD_LIBRARY_PATH       $pkghome/compilers_and_libraries_$version/linux/compiler/lib/intel64_lin
prepend-path  LD_LIBRARY_PATH       $pkghome/compilers_and_libraries_$version/linux/mpi/intel64/lib

prepend-path  LD_LIBRARY_PATH       $pkghome/compilers_and_libraries_$version/linux/ipp/lib/intel64
prepend-path  LD_LIBRARY_PATH       $pkghome/compilers_and_libraries_$version/linux/compiler/lib/intel64
prepend-path  LD_LIBRARY_PATH       $pkghome/compilers_and_libraries_$version/linux/mkl/lib/intel64
prepend-path  LD_LIBRARY_PATH	      $pkghome/compilers_and_libraries_$version/linux/tbb/lib/intel64/gcc4.7
prepend-path  LD_LIBRARY_PATH       $pkghome/debugger_$majorversion/libipt/intel64/lib
prepend-path  LD_LIBRARY_PATH       $pkghome/compilers_and_libraries_$version/linux/daal/lib/intel64_lin
prepend-path  LD_LIBRARY_PATH	      $pkghome/compilers_and_libraries_$version/linux/daal/../tbb/lib/intel64_lin/gcc4.7
prepend-path  LD_LIBRARY_PATH       $pkghome/compilers_and_libraries_$version/linux/daal/../compiler/lib/intel64_lin

prepend-path  CPATH                 $pkghome/compilers_and_libraries_$version/linux/ipp/include
prepend-path  CPATH                 $pkghome/compilers_and_libraries_$version/linux/mkl/include
prepend-path  CPATH                 $pkghome/compilers_and_libraries_$version/linux/tbb/include
prepend-path  CPATH                 $pkghome/compilers_and_libraries_$version/linux/daal/include

prepend-path  NLSPATH		            $pkghome/compilers_and_libraries_$version/linux/compiler/lib/intel64/locale/%l_%t/%N
prepend-path  NLSPATH               $pkghome/compilers_and_libraries_$version/linux/mkl/lib/intel64/locale/%l_%t/%N
prepend-path  NLSPATH               $pkghome/debugger_$majorversion/gdb/intel64/share/locale/%l_%t/%N
prepend-path  NLSPATH               $pkghome/debugger_$majorversion/gdb/intel64_igfx/share/locale/%l_%t/%N

prepend-path  INFOPATH              $pkghome/documentation_$majorversion/en/debugger/gdb-ia/info/
prepend-path  INFOPATH              $pkghome/documentation_$majorversion/en/debugger/gdb-igfx/info/

# ^- Checked

# Intel Inspector
prepend-path  INSPECTOR_2018_DIR    $pkghome/inspector_$majorversion
prepend-path  PATH		    $pkghome/inspector_$majorversion/bin64

#source $env(MODULESHOME)/modincludes/info_logging.tcl
+1 −1
Original line number Diff line number Diff line
@@ -2,4 +2,4 @@
##
## version file for Mathematica
##
set ModulesVersion  "12.2"
set ModulesVersion  "13.0"
Loading