Aug 10, 2016

cloverlf - openacc

export COMPILER=PGI
export OMP_NUM_THREADS=4

make COMPILER=PGI MPI_COMPILER=ftn  C_MPI_COMPILER=cc DEBUG=1 IEEE=1


cloverlf -cuda

make COMPILER=PGI NV_ARCH=INTERLAGOS -j 6 C_MPI_COMPILER=cc MPI_COMPILER=ftn

cloverlf-openMP

 make COMPILER=PGI MPI_COMPILER=ftn C_MPI_COMPILER=cc DEBUG=1 IEEE=1

Aug 9, 2016

oxbow installation - ARCH=pgi

my steps--------------------
/autogen.sh
./configure CC=cc CXX=cc FC=ftn ARCH=INTERLAGOS --prefix=/ccs/home/uma/summer16/cloverlf/oxbow/src/oxbow

questions------------------------------
1. ​Do I use only static analysis? If so oxbow has to be configured again with --enable-tool=src-stat
2. Does the tool have to be configured for different architecture for CUDA and OpenCL?

Followers