Skip to content
Snippets Groups Projects
Commit 74f2f6e8 authored by Boman Romain's avatar Boman Romain
Browse files

remove unused machines

parent 877a740c
No related branches found
No related tags found
No related merge requests found
add2env PATH "/usr/local/cuda/bin"
add2env LD_LIBRARY_PATH "/usr/local/cuda/lib64"
module load cmake
# --- ICC ---
# Metafor ne compile plus avec ces vieux compilateurs intel
# Le probleme vient du gcc sous jacent qui est bcp trop vieux (headers foireux)
#module load intel/compiler/64/14.0/2013_sp1.3.174
# --- GCC ---
module load gcc/4.9.2
module load openmpi/1.6.4/gcc-4.9.2 # EVITER openmpi 1.8.4!
module load intel/tbb/64/4.2/2013_sp1.3.174
module load intel/mkl/64/11.1/2013_sp1.3.174
# sinon cmake build avec /usr/bin/c++...
export CC=gcc
export CXX=g++
export FC=gfortran
module load git
# gmm compile localement
add2env INCLUDE "/home/ulg/nlcm/rboman/local/gmm/include" front
# gmsh compile par RB
add2env PATH "/home/ulg/nlcm/rboman/local/gmsh/bin" front
add2env PATH "~/dev/lammps/src"
# pcre (swig) compile localement par RB
add2env LIB "/home/ulg/nlcm/rboman/local/pcre/lib" front
add2env INCLUDE "/home/ulg/nlcm/rboman/local/pcre/include" front
add2env LD_LIBRARY_PATH "/home/ulg/nlcm/rboman/local/pcre/lib" front
module load python/2.7.10
# trucs qui manquent dans le modulefile de David
add2env CMAKE_PREFIX_PATH "/cm/shared/apps/python/2.7.10" front
add2env PATH "/home/ulg/nlcm/rboman/local/swig-3.0.11/bin" front
add2env PATH "/usr/local/cuda/bin"
add2env LD_LIBRARY_PATH "/usr/local/cuda/lib64"
add2env PATH "/usr/local/cuda/bin"
add2env LD_LIBRARY_PATH "/usr/local/cuda/lib64"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment