mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00

new file: l/LAMMPS/LAMMPS-Makefile.intel_cpu_intelmpi.cuda.patch new file: l/LAMMPS/LAMMPS-Makefile.kokkos_cuda_mpi.patch new file: l/LAMMPS/LAMMPS-nvcc_wrapper.patch modified: l/LAMMPS/log.lammps new file: r/RPM/RPM-4.14.0.eb deleted: l/LAMMPS/LAMMPS-17Jan2018-intel-2017a-CUDA.eb
12 lines
428 B
Diff
12 lines
428 B
Diff
--- lib/kokkos/config/nvcc_wrapper.orig 2018-01-19 10:12:08.526697304 +0100
|
|
+++ lib/kokkos/config/nvcc_wrapper 2018-01-19 10:12:20.600757161 +0100
|
|
@@ -18,7 +18,7 @@
|
|
#
|
|
# The default C++ compiler.
|
|
#
|
|
-host_compiler=${NVCC_WRAPPER_DEFAULT_COMPILER:-"g++"}
|
|
+host_compiler=${NVCC_WRAPPER_DEFAULT_COMPILER:-"icpc"}
|
|
#host_compiler="icpc"
|
|
#host_compiler="/usr/local/gcc/4.8.3/bin/g++"
|
|
#host_compiler="/usr/local/gcc/4.9.1/bin/g++"
|