-
Notifications
You must be signed in to change notification settings - Fork 3
Building examples with specified path of omega_h install #6
Copy link
Copy link
Open
Description
following errors when building examples with scorec/omega_h, (https://github.com/SCOREC/omega_h ) after make command
build instructions
module load gcc mpich cmake
export kk= # This is where kokkos is installed
export oh= # This is where omega_h is installed
module load cuda/10.2
export LD_LIBRARY_PATH=$cuda/lib64:$LD_LIBRARY_PATH
export CMAKE_PREFIX_PATH=$engpar:$kk:$oh:$CMAKE_PREFIX_PATH
export MPICH_CXX=$root/kokkos/bin/nvcc_wrapper
git clone git@github.com:SCOREC/omegah_examples.git
mkdir build-ohExamples-cuda
cd !$
cmake ../omegah_examples -DCMAKE_CXX_COMPILER=mpicxx
make
error in make
g++: error: cross-execution-space-call,deprecated-declarations: No such file or directory
g++: error: unrecognized command line option '--compiler-options'; did you mean '--no-exceptions'?
g++: error: unrecognized command line option '-W,-Wall,-Wextra,-Werror,-Wno-noexcept-type'
g++: error: unrecognized command line option '--Werror'; did you mean '-Werror'?
g++: error: unrecognized command line option '--expt-extended-lambda'
make[2]: *** [CMakeFiles/hypercube.dir/hypercube.cpp.o] Error 1
make[1]: *** [CMakeFiles/hypercube.dir/all] Error 2
make: *** [all] Error 2
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels