Last change
on this file since 1358 was 1358, checked in by seroussi, 16 years ago |
minor
|
-
Property svn:executable
set to
*
|
File size:
365 bytes
|
Line | |
---|
1 | #!/bin/bash
|
---|
2 | echo $ISSM_DIR
|
---|
3 | ./config/configure.py --with-parallel-no --prefix="$ISSM_DIR/externalpackages/petsc/install" --PETSC_ARCH=macosx-gnu --PETSC_DIR="$ISSM_DIR/externalpackages/petsc/install" --with-fc=gfortran --with-debugging=0 --with-shared=1 --download-mumps=yes --download-scalapack=yes --download-blas=yes --download-f-blas-lapack=yes --with-mpi=0;
|
---|
4 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.