-
Notifications
You must be signed in to change notification settings - Fork 1
build_hlrn
noma edited this page Oct 16, 2017
·
1 revision
Environment:
module switch PrgEnv-cray PrgEnv-gnu
module switch gcc/5.1.0 # currently the default in PrgEnv-gnu
module load cmake/3.6.3
module load boost/1.61.0-gcc51
export LD_LIBRARY_PATH=$BOOST_ROOT/lib:$LD_LIBRARY_PATH
module switch cray-mpich/7.5.0
export CRAYPE_LINK_TYPE=dynamicBuilding:
mkdir build.release
cd build.release
CXX=`which CC` CC=`which cc` cmake -DCMAKE_BUILD_TYPE=Release -DOpenCL_FOUND=True -DOpenCL_LIBRARY=/sw/tools/opencl/intel/opencl-1.2-5.0.0.57/lib64/libOpenCL.so ..
make -jRunning: