Changeset 24052


Ignore:
Timestamp:
06/27/19 16:52:13 (6 years ago)
Author:
tsantos
Message:

CHG: change to new versions of MPI and intel compiler

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/externalpackages/petsc/install-3.7-greenplanet.sh

    r23435 r24052  
    2121 --prefix="$ISSM_DIR/externalpackages/petsc/install" \
    2222 --PETSC_DIR="$ISSM_DIR/externalpackages/petsc/src" \
    23  --with-blas-lapack-dir="/sopt/Intel/compilers_and_libraries_2016.2.181/linux/mkl/" \
    24  --with-mpi-dir="/sopt/mpi/openmpi-1.10.2/intel_16.0.2/" \
     23 --with-blas-lapack-dir="/sopt/MKL/2018.3/" \
     24 --with-mpi-dir="/sopt/OpenMPI/3.1.2/intel-2018.3-slim" \
    2525 --known-mpi-shared-libraries=1 \
    2626 --with-debugging=0 \
     
    3333 --download-parmetis=1 \
    3434 --download-scalapack=1 \
    35  --download-mumps=1
     35 --download-mumps=1 \
     36 --with-pic=1
    3637
    3738#prepare script to reconfigure petsc
    3839cat > script.queue << EOF
    3940#!/bin/bash
    40 #SBATCH -p c6145
     41#SBATCH -p ilg2.3
    4142#SBATCH -N 1 -n 1
    4243#SBATCH --mem-per-cpu=1gb
     
    4445#SBATCH --job-name=test
    4546
    46 module load compiler/intel/16.0.2
    47 module load mpi/openmpi/1.10.2/intel_16.0.2
     47module load intel/2018.3
     48module load openmpi/3.1.2-slim
    4849
    4950cd $(echo $ISSM_DIR)/externalpackages/petsc/src/
Note: See TracChangeset for help on using the changeset viewer.