Changes between Version 17 and Version 18 of hpc
- Timestamp:
- 05/16/16 16:08:36 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
hpc
v17 v18 69 69 hpc will ''only'' be used to run the code, you will use your local machine for pre and post processing, you will never use hpc's matlab. You can check out ISSM and install the following packages: 70 70 - autotools 71 - PETSc (use the hpc script and ``follow`` the instructions, you will need to submit a job and compile PETSc manually, do not make test, it will not work on the cluster)71 - PETSc 3.7 (use the hpc script and ``follow`` the instructions, you will need to submit a job and compile PETSc manually, do not make test, it will not work on the cluster) 72 72 - m1qn3 73 73 … … 85 85 --with-m1qn3-dir=$ISSM_DIR/externalpackages/m1qn3/install \ 86 86 --with-mpi-include="/data/apps/mpi/openmpi-1.8.3/gcc/4.8.3/include" \ 87 --with-mpi-libflags="-L/data/apps/mpi/openmpi-1.8.3/gcc/4.8.3/lib -lmpi_cxx -lmpi " \87 --with-mpi-libflags="-L/data/apps/mpi/openmpi-1.8.3/gcc/4.8.3/lib -lmpi_cxx -lmpi -lmpi_usempi" \ 88 88 --with-blas-lapack-dir=$ISSM_DIR/externalpackages/petsc/install \ 89 89 --with-mumps-dir=$ISSM_DIR/externalpackages/petsc/install/ \