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

[*] paraview 5.3 moved to link

[*] lammps with atomistica fixed
parent 76abf6c6
Loading
Loading
Loading
Loading
+5 −6
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
#
#  LAMMPS module for use with 'environment-modules' package:
#
set     version      "20151020"
set     version      "20150515"

proc ModulesHelp { } {
        global version
@@ -17,16 +17,15 @@ module-whatis "activates the Plugins for LAMMPS $version including Atomistica


conflict		lammps
prereq			mpi/openmpi-x86_64 

set			pkghome		/opt/apps/lammps
module 			load 		mpi/openmpi-x86_64

set			pkghome		/opt/apps/lammps/atom_20250515

#setenv			YADE_INC	"-I/$pkghome/include/"
setenv			LAMMPS_BASE	$pkghome
#setenv			YADE_LIB	$pkghome/lib64/yade
setenv                  LAMMPS_VERSION    $version
prepend-path            PATH            "$pkghome"
#prepend-path		LD_LIBRARY_PATH	$pkghome/lib64/yade
prepend-path		LD_LIBRARY_PATH	$pkghome


unset			pkghome
 No newline at end of file

lammps/atom-2015-11-20

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

proc ModulesHelp { } {
        global version

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

module-whatis   "activates the Plugins for LAMMPS $version including Atomistica (no optimization)"



conflict		lammps

module 			load 		mpi/openmpi-x86_64

set			pkghome		/opt/apps/lammps/atom_20251120

setenv			LAMMPS_BASE	$pkghome
setenv                  LAMMPS_VERSION    $version
prepend-path            PATH            "$pkghome"
prepend-path		LD_LIBRARY_PATH	$pkghome


unset			pkghome
 No newline at end of file
+2 −2
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
#
#  Paraview module for use with 'environment-modules' package:
#
set     version      "4.3.0-RC1"
set     version      "5.3.0"

proc ModulesHelp { } {
        global version
@@ -16,7 +16,7 @@ module-whatis "Activates the binary version from Kitware of Paraview $version,

conflict		paraview

set 			pkghome		/opt/apps/paraview/5.3.0-RC1-Qt5-OpenGL2-MPI-Linux-64bit
set 			pkghome		/opt/apps/paraview/5.3.0-Qt5-OpenGL2-MPI-Linux-64bit

setenv			PARAVIEW_LIBDIR	$pkghome/lib
setenv			PARAVIEW_BASE   $pkghome