Zhenlan GAO
unread,Nov 1, 2013, 1:23:53 PM11/1/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to opencurr...@googlegroups.com
Hi,
I am totally new to GPU. I just download the code, and put it on the GPU cluster of our laboratory which is empty since one year, since no one codes on CUDA.
The compilation is ok, with several warnings
[ 7%] Built target ocuutil
[ 31%] Built target ocustorage
Linking CXX static library libocuequation.a
[ 61%] Built target ocuequation
Linking CXX executable cubicrayleigh
/opt/intel/composer_xe_2011_sp1.8.273/compiler/lib/intel64/libimf.so: warning: warning: feupdateenv is not implemented and will always fail
[ 63%] Built target cubicrayleigh
Linking CXX executable incompress
/opt/intel/composer_xe_2011_sp1.8.273/compiler/lib/intel64/libimf.so: warning: warning: feupdateenv is not implemented and will always fail
[ 65%] Built target incompress
Linking CXX executable lockex
/opt/intel/composer_xe_2011_sp1.8.273/compiler/lib/intel64/libimf.so: warning: warning: feupdateenv is not implemented and will always fail
[ 66%] Built target lockex
Linking CXX executable pcg
/opt/intel/composer_xe_2011_sp1.8.273/compiler/lib/intel64/libimf.so: warning: warning: feupdateenv is not implemented and will always fail
[ 67%] Built target pcg
Linking CXX executable testapp
/opt/intel/composer_xe_2011_sp1.8.273/compiler/lib/intel64/libimf.so: warning: warning: feupdateenv is not implemented and will always fail
[ 68%] Built target testapp
Linking CXX executable utest
/opt/intel/composer_xe_2011_sp1.8.273/compiler/lib/intel64/libimf.so: warning: warning: feupdateenv is not implemented and will always fail
[100%] Built target utest
and several things like
/home/podvin/gao/opencurrent-1.1.0/src/tests/netcdftest.cpp:160:7: attention :
no returns cars at the end of the file
pas de retour chariot à la fin du fichier
but one test failed
96% tests passed, 1 tests failed out of 24
Total Test time (real) = 709.69 sec
The following tests FAILED:
17 - PCGTest (Failed)
Errors while running CTest
make: *** [test] Erreur 8
Could you tell me what's wrong?
Thank you very much.
Best regards
Zhenlan GAO