Created
October 23, 2019 19:50
-
-
Save weilewei/087b30fd5fe07ac885553c6709c18c34 to your computer and use it in GitHub Desktop.
hpx build error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ 78%] Building CXX object libs/segmented_algorithms/tests/unit/CMakeFiles/partitioned_vector_exclusive_scan2_test.dir/partitioned_vector_exclusive_scan2.cpp.o | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp: In function 'void exclusive_scan_algo_tests_with_policy(std::size_t, const DistPolicy&, hpx::partitioned_vector<T>&, std::vector<T>, const ExPolicy&)': | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:27:23: error: 'setw' is not a member of 'std' | |
std::cout << std::setw(60) << a << std::setw(40) << b << std::setw(10) \ | |
^~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:27:23: note: in definition of macro 'msg7' | |
std::cout << std::setw(60) << a << std::setw(40) << b << std::setw(10) \ | |
^~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:27:23: note: suggested alternative: 'set' | |
std::cout << std::setw(60) << a << std::setw(40) << b << std::setw(10) \ | |
^~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:27:23: note: in definition of macro 'msg7' | |
std::cout << std::setw(60) << a << std::setw(40) << b << std::setw(10) \ | |
^~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:27:45: error: 'setw' is not a member of 'std' | |
std::cout << std::setw(60) << a << std::setw(40) << b << std::setw(10) \ | |
^~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:27:45: note: in definition of macro 'msg7' | |
std::cout << std::setw(60) << a << std::setw(40) << b << std::setw(10) \ | |
^~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:27:45: note: suggested alternative: 'set' | |
std::cout << std::setw(60) << a << std::setw(40) << b << std::setw(10) \ | |
^~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:27:45: note: in definition of macro 'msg7' | |
std::cout << std::setw(60) << a << std::setw(40) << b << std::setw(10) \ | |
^~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:27:67: error: 'setw' is not a member of 'std' | |
std::cout << std::setw(60) << a << std::setw(40) << b << std::setw(10) \ | |
^~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:27:67: note: in definition of macro 'msg7' | |
std::cout << std::setw(60) << a << std::setw(40) << b << std::setw(10) \ | |
^~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:27:67: note: suggested alternative: 'set' | |
std::cout << std::setw(60) << a << std::setw(40) << b << std::setw(10) \ | |
^~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:27:67: note: in definition of macro 'msg7' | |
std::cout << std::setw(60) << a << std::setw(40) << b << std::setw(10) \ | |
^~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:28:28: error: 'setw' is not a member of 'std' | |
<< c << std::setw(6) << " " << #d << " " << e << " " << f << " " \ | |
^~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:28:28: note: in definition of macro 'msg7' | |
<< c << std::setw(6) << " " << #d << " " << e << " " << f << " " \ | |
^~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:28:28: note: suggested alternative: 'set' | |
<< c << std::setw(6) << " " << #d << " " << e << " " << f << " " \ | |
^~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:28:28: note: in definition of macro 'msg7' | |
<< c << std::setw(6) << " " << #d << " " << e << " " << f << " " \ | |
^~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:72:23: error: 'setprecision' is not a member of 'std' | |
std::cout << std::setprecision(4) << "\t" << e1 << " " << e2 << " " << e3 | |
^~~~~~~~~~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:72:23: note: suggested alternative: 'set_union' | |
std::cout << std::setprecision(4) << "\t" << e1 << " " << e2 << " " << e3 | |
^~~~~~~~~~~~ | |
set_union | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp: In function 'void exclusive_scan_algo_tests_segmented_out_with_policy(std::size_t, const DistPolicy&, const DistPolicy&, hpx::partitioned_vector<T>&, hpx::partitioned_vector<T>, std::vector<T>, const ExPolicy&)': | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:31:23: error: 'setw' is not a member of 'std' | |
std::cout << std::setw(60) << a << std::setw(40) << b << std::setw(10) \ | |
^~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:31:23: note: in definition of macro 'msg9' | |
std::cout << std::setw(60) << a << std::setw(40) << b << std::setw(10) \ | |
^~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:31:23: note: suggested alternative: 'set' | |
std::cout << std::setw(60) << a << std::setw(40) << b << std::setw(10) \ | |
^~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:31:23: note: in definition of macro 'msg9' | |
std::cout << std::setw(60) << a << std::setw(40) << b << std::setw(10) \ | |
^~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:31:45: error: 'setw' is not a member of 'std' | |
std::cout << std::setw(60) << a << std::setw(40) << b << std::setw(10) \ | |
^~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:31:45: note: in definition of macro 'msg9' | |
std::cout << std::setw(60) << a << std::setw(40) << b << std::setw(10) \ | |
^~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:31:45: note: suggested alternative: 'set' | |
std::cout << std::setw(60) << a << std::setw(40) << b << std::setw(10) \ | |
^~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:31:45: note: in definition of macro 'msg9' | |
std::cout << std::setw(60) << a << std::setw(40) << b << std::setw(10) \ | |
^~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:31:67: error: 'setw' is not a member of 'std' | |
std::cout << std::setw(60) << a << std::setw(40) << b << std::setw(10) \ | |
^~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:31:67: note: in definition of macro 'msg9' | |
std::cout << std::setw(60) << a << std::setw(40) << b << std::setw(10) \ | |
^~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:31:67: note: suggested alternative: 'set' | |
std::cout << std::setw(60) << a << std::setw(40) << b << std::setw(10) \ | |
^~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:31:67: note: in definition of macro 'msg9' | |
std::cout << std::setw(60) << a << std::setw(40) << b << std::setw(10) \ | |
^~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:32:28: error: 'setw' is not a member of 'std' | |
<< c << std::setw(6) << " " << #d << " " << e << " " << f << " " \ | |
^~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:32:28: note: in definition of macro 'msg9' | |
<< c << std::setw(6) << " " << #d << " " << e << " " << f << " " \ | |
^~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:32:28: note: suggested alternative: 'set' | |
<< c << std::setw(6) << " " << #d << " " << e << " " << f << " " \ | |
^~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:32:28: note: in definition of macro 'msg9' | |
<< c << std::setw(6) << " " << #d << " " << e << " " << f << " " \ | |
^~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:103:23: error: 'setprecision' is not a member of 'std' | |
std::cout << std::setprecision(4) << "\t" << e1 << " " << e2 << " " << e3 | |
^~~~~~~~~~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:103:23: note: suggested alternative: 'set_union' | |
std::cout << std::setprecision(4) << "\t" << e1 << " " << e2 << " " << e3 | |
^~~~~~~~~~~~ | |
set_union | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp: In function 'void exclusive_scan_algo_tests_inplace_with_policy(std::size_t, const DistPolicy&, std::vector<T>, const ExPolicy&)': | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:27:23: error: 'setw' is not a member of 'std' | |
std::cout << std::setw(60) << a << std::setw(40) << b << std::setw(10) \ | |
^~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:27:23: note: in definition of macro 'msg7' | |
std::cout << std::setw(60) << a << std::setw(40) << b << std::setw(10) \ | |
^~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:27:23: note: suggested alternative: 'set' | |
std::cout << std::setw(60) << a << std::setw(40) << b << std::setw(10) \ | |
^~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:27:23: note: in definition of macro 'msg7' | |
std::cout << std::setw(60) << a << std::setw(40) << b << std::setw(10) \ | |
^~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:27:45: error: 'setw' is not a member of 'std' | |
std::cout << std::setw(60) << a << std::setw(40) << b << std::setw(10) \ | |
^~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:27:45: note: in definition of macro 'msg7' | |
std::cout << std::setw(60) << a << std::setw(40) << b << std::setw(10) \ | |
^~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:27:45: note: suggested alternative: 'set' | |
std::cout << std::setw(60) << a << std::setw(40) << b << std::setw(10) \ | |
^~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:27:45: note: in definition of macro 'msg7' | |
std::cout << std::setw(60) << a << std::setw(40) << b << std::setw(10) \ | |
^~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:27:67: error: 'setw' is not a member of 'std' | |
std::cout << std::setw(60) << a << std::setw(40) << b << std::setw(10) \ | |
^~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:27:67: note: in definition of macro 'msg7' | |
std::cout << std::setw(60) << a << std::setw(40) << b << std::setw(10) \ | |
^~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:27:67: note: suggested alternative: 'set' | |
std::cout << std::setw(60) << a << std::setw(40) << b << std::setw(10) \ | |
^~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:27:67: note: in definition of macro 'msg7' | |
std::cout << std::setw(60) << a << std::setw(40) << b << std::setw(10) \ | |
^~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:28:28: error: 'setw' is not a member of 'std' | |
<< c << std::setw(6) << " " << #d << " " << e << " " << f << " " \ | |
^~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:28:28: note: in definition of macro 'msg7' | |
<< c << std::setw(6) << " " << #d << " " << e << " " << f << " " \ | |
^~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:28:28: note: suggested alternative: 'set' | |
<< c << std::setw(6) << " " << #d << " " << e << " " << f << " " \ | |
^~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:28:28: note: in definition of macro 'msg7' | |
<< c << std::setw(6) << " " << #d << " " << e << " " << f << " " \ | |
^~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:133:23: error: 'setprecision' is not a member of 'std' | |
std::cout << std::setprecision(4) << "\t" << e1 << " " << e2 << " " << e3 | |
^~~~~~~~~~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:133:23: note: suggested alternative: 'set_union' | |
std::cout << std::setprecision(4) << "\t" << e1 << " " << e2 << " " << e3 | |
^~~~~~~~~~~~ | |
set_union | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp: In function 'void exclusive_scan_algo_tests_with_policy_async(std::size_t, const DistPolicy&, hpx::partitioned_vector<T>&, std::vector<T>, const ExPolicy&)': | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:27:23: error: 'setw' is not a member of 'std' | |
std::cout << std::setw(60) << a << std::setw(40) << b << std::setw(10) \ | |
^~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:27:23: note: in definition of macro 'msg7' | |
std::cout << std::setw(60) << a << std::setw(40) << b << std::setw(10) \ | |
^~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:27:23: note: suggested alternative: 'set' | |
std::cout << std::setw(60) << a << std::setw(40) << b << std::setw(10) \ | |
^~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:27:23: note: in definition of macro 'msg7' | |
std::cout << std::setw(60) << a << std::setw(40) << b << std::setw(10) \ | |
^~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:27:45: error: 'setw' is not a member of 'std' | |
std::cout << std::setw(60) << a << std::setw(40) << b << std::setw(10) \ | |
^~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:27:45: note: in definition of macro 'msg7' | |
std::cout << std::setw(60) << a << std::setw(40) << b << std::setw(10) \ | |
^~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:27:45: note: suggested alternative: 'set' | |
std::cout << std::setw(60) << a << std::setw(40) << b << std::setw(10) \ | |
^~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:27:45: note: in definition of macro 'msg7' | |
std::cout << std::setw(60) << a << std::setw(40) << b << std::setw(10) \ | |
^~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:27:67: error: 'setw' is not a member of 'std' | |
std::cout << std::setw(60) << a << std::setw(40) << b << std::setw(10) \ | |
^~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:27:67: note: in definition of macro 'msg7' | |
std::cout << std::setw(60) << a << std::setw(40) << b << std::setw(10) \ | |
^~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:27:67: note: suggested alternative: 'set' | |
std::cout << std::setw(60) << a << std::setw(40) << b << std::setw(10) \ | |
^~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:27:67: note: in definition of macro 'msg7' | |
std::cout << std::setw(60) << a << std::setw(40) << b << std::setw(10) \ | |
^~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:28:28: error: 'setw' is not a member of 'std' | |
<< c << std::setw(6) << " " << #d << " " << e << " " << f << " " \ | |
^~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:28:28: note: in definition of macro 'msg7' | |
<< c << std::setw(6) << " " << #d << " " << e << " " << f << " " \ | |
^~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:28:28: note: suggested alternative: 'set' | |
<< c << std::setw(6) << " " << #d << " " << e << " " << f << " " \ | |
^~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:28:28: note: in definition of macro 'msg7' | |
<< c << std::setw(6) << " " << #d << " " << e << " " << f << " " \ | |
^~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:165:23: error: 'setprecision' is not a member of 'std' | |
std::cout << std::setprecision(4) << "\t" << e1 << " " << e2 << " " << e3 | |
^~~~~~~~~~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:165:23: note: suggested alternative: 'set_union' | |
std::cout << std::setprecision(4) << "\t" << e1 << " " << e2 << " " << e3 | |
^~~~~~~~~~~~ | |
set_union | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp: In function 'void exclusive_scan_algo_tests_segmented_out_with_policy_async(std::size_t, const DistPolicy&, const DistPolicy&, hpx::partitioned_vector<T>&, hpx::partitioned_vector<T>, std::vector<T>, const ExPolicy&)': | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:31:23: error: 'setw' is not a member of 'std' | |
std::cout << std::setw(60) << a << std::setw(40) << b << std::setw(10) \ | |
^~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:31:23: note: in definition of macro 'msg9' | |
std::cout << std::setw(60) << a << std::setw(40) << b << std::setw(10) \ | |
^~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:31:23: note: suggested alternative: 'set' | |
std::cout << std::setw(60) << a << std::setw(40) << b << std::setw(10) \ | |
^~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:31:23: note: in definition of macro 'msg9' | |
std::cout << std::setw(60) << a << std::setw(40) << b << std::setw(10) \ | |
^~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:31:45: error: 'setw' is not a member of 'std' | |
std::cout << std::setw(60) << a << std::setw(40) << b << std::setw(10) \ | |
^~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:31:45: note: in definition of macro 'msg9' | |
std::cout << std::setw(60) << a << std::setw(40) << b << std::setw(10) \ | |
^~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:31:45: note: suggested alternative: 'set' | |
std::cout << std::setw(60) << a << std::setw(40) << b << std::setw(10) \ | |
^~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:31:45: note: in definition of macro 'msg9' | |
std::cout << std::setw(60) << a << std::setw(40) << b << std::setw(10) \ | |
^~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:31:67: error: 'setw' is not a member of 'std' | |
std::cout << std::setw(60) << a << std::setw(40) << b << std::setw(10) \ | |
^~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:31:67: note: in definition of macro 'msg9' | |
std::cout << std::setw(60) << a << std::setw(40) << b << std::setw(10) \ | |
^~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:31:67: note: suggested alternative: 'set' | |
std::cout << std::setw(60) << a << std::setw(40) << b << std::setw(10) \ | |
^~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:31:67: note: in definition of macro 'msg9' | |
std::cout << std::setw(60) << a << std::setw(40) << b << std::setw(10) \ | |
^~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:32:28: error: 'setw' is not a member of 'std' | |
<< c << std::setw(6) << " " << #d << " " << e << " " << f << " " \ | |
^~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:32:28: note: in definition of macro 'msg9' | |
<< c << std::setw(6) << " " << #d << " " << e << " " << f << " " \ | |
^~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:32:28: note: suggested alternative: 'set' | |
<< c << std::setw(6) << " " << #d << " " << e << " " << f << " " \ | |
^~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:32:28: note: in definition of macro 'msg9' | |
<< c << std::setw(6) << " " << #d << " " << e << " " << f << " " \ | |
^~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:198:23: error: 'setprecision' is not a member of 'std' | |
std::cout << std::setprecision(4) << "\t" << e1 << " " << e2 << " " << e3 | |
^~~~~~~~~~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:198:23: note: suggested alternative: 'set_union' | |
std::cout << std::setprecision(4) << "\t" << e1 << " " << e2 << " " << e3 | |
^~~~~~~~~~~~ | |
set_union | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp: In function 'void exclusive_scan_algo_tests_inplace_with_policy_async(std::size_t, const DistPolicy&, std::vector<T>, const ExPolicy&)': | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:27:23: error: 'setw' is not a member of 'std' | |
std::cout << std::setw(60) << a << std::setw(40) << b << std::setw(10) \ | |
^~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:27:23: note: in definition of macro 'msg7' | |
std::cout << std::setw(60) << a << std::setw(40) << b << std::setw(10) \ | |
^~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:27:23: note: suggested alternative: 'set' | |
std::cout << std::setw(60) << a << std::setw(40) << b << std::setw(10) \ | |
^~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:27:23: note: in definition of macro 'msg7' | |
std::cout << std::setw(60) << a << std::setw(40) << b << std::setw(10) \ | |
^~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:27:45: error: 'setw' is not a member of 'std' | |
std::cout << std::setw(60) << a << std::setw(40) << b << std::setw(10) \ | |
^~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:27:45: note: in definition of macro 'msg7' | |
std::cout << std::setw(60) << a << std::setw(40) << b << std::setw(10) \ | |
^~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:27:45: note: suggested alternative: 'set' | |
std::cout << std::setw(60) << a << std::setw(40) << b << std::setw(10) \ | |
^~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:27:45: note: in definition of macro 'msg7' | |
std::cout << std::setw(60) << a << std::setw(40) << b << std::setw(10) \ | |
^~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:27:67: error: 'setw' is not a member of 'std' | |
std::cout << std::setw(60) << a << std::setw(40) << b << std::setw(10) \ | |
^~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:27:67: note: in definition of macro 'msg7' | |
std::cout << std::setw(60) << a << std::setw(40) << b << std::setw(10) \ | |
^~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:27:67: note: suggested alternative: 'set' | |
std::cout << std::setw(60) << a << std::setw(40) << b << std::setw(10) \ | |
^~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:27:67: note: in definition of macro 'msg7' | |
std::cout << std::setw(60) << a << std::setw(40) << b << std::setw(10) \ | |
^~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:28:28: error: 'setw' is not a member of 'std' | |
<< c << std::setw(6) << " " << #d << " " << e << " " << f << " " \ | |
^~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:28:28: note: in definition of macro 'msg7' | |
<< c << std::setw(6) << " " << #d << " " << e << " " << f << " " \ | |
^~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:28:28: note: suggested alternative: 'set' | |
<< c << std::setw(6) << " " << #d << " " << e << " " << f << " " \ | |
^~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:28:28: note: in definition of macro 'msg7' | |
<< c << std::setw(6) << " " << #d << " " << e << " " << f << " " \ | |
^~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:229:23: error: 'setprecision' is not a member of 'std' | |
std::cout << std::setprecision(4) << "\t" << e1 << " " << e2 << " " << e3 | |
^~~~~~~~~~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx/libs/segmented_algorithms/tests/unit/partitioned_vector_exclusive_scan2.cpp:229:23: note: suggested alternative: 'set_union' | |
std::cout << std::setprecision(4) << "\t" << e1 << " " << e2 << " " << e3 | |
^~~~~~~~~~~~ | |
set_union | |
make[3]: *** [libs/segmented_algorithms/tests/unit/CMakeFiles/partitioned_vector_exclusive_scan2_test.dir/partitioned_vector_exclusive_scan2.cpp.o] Error 1 | |
make[2]: *** [libs/segmented_algorithms/tests/unit/CMakeFiles/partitioned_vector_exclusive_scan2_test.dir/all] Error 2 | |
make[1]: *** [CMakeFiles/tests.dir/rule] Error 2 | |
make: *** [tests] Error 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment