Hi Steve, this looks like some mismatch between build configurations indeed. Did you pass the same CMAKE_CXX_COMPILER variable to your application? There might also be a problem between debug and release builds. Could you share your cmake configuration command for your application as well please?
On Wed, Oct 4, 2017 at 6:57 PM, Steve Petruzza <[email protected]> wrote: > 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 > >
_______________________________________________ hpx-users mailing list [email protected] https://mail.cct.lsu.edu/mailman/listinfo/hpx-users
