wblangdon
wblangdon
quick update: so far I am trying g++ -m32, will restart this afternoon. Hmm stuck on 32bit cmake. It looks like we may be missing a 32 bit system library...
Magpie version cart.cpp_14-mar-2024 appears to have pass 64bit tests but failed in 32bit mode just like the first version:-( I have the log file, 0_linux_gcc_32bit.txt, is it possible to get...
Passes (64 bit) tests here. Speed up on geodetic 37% (GCC 10.2.1 -O3, i7-4790 CPU @ 3.60GHz)
:-) I am out of the office next week, but do not hesitate to let me know if I can help when I get back, eg timings
sure:-) Please do not delay waiting for me, as I say I will be out-of-action for a while...
geodetic() speed up cart.cpp_2d22cf6 relative PROJ-master 37% (GCC 10.2.1 -O3 i7-4790 3.60GHz)
Some progress:-) I have now got ./build.sh to run ok as far as "-- Installing: ...../cuspatial/lib64/cmake/cuspatial/cuspatial-dependencies.cmake" I.e. tests not run and cuspatial Python package not built In summary to do...
Thank you for your help. All being well I have uploaded the output of setting -DCUDAToolkit_ROOT=/opt/cuda/cuda-12.6 (via setenv) in script_paul_taylor_1.txt (which failed) and setting it to /opt/cuda/cuda-12.6/targets/x86_64-linux/include in script_paul_taylor_2.txt (which...
ps: I have tried copying the command line and it fails saying it cannot find cuda_runtime.h and cublas_v2.h I also tried ./build.sh clean libcuspatial cuspatial tests '--cmake-args="-DCUDAToolkit_ROOT=/opt/cuda/cuda-12.6/targets/x86_64-linux/include"' which also fails....
Dear Paul, Thank you for your rapid reply. Ahha !! Our /usr/local/cuda/ has a logical link include -> targets/x86_64-linux/include Will investigate further!! Below is what I tried following your email...