Changeset 1349


Ignore:
Timestamp:
07/21/09 16:01:20 (16 years ago)
Author:
seroussi
Message:

Matlab in path

Location:
issm/trunk/etc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/etc/environment.csh

    r1335 r1349  
    33source $ISSM_DIR/etc/environment_variables.csh
    44
     5#MATLAB
     6setenv MATLAB_DIR
     7setenv PATH {$PATH}:{$MATLAB_DIR}/bin
    58
    69#MPI
  • issm/trunk/etc/environment.sh

    r1335 r1349  
    11#ISSM_DIR and ISSM_ARCH should have been defined already in your shell settings file (.bashrc, .cshrc, etc ...)
    22source $ISSM_DIR/etc/environment_variables.sh
     3
     4#MATLAB
     5export MATLAB_DIR
     6PATH="$PATH:$MATLAB_DIR/bin"
    37
    48#MPI
     
    8690export AUTOMAKE_DIR
    8791PATH="$PATH:$AUTOMAKE_DIR/bin"
     92
     93
Note: See TracChangeset for help on using the changeset viewer.