Changeset 28244


Ignore:
Timestamp:
05/01/24 15:43:33 (11 months ago)
Author:
Mathieu Morlighem
Message:

CHG: making adjustments for andes

Location:
issm/trunk-jpl/externalpackages
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/externalpackages/m1qn3/install-linux.sh

    r28243 r28244  
    2626
    2727# Compile and install
    28 if which ifort 2>/dev/null; then
    29         export FC="ifort"
    30         export FFLAGS="-traceback -check all -fPIC" # -O2 is default
     28if which mpifort 2>/dev/null; then
     29export FC="mpifort"
    3130else
    32         export FC="gfortran"
    33         if [ `uname` == "Darwin" ]; then
    34                 FFLAGS="-arch $(uname -m)"
     31        if which ifort 2>/dev/null; then
     32                export FC="ifort"
     33                export FFLAGS="-traceback -check all -fPIC" # -O2 is default
    3534        else
    36                 FFLAGS=""
     35                export FC="gfortran"
     36                if [ `uname` == "Darwin" ]; then
     37                        FFLAGS="-arch $(uname -m)"
     38                else
     39                        FFLAGS=""
     40                fi
     41                export FFLAGS
    3742        fi
    38 
    39         export FFLAGS
    4043fi
    4144
  • issm/trunk-jpl/externalpackages/vim/addons/vimrc

    r27908 r28244  
    1717" display curent mode
    1818set showmode
     19" encoding
     20set encoding=utf-8
    1921"----------------------------------------------------------------------}}}
    2022" Text-Formatting, Identing, Tabbing{{{
Note: See TracChangeset for help on using the changeset viewer.