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

Fix the block_pcg perf-test when offsets are size_t #287

Closed
srajama1 opened this issue Sep 7, 2018 · 0 comments
Closed

Fix the block_pcg perf-test when offsets are size_t #287

srajama1 opened this issue Sep 7, 2018 · 0 comments

Comments

@srajama1
Copy link
Contributor

srajama1 commented Sep 7, 2018

/home/srajama/work_repos/kokkos-kernels/perf_test/sparse/KokkosSparse_block_pcg.cpp(552): error: namespace "std" has no member "cerr"
std::cerr << "PCG is configured with INT, INT, DOUBLE. Test is not compiled as these are not instantiated." << std::endl;
^
/home/srajama/work_repos/kokkos-kernels/perf_test/sparse/KokkosSparse_block_pcg.cpp(552): error: namespace "std" has no member "endl"
std::cerr << "PCG is configured with INT, INT, DOUBLE. Test is not compiled as these are not instantiated." << std::endl;
^
compilation aborted for /home/srajama/work_repos/kokkos-kernels/perf_test/sparse/KokkosSparse_block_pcg.cpp (code 2)
make[2]: *** [KokkosSparse_block_pcg.o] Error 2

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

2 participants