Changeset 25787
- Timestamp:
- 11/30/20 11:26:57 (4 years ago)
- Location:
- issm/trunk-jpl/externalpackages/adjoinablempi
- Files:
-
- 1 deleted
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/externalpackages/adjoinablempi/install-mac.sh ¶
r25786 r25787 3 3 4 4 5 # Keeping this for potential future use 6 #Mercurial cloning: 7 #hg clone -r 268 http://mercurial.mcs.anl.gov//ad/AdjoinableMPI src 5 ## Environment 6 # 7 #export CPATH=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/malloc:/usr/include # If path to malloc is not included in shell configuration files, export it here after verifying that the path is correct. 8 export CFLAGS=-Wno-error=implicit-function-declaration 8 9 9 10 # Cleanup … … 22 23 --prefix="${ISSM_DIR}/externalpackages/adjoinablempi/install" \ 23 24 --libdir="${ISSM_DIR}/externalpackages/adjoinablempi/install/lib" \ 24 --with-mpi-root="${ISSM_DIR}/externalpackages/mpich/install" \ 25 --disable-dependency-tracking \ 26 --with-mpi-root="${ISSM_DIR}/externalpackages/petsc/install" \ 25 27 --enable-requestOnTrace 26 28
Note:
See TracChangeset
for help on using the changeset viewer.