Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

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

Open
#19 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
35/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Stale
Tech stack
cpp
Domain
hpc

Research direction

Start by running make and inspect ocuequation/eqn_diffusion3d.cpp around line 235, where check_ok is reported as undefined. Trace whether the identifier is declared or included elsewhere in the project. Done means the reported build reaches a successful completion on the stated environment.

Written by the indexing model from the issue text.

Description

auto-migrated Priority-Medium Type-Defect
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

Dominant language
Cuda
Stars
6
Forks
2
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from ExpectationMax/opencurrent

All issues in ExpectationMax/opencurrent

Similar issues

More HPC issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.