-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
I am attempting to build relax using CUDA, but it fails when running ./waf. The configure step runs correctly using the following code: FCFLAGS="-I/usr/lib64/gfortran/modules" ./waf configure --use-fftw --use-cuda --cuda-dir=/usr/local/cuda
However, it fails on building it with ./waf, with the following error:
[ 5/22] Compiling src/cugreen.cu
[ 9/22] Compiling src/cuelastic.cu
nvcc fatal : Unknown option '-osrc/cugreen.cu.1.o'
nvcc fatal : Unknown option '-osrc/cuelastic.cu.1.o'
It seems to be an issue only with compiling those two codes, but I can't find anything in particular about that kind of error. Thanks in advance for any help, and sorry if this isn't really the kind of thing to put in an issue!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
