Created
April 24, 2020 23:08
-
-
Save weilewei/b1b3073f37dff715db11465c0d57130b to your computer and use it in GitHub Desktop.
hpx mpi
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
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx_mpi_async/hpx/src/hpx_init.cpp: In function 'void hpx::detail::activate_global_options(hpx::util::command_line_handling&, int, char**)': | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx_mpi_async/hpx/src/hpx_init.cpp:391:23: error: 'hpx::util::mpi_environment' has not been declared | |
util::mpi_environment::init(&argc, &argv, cms); | |
^~~~~~~~~~~~~~~ | |
/gpfs/alpine/proj-shared/cph102/weile/dev/src/hpx_mpi_async/hpx/src/hpx_init.cpp:393:52: error: 'hpx::util::mpi_environment' has not been declared | |
static_cast<std::size_t>(util::mpi_environment::size()); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment