[hpx-users] Segmentation fault with mpi4py

2018-10-23 Thread Vance, James
Hi everyone, I am trying to gradually port the molecular dynamics code Espresso++ from its current pure-MPI form to one that uses HPX for the critical parts of the code. It consists of a C++ and MPI-based shared library that can be imported in python using the boost.python library, a collection

Re: [hpx-users] Segmentation fault with mpi4py

2018-10-23 Thread Simberg Mikael
, October 23, 2018 4:38 PM To: hpx-users@stellar.cct.lsu.edu Subject: [hpx-users] Segmentation fault with mpi4py Hi everyone, I am trying to gradually port the molecular dynamics code Espresso++ from its current pure-MPI form to one that uses HPX for the critical parts of the code. It consists of a C++

Re: [hpx-users] Segmentation fault with mpi4py

2018-10-24 Thread Thomas Heller
llar.cct.lsu.edu [ > hpx-users-boun...@stellar.cct.lsu.edu] on behalf of Vance, James [ > va...@uni-mainz.de] > *Sent:* Tuesday, October 23, 2018 4:38 PM > *To:* hpx-users@stellar.cct.lsu.edu > *Subject:* [hpx-users] Segmentation fault with mpi4py > > Hi everyone, > > I a