From 52d32158bce721b8c0fc4a7b879d800f8d8342a9 Mon Sep 17 00:00:00 2001 From: Kim Liegeois <kim.liegeois@uliege.be> Date: Tue, 24 Mar 2020 12:35:17 +0100 Subject: [PATCH] Add gimli and white11 --- cfg/gimli/gmsh.profile | 1 + cfg/gimli/pytrilinos.profile | 1 + cfg/white11/compilers.profile | 3 +++ 3 files changed, 5 insertions(+) create mode 100644 cfg/gimli/gmsh.profile create mode 100644 cfg/gimli/pytrilinos.profile create mode 100644 cfg/white11/compilers.profile diff --git a/cfg/gimli/gmsh.profile b/cfg/gimli/gmsh.profile new file mode 100644 index 0000000..a1aae0f --- /dev/null +++ b/cfg/gimli/gmsh.profile @@ -0,0 +1 @@ +add2env PATH "/home/kim/local/gmsh/gmsh-4.5.4-Linux64/bin" front diff --git a/cfg/gimli/pytrilinos.profile b/cfg/gimli/pytrilinos.profile new file mode 100644 index 0000000..6fb94a2 --- /dev/null +++ b/cfg/gimli/pytrilinos.profile @@ -0,0 +1 @@ +add2env PYTHONPATH "/home/kim/local/trilinos/lib/python2.7/site-packages" front diff --git a/cfg/white11/compilers.profile b/cfg/white11/compilers.profile new file mode 100644 index 0000000..daa4cd2 --- /dev/null +++ b/cfg/white11/compilers.profile @@ -0,0 +1,3 @@ +module load devpack/20180521/openmpi/2.1.2/gcc/7.2.0/cuda/9.2.88 +module load ninja/1.7.2 +export OMPI_CXX=$TRILINOS_DIR/packages/kokkos/bin/nvcc_wrapper -- GitLab