Changes between Version 4 and Version 5 of pleiadescsh


Ignore:
Timestamp:
12/16/20 16:34:41 (4 years ago)
Author:
schlegel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pleiadescsh

    v4 v5  
    77Then, a NAS account has to be created by the new user:
    88 - go to [https://www.nas.nasa.gov/hecc/portal/accounts] select option 2 ("I want to request and account for myself")
    9  - provide the information requested using either GID = s1690 for Eric's group or GID = s1507 for Mathieu's group
     9 - provide the information requested using either GID = s5692 for Eric's group or GID = s1507 for Mathieu's group
    1010 - the PI will receive an email to approve the request
    1111 - All users must complete NASA-mandatory Basic IT Security Training (This year's training is called "FY2016 CYBERSECURITY AND SENSITIVE UNCLASSIFIED INFORMATION AWARENESS TRAINING").
     
    4545
    4646{{{
    47 #!sh
     47#!/bin/csh
     48
    4849./configure \
    4950 --prefix=$ISSM_DIR \
     
    6566== Installing ISSM on Pleiades with Dakota ==
    6667
    67 For Dakota to run, you you will still need to make autotools, cmake PETSc, and m1qn3.
     68For Dakota to run, you you will still need to make cmake, PETSc, and m1qn3.
    6869
    6970In addition, will need to build the external package:
    70  - boost, install-1.55-pleiades.sh
    7171 - dakota, install-6.2-pleiades.sh
    7272
    73 Finally, add the following to your configuration script:
     73Finally, you will need to make with mpi compilers by using the following configuration script:
    7474
    7575{{{
    76  --with-boost-dir=$ISSM_DIR/externalpackages/boost/install \
     76#!/bin/csh
     77
     78export F77=mpif77
     79export FC=mpif90
     80
     81./configure \
     82 --prefix=$ISSM_DIR \
     83 --enable-standalone-libraries \
     84 --with-wrappers=no \
     85 --with-petsc-dir="$ISSM_DIR/externalpackages/petsc/install" \
     86 --with-m1qn3-dir="$ISSM_DIR/externalpackages/m1qn3/install" \
     87 --with-boost-dir=/nasa/pkgsrc/sles12/2018Q3/ \
    7788 --with-dakota-dir=$ISSM_DIR/externalpackages/dakota/install \
     89 --with-gsl-dir=/nasa/pkgsrc/sles12/2018Q3/ \
     90 --with-mpi-include=" " \
     91 --with-mpi-libflags=" -lmpi" \
     92 --with-mkl-libflags="-L/nasa/intel/Compiler/2016.2.181/compilers_and_libraries_2016.2.181/linux/mkl/lib/intel64 -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -lpthread -lm -limf -lsvml -lirc" \
     93 --with-metis-dir="$ISSM_DIR/externalpackages/petsc/install" \
     94 --with-mumps-dir="$ISSM_DIR/externalpackages/petsc/install" \
     95 --with-scalapack-dir="$ISSM_DIR/externalpackages/petsc/install" \
     96 --with-graphics-lib="/usr/lib64/libX11.so" \
     97 --with-fortran-lib="-L/nasa/intel/Compiler/2016.2.181/compilers_and_libraries_2016.2.181/linux/compiler/lib/intel64/ -lifcore -lifport" \
     98 --with-vendor="intel-pleiades-mpi" \
     99 --enable-development
    78100}}}
    79101
     
    88110cluster.codepath='/u/mmorligh/issm/trunk/bin';
    89111cluster.executionpath='/u/mmorligh/issm/trunk/execution/';
    90 cluster.grouplist='s1690';
     112cluster.grouplist='s5692';
    91113}}}
    92114