Recent Changes - Search:

HomePage

PmWiki

pmwiki.org

Weiner

Modules

module add gnu/5.4.0 cuda/9.1.85.1 arpack/1 openblas/0.2.19 openmpi/1.10.6

Compiler flags

Cuda 9 now supports C++14.

CPPFLAGS="-I${HOME}/git/cub -I${INCLUDE//:/ -I/}"

NVFLAGS="-gencode=arch=compute_70,code=sm_70 -ccbin g++ -std=c++14 ${CPPFLAGS}"

Configuration

configure --with-blas="-L$OPENBLAS_LIB -lopenblas" --with-boost="$BOOST_ROOT" \
--with-arpack="-L/opt/ohpc/pub/apps/arpack/lib64 -larpack" \
--with-cublas="-L/opt/ohpc/pub/libs/cuda/9.1.85.1/lib64 -lcublas" \
--with-cusolver="-L/opt/ohpc/pub/libs/cuda/9.1.85.1/lib64 -lcusolver"
Edit - History - Print - Recent Changes - Search
Page last modified on March 31, 2018, at 01:33 AM