Changeset 24953
- Timestamp:
- 06/02/20 19:24:44 (5 years ago)
- Location:
- issm/trunk-jpl
- Files:
-
- 1 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/externalpackages/adjoinablempi/install-linux.sh ¶
r24952 r24953 2 2 set -eu 3 3 4 5 # Keeping this for potential future use6 #Mercurial cloning:7 #hg clone -r 268 http://mercurial.mcs.anl.gov//ad/AdjoinableMPI src8 9 # Cleanup10 rm -rf install src11 mkdir install src12 4 13 5 # Download source … … 17 9 tar -zxvf adjoinablempi.tar.gz 18 10 11 # Cleanup 12 rm -rf install src 13 mkdir install src 14 19 15 # Configure 20 16 cd src … … 22 18 --prefix="${ISSM_DIR}/externalpackages/adjoinablempi/install" \ 23 19 --libdir="${ISSM_DIR}/externalpackages/adjoinablempi/install/lib" \ 24 --with-mpi-root="${ISSM_DIR}/externalpackages/ mpich/install" \20 --with-mpi-root="${ISSM_DIR}/externalpackages/petsc/install" \ 25 21 --enable-requestOnTrace 26 22 27 # Clean 28 make clean 29 30 # Compile 23 # Compile and install 31 24 if [ $# -eq 0 ]; then 32 25 make 26 make install 33 27 else 34 28 make -j $1 29 make -j $1 install 35 30 fi 36 37 # Install38 make install -
TabularUnified issm/trunk-jpl/jenkins/ross-debian_linux-adolc-ampion ¶
r24829 r24953 44 44 gsl install.sh 45 45 triangle install-linux.sh 46 adjoinablempi install .sh46 adjoinablempi install-linux.sh 47 47 adolc install-withampi.sh 48 48 shell2junit install.sh
Note:
See TracChangeset
for help on using the changeset viewer.