The failure is

In file included from /Users/cary/projects/ulixesall-llvm/builds/openmpi-4.0.1/nodl/../ompi/datatype/ompi_datatype_external.c:29: In file included from /Users/cary/projects/ulixesall-llvm/builds/openmpi-4.0.1/nodl/../ompi/communicator/communicator.h:38: In file included from /Users/cary/projects/ulixesall-llvm/builds/openmpi-4.0.1/nodl/../ompi/errhandler/errhandler.h:33:
../../ompi/include/mpi.h:397:9: error: unknown type name 'ptrdiff_t'
typedef OMPI_MPI_AINT_TYPE MPI_Aint;
        ^
../../opal/include/opal_config.h:1911:28: note: expanded from macro 'OMPI_MPI_AINT_TYPE'
#define OMPI_MPI_AINT_TYPE ptrdiff_t


Is there a known fix for this?

Thx...John Cary


More info:

Configured with


'/Users/cary/projects/ulixesall-llvm/builds/openmpi-4.0.1/nodl/../configure' \ --prefix=/Volumes/GordianStorage/opt/contrib-llvm7_appleclang/openmpi-4.0.1-nodl \ CC='/Volumes/GordianStorage/opt/clang+llvm-7.0.0-x86_64-apple-darwin/bin/clang' \ CXX='/Volumes/GordianStorage/opt/clang+llvm-7.0.0-x86_64-apple-darwin/bin/clang++' \
  FC='/opt/homebrew/bin/gfortran-6' \
  F77='/opt/homebrew/bin/gfortran-6' \
  CFLAGS='-fvisibility=default -mmacosx-version-min=10.10 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include -fPIC -pipe -DSTDC_HEADERS' \   CXXFLAGS='-std=c++11 -stdlib=libc++ -fvisibility=default -mmacosx-version-min=10.10 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include -fPIC -pipe' \
  FCFLAGS='-fPIC -pipe' \
  --enable-static \
  --with-pic \
  --disable-dlopen \
  --enable-mpirun-prefix-by-default

_______________________________________________
users mailing list
users@lists.open-mpi.org
https://lists.open-mpi.org/mailman/listinfo/users

Reply via email to