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

lammps 2019 builds,

trilions 12.18 moduel name fixed
parent 51613f60
Loading
Loading
Loading
Loading

lammps/2019_mpi

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

proc ModulesHelp { } {
        global version

        puts stderr "\tAdds 'LAMMPS' to your PATH environment variable"
        puts stderr "\n\tDescription  This LAMMPS contains atomistica. It was build for Fedora 29"
        puts stderr "\n\tVersion $version\n"
}

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



conflict        lammps

module   load   mpi/openmpi-x86_64

set             pkghome           /opt/apps/lammps/lmp

setenv          LAMMPS_BASE       $pkghome
setenv          LAMMPS_VERSION    $version

# Workaround for openmpi 2.0/2.1 bug
#setenv          OMPI_MCA_btl_vader_single_copy_mechanism  none

prepend-path    PATH              "$pkghome"
#prepend-path    LD_LIBRARY_PATH   $pkghome


unset           pkghome

lammps/2019_mpi_avx2

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

proc ModulesHelp { } {
        global version

        puts stderr "\tAdds 'LAMMPS' to your PATH environment variable"
        puts stderr "\n\tDescription  This LAMMPS contains atomistica. It was build for Fedora 29"
        puts stderr "\n\tVersion $version\n"
}

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



conflict         lammps

module   load    mpi/openmpi-x86_64

set              pkghome           /opt/apps/lammps/lmp_avx2

setenv           LAMMPS_BASE       $pkghome
setenv           LAMMPS_VERSION    $version

# Workaround for openmpi 2.0/2.1 bug
#setenv          OMPI_MCA_btl_vader_single_copy_mechanism  none

prepend-path     PATH              "$pkghome"
#prepend-path    LD_LIBRARY_PATH   $pkghome


unset           pkghome
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ conflict intel
conflict      oofem
conflict      trilinos

set           pkghome             /opt/apps/libs/trilinos-$version-deal85-mpi
set           pkghome             /opt/apps/libs/trilinos-$version-deal90-mpi

setenv        TRILINOS_DIR        $pkghome
setenv        TRILINOS_INC        $pkghome/include