Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make runtest CUDA fails after Ubuntu upgrade #893

Closed
rmanor opened this issue Aug 9, 2014 · 4 comments
Closed

make runtest CUDA fails after Ubuntu upgrade #893

rmanor opened this issue Aug 9, 2014 · 4 comments

Comments

@rmanor
Copy link
Contributor

rmanor commented Aug 9, 2014

Hi,

I upgraded my Ubuntu to 14.04 and now 'make runtest' fails with:
E0522 16:04:44.114862 27133 common.cpp:31] Cannot create Cublas handle. Cublas won't be available.
E0522 16:04:44.427568 27133 common.cpp:38] Cannot create Curand generator. Curand won't be available.

I reinstalled the CUDA Toolkit , and the driver settings says it is installed.
What else can I check?
Thanks.

@rmanor
Copy link
Contributor Author

rmanor commented Aug 9, 2014

I reinstalled the driver (340) and it seems to work now, I get a different error of:
[ RUN ] HDF5DataLayerTest/3.TestRead
make: *** [runtest] Segmentation fault (core dumped)

@marutiagarwal
Copy link

I have built dev/master both latest code on ubuntu 14.04. Shud work fine. Please paste the full error message. Some dependency might be missing.

@shelhamer
Copy link
Member

There was briefly an error in dev in the HDF5DataLayer sometime last week. Try with the latest release / latest dev and everything should be fine.

Please ask any follow-up questions on the caffe-users mailing list. As of the latest release we prefer to keep issues reserved for Caffe development. Thanks!

@gjy3035
Copy link

gjy3035 commented Mar 24, 2015

@rmanor I also faced the same problem. The fails

[----------] 1 test from HDF5DataLayerTest/3, where TypeParam = caffe::DoubleGPU
[ RUN ] HDF5DataLayerTest/3.TestRead
HDF5-DIAG: Error detected in HDF5 (1.8.14) thread 0:
#000: /opt/hdf5-1.8.14/src/H5Dio.c line 173 in H5Dread(): can't read data
major: Dataset
minor: Read failed
#1: /opt/hdf5-1.8.14/src/H5Dio.c line 550 in H5D__read(): can't read data
major: Dataset
minor: Read failed
#2: /opt/hdf5-1.8.14/src/H5Dchunk.c line 1872 in H5D__chunk_read(): unable to read raw data chunk
major: Low-level I/O
minor: Read failed
#3: /opt/hdf5-1.8.14/src/H5Dchunk.c line 2902 in H5D__chunk_lock(): data pipeline read failed
major: Data filters
minor: Filter operation failed
#4: /opt/hdf5-1.8.14/src/H5Z.c line 1357 in H5Z_pipeline(): required filter 'deflate' is not registered
major: Data filters
minor: Read failed
#5: /opt/hdf5-1.8.14/src/H5PL.c line 298 in H5PL_load(): search in paths failed
major: Plugin for dynamically loaded library
minor: Can't get value
#6: /opt/hdf5-1.8.14/src/H5PL.c line 402 in H5PL__find(): can't open directory
major: Plugin for dynamically loaded library
minor: Can't open directory or file
F0324 20:42:57.229174 27543 io.cpp:277] Check failed: status >= 0 (-1 vs. 0) Failed to read double dataset data
*** Check failure stack trace: ***
@ 0x2b373dd86b5d google::LogMessage::Fail()
@ 0x2b373dd8ab77 google::LogMessage::SendToLog()
@ 0x2b373dd889f9 google::LogMessage::Flush()
@ 0x2b373dd88cfd google::LogMessageFatal::~LogMessageFatal()
@ 0x2b3741fe1f82 caffe::hdf5_load_nd_dataset<>()
@ 0x2b374209dc33 caffe::HDF5DataLayer<>::LoadHDF5FileData()
@ 0x2b37420ca04b caffe::HDF5DataLayer<>::Forward_gpu()
@ 0x4d9f72 caffe::Layer<>::Forward()
@ 0x63679d caffe::HDF5DataLayerTest_TestRead_Test<>::TestBody()
@ 0x7e5fea testing::internal::HandleExceptionsInMethodIfSupported<>()
@ 0x7db879 testing::Test::Run()
@ 0x7db957 testing::TestInfo::Run()
@ 0x7dba95 testing::TestCase::Run()
@ 0x7dbe05 testing::internal::UnitTestImpl::RunAllTests()
@ 0x7e5b6a testing::internal::HandleExceptionsInMethodIfSupported<>()
@ 0x7db0e1 testing::UnitTest::Run()
@ 0x4d4a92 main
@ 0x2b3742fa3cdd __libc_start_main
@ 0x4d4869 (unknown)
make: *** [runtest] Aborted (core dumped)

And how do you solve it?
Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants