pixell icon indicating copy to clipboard operation
pixell copied to clipboard

MPI cleanup removes useful traceback from output

Open msyriac opened this issue 6 years ago • 0 comments

These lines: https://github.com/simonsobs/pixell/blob/d3167f935f9a9c147fe698e1eb4e83d3a9daeb39/pixell/mpi.py#L23

when not commented cause the MPI output to not print the traceback for the error that caused the script to crash (if any), which leads to a lot of wasted time. I can reproduce this on niagara with both Intel MPI and OpenMPI.

msyriac avatar Jul 31 '19 15:07 msyriac