Changeset 1063


Ignore:
Timestamp:
06/23/09 09:29:16 (16 years ago)
Author:
Eric.Larour
Message:

Modifications to code and build procedure to accomodate ia64 platform

Location:
issm/trunk/etc
Files:
3 added
1 edited

Legend:

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

    r344 r1063  
    11#ISSM_DIR and ISSM_ARCH should have been defined already in your shell settings file (.bashrc, .cshrc, etc ...)
    22
    3 source $ISSM_DIR/etc/environment_variables
     3exit
     4
     5source $ISSM_DIR/etc/environment_variables.sh
    46
    57#MPI
    68export MPI_DIR
    79PATH="$PATH:$MPI_DIR/bin"
    8 export LD_LIBRARY_PATH="$MPI_DIR/lib"
    9 export LD_RUN_PATH="$MPI_DIR/lib"
     10export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$MPI_DIR/lib"
     11export LD_RUN_PATH="$LD_RUN_PATH:$MPI_DIR/lib"
    1012export MANPATH="$MANPATH:$MPI_DIR/man"
    1113export MPIRUN_NPROCS=8
Note: See TracChangeset for help on using the changeset viewer.