ExpectationMax / opencurrent

OpenCurrent library for solving PDEs using CUDA (code.google.com/p/opencurrent)
Apache License 2.0
6 stars 2 forks source link

make error: eqn_diffusion3d.cpp(235): error: identifier "check_ok" is undefined #19

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.make
2.
3.

What is the expected output? What do you see instead?
[ 56%] Building CXX object 
ocuequation/CMakeFiles/ocuequation.dir/eqn_diffusion3d.cpp.o

opencurrent-1.1.0/src/ocuequation/eqn_diffusion3d.cpp(235): error: identifier 
"check_ok" is undefined
    check_ok(CoArrayManager::barrier_exchange(this->_negx_handle));

What version of the product are you using? On what operating system?
opencurrent-1.1.0;
2.6.32-gentoo-r24 x86_64 GNU/Linux

Please provide any additional information below.

Original issue reported on code.google.com by bliu...@gmail.com on 13 Jul 2011 at 3:35