Re: [OMPI users] [EXTERNAL] Shmem errors on Mac OS Catalina

2020-02-06 Thread Gutierrez, Samuel K. via users
Good afternoon, I fear that files created with shm_open(), a call used in the posix shmem component, are not being cleaned up properly. To test this theory, can you please reboot your computer and try again? Rebooting should remove any temporary files created with shm_open(). Sam On Feb 6, 20

Re: [OMPI users] Issues compiling HPL with OMPIv4.0.0

2019-04-03 Thread Gutierrez, Samuel K. via users
Hi, It looks like you are using the C++ wrapper compiler (mpiCC) instead of the C wrapper compiler (mpicc). Perhaps using mpicc instead of mpiCC will resolve your issue. Best, Sam On Apr 3, 2019, at 12:38 PM, afernan...@odyhpc.com wrote: Hello, I'm trying to co