Commit 500cc04f authored by Christof Schulze's avatar Christof Schulze 😎
Browse files

cleanup, removing old versions of matlab, paraview and intel compiler (related...

cleanup, removing old versions of matlab, paraview and intel compiler (related to 73b0c7a6),
finaly removing old unsupported cuda (related to 23275736)
parent d267ffa0
Loading
Loading
Loading
Loading

cuda/.version

deleted100644 → 0
+0 −5
Original line number Diff line number Diff line
#%Module1.0#####################################################################
##
## version file for CUDA Libraries
##
set ModulesVersion  "9.1"
 No newline at end of file

cuda/9.1

deleted100644 → 0
+0 −34
Original line number Diff line number Diff line
#%Module
#
# Nvidia CUDA 
#

set     version         9.1

proc ModulesHelp { } {
	global version
        puts stderr "\tSets up the environment variable for the system Eigen3 ($version)\n"
	puts stderr "\t- CUDA_BASE           - CUDA directory\n"
        puts stderr "\t- CUDA_INCDIR         - header directory /include\n"
	puts stderr "\t- CUDA_LIBDIR         - library directory /lib\n"

        puts stderr "\n"
}

module-whatis   "sets up the environment variables for the system Eigen3 $version"

conflict	cuda

set		pkghome          	/usr/local/cuda-$version

setenv      CUDA_BASE		$pkghome
setenv      CUDA_INCDIR		$pkghome/include
setenv      CUDA_LIBDIR		$pkghome/lib64

prepend-path LD_LIBRARY_PATH  $pkghome/lib64
prepend-path PATH             $pkghome/bin
prepend-path CPLUS_INCLUDE_PATH	$pkghome/samples/common/inc


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

intel/2018.0.128

deleted100644 → 0
+0 −119
Original line number Diff line number Diff line
#%Module
#
# Intel Composer 2018.0.128
#
set	version		2018.0.128
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      0
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_mic/bin/gdb-mic
setenv      DBSERVER_MIC      $pkghome/debugger_$majorversion/gdb/targets/mic/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/en_US
prepend-path  MANPATH         $pkghome/documentation_$majorversion/en/debugger/gdb-ia/man/
prepend-path  MANPATH         $pkghome/documentation_$majorversion/en/debugger/gdb-mic/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_mic/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/mic
prepend-path  MIC_LIBRARY_PATH      $pkghome/compilers_and_libraries_$version/linux/mpi/mic/lib
prepend-path  MIC_LIBRARY_PATH      $pkghome/compilers_and_libraries_$version/linux/tbb/lib/mic

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/mpi/mic/lib
prepend-path  MIC_LD_LIBRARY_PATH   $pkghome/compilers_and_libraries_$version/linux/tbb/lib/mic

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/mic

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/mpi/mic/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_mic/share/locale/%l_%t/%N
prepend-path  NLSPATH               $pkghome/debugger_$majorversion/gdb/intel64/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-mic/info/
prepend-path  INFOPATH              $pkghome/documentation_$majorversion/en/debugger/gdb-igfx/info/

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

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

intel/2018.2.199

deleted100644 → 0
+0 −118
Original line number Diff line number Diff line
#%Module
#
# Intel Composer 2018.2.199
#
set	version		2018.2.199
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      2
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

intel/2019.1.144

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

        puts stderr "\tSets up the environment for the Intel CMKL/MKL 2019 (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      2019
set         minorversion      1
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_2019_DIR    $pkghome/inspector_$majorversion
prepend-path  PATH		    $pkghome/inspector_$majorversion/bin64

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