Signed Distance fails when processing multiple STL files sequentially with shared memory #220
Labels
bug
Something isn't working
memory
mpi
Related to MPI communication
Quest
Issues related to Axom's 'quest' component
User Request
Issues related to user requests
Andy Cook has an application that:
The STL files are read and processed sequentially, i.e., there is
signed_distance_finalize()
before proceeding to the next file or level.This works when MPI shared memory is OFF. When shared memory is enabled,
signed_distance_init()
for the next file returns a failed status.The text was updated successfully, but these errors were encountered: