Skip to content

Instantly share code, notes, and snippets.

@weilewei
Created April 24, 2020 23:08
Show Gist options
  • Save weilewei/b1b3073f37dff715db11465c0d57130b to your computer and use it in GitHub Desktop.
Save weilewei/b1b3073f37dff715db11465c0d57130b to your computer and use it in GitHub Desktop.
hpx mpi
/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