Hi,

I am trying to run my HPX application on a Cray XC40 machine.

I built HPX with the following config:
-DCMAKE_CXX_COMPILER=CC -DHPX_WITH_MALLOC=system -DHPX_WITH_PARCELPORT_MPI=ON 
-DHPX_WITH_STATIC_LINKING=ON -DHPX_WITH_HWLOC=OFF -DHPX_WITH_EXAMPLES=OFF

When I simply try to run an example as following:
srun ./1d_stencil_8 --hpx:threads 1

I get the following error (apparently on the hpx::init()) call:
terminate called after throwing an instance of 'std::length_error'
  what():  vector::reserve
srun: error: nid00753: task 0: Aborted

Is there a problem in my build?

Thank you,
Steve










_______________________________________________
hpx-users mailing list
[email protected]
https://mail.cct.lsu.edu/mailman/listinfo/hpx-users

Reply via email to