Re: [OMPI users] filesystem-dependent failure building Fortran interfaces

2018-12-05 Thread Jeff Hammond
Preprocessor is fine in Fortran compilers. We’ve used in NWChem for many years, and NWChem supports “all the compilers”. Caveats: - Cray dislikes recursive preprocessing logic that other compilers handle. You won’t use this so please ignore. - IBM XLF requires -WF,-DFOO=BAR instead of -DFOO=BAR bu

Re: [OMPI users] [EXTERNAL] Re: MPI_Reduce_Scatter Segmentation Fault with Intel 2019 Update 1 Compilers on OPA-1

2018-12-05 Thread Hammond, Simon David via users
Folks, Thanks for your help and prompt replies. We appreciate all the support we get from the community. S. -- Si Hammond Scalable Computer Architectures Sandia National Laboratories, NM, USA On 12/4/18, 6:57 PM, "users on behalf of Gilles Gouaillardet" wrote: Thanks for the report.

Re: [OMPI users] filesystem-dependent failure building Fortran interfaces

2018-12-05 Thread Dave Love
"Jeff Squyres (jsquyres) via users" writes: > Hi Dave; thanks for reporting. > > Yes, we've fixed this -- it should be included in 4.0.1. > > https://github.com/open-mpi/ompi/pull/6121 Good, but I'm confused; I checked the repo before reporting it. [I wince at processing Fortran with cpp, th