Skip to content

Commit

Permalink
Remove CXXOMPFLAGS from toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfio Lazzaro authored and alazzaro committed Jul 12, 2019
1 parent e968d0d commit ecc24e6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tools/toolchain/scripts/generate_arch_files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,7 @@ gen_arch_file() {
cat <<EOF >> $__filename
#
CXX = \${CC}
CXXFLAGS = \${CXXFLAGS} -I\\\${CUDA_PATH}/include -std=c++11
CXXOMPFLAGS = IF_OMP(-fopenmp|)
CXXFLAGS = \${CXXFLAGS} -I\\\${CUDA_PATH}/include -std=c++11 IF_OMP(-fopenmp|)
GPUVER = \${GPUVER}
NVCC = \${NVCC} -D__GNUC__=4 -D__GNUC_MINOR__=9
NVFLAGS = \${NVFLAGS}
Expand Down Expand Up @@ -257,4 +256,4 @@ Note that these pre-built arch files are for the GNU compiler, users have to ada
It is possible to use the provided CP2K arch files as guidance.
EOF

#EOF
#EOF

0 comments on commit ecc24e6

Please sign in to comment.