These are the options, and I've attached a logfile.
F90 = pgf90
F77 = pgf77
#F90 = ifort
#F77 = ifort
#CXX = pgCC
#CC = pgcc
CXX = icpc
CC =  icc

HDF5_DIR = /share/apps/hdf5-1.8.12

LAPACK = yes
LAPACK_DIR = /home/garrison/ifort64/lib
LAPACK_LIBS = acml ifcoremt_pic imf irc svml


OPENCL_DIR = /share/apps/cuda-toolkit/6.5/
OPENCL_INC_DIRS = /share/apps/cuda-toolkit/6.5/include/CL
OPENCL_LIB_DIRS = /share/apps/cuda-toolkit/6.5/lib64

#MPI = CUSTOM
MPI_DIR = /share/apps/openmpi-1.6.5
MPI_INC_DIRS = /share/apps/openmpi-1.6.5/include
MPI_LIB_DIRS = /share/apps/openmpi-1.6.5/lib
MPI_LIBS = mpi mpi_cxx  open-rte open-pal dl nsl util

FFTW = yes
FFTW_DIR = /home/garrison/fftw3
FFTW_LIBS = fftw3_threads fftw3_mpi $(MPI_LIBS) fftw3 m

OPTIMISE = yes
FFLAGS = -O3 -fast -Mipa=fast,inline -tp=x64
CPPFLAGS = -DCCTK_DISABLE_OMP_COLLAPSE
FPPFLAGS = -DCCTK_DISABLE_OMP_COLLAPSE
#C_OPTIMISE_FLAGS = -O3 -fast -Mipa=fast,inline -tp=x64
#CXX_OPTIMISE_FLAGS = -O3 -fast -Mipa=fast,inline -tp=x64
C_OPTIMISE_FLAGS   = -Os -ip -pthread -no-prec-div
CXX_OPTIMISE_FLAGS = -Os -ip -pthread -no-prec-div
F77_OPTIMISE_FLAGS = -O3 -fast -Mipa=fast,inline -tp=x64
F90_OPTIMISE_FLAGS = -O3 -fast -Mipa=fast,inline -tp=x64
#F77_OPTIMISE_FLAGS = -Os -ip -no-prec-div
#F90_OPTIMISE_FLAGS = -Os -ip -no-prec-div

PTHREADS = yes
VERBOSE = yes

#DEBUG=all


On Mon, May 4, 2015 at 9:21 AM, Frank Loeffler <[email protected]> wrote:

> On Mon, May 04, 2015 at 09:11:23AM -0500, Christopher Ramirez wrote:
> > Yes, the cuda toolkit is installed, and from my understanding, opencl is
> > included with it.
>
> In that case it would be helpful to get a full log of the build process
> (make sim VERBOSE=yes), and the location of the CL/opencl.h file it
> should have found, and the option list you used.
>
> Especially interesting would be whether you set variables like
> OPENCL_DIR, OPENCL_INC_DIRS, OPENCL_LIB_DIRS, or OPENCL_LIBS.
>
> Frank
>
>

Attachment: buildlog.pdf
Description: Adobe PDF document

_______________________________________________
Users mailing list
[email protected]
http://lists.einsteintoolkit.org/mailman/listinfo/users

Reply via email to