Changeset 1334


Ignore:
Timestamp:
07/16/09 10:30:11 (16 years ago)
Author:
Eric.Larour
Message:

Included yams

Location:
issm/trunk/etc
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/etc/cluster.rc

    r1228 r1334  
    4747
    4848cluster_name=gemini
    49 cluster_codepath=/home/larour/issm-1.0/bin
    50 cluster_executionpath=/home/larour/Testing/Execution
     49cluster_codepath=/workg/acm/larour/issm-1.0/bin
     50cluster_executionpath=/workg/acm/larour/Testing/Execution
    5151
    5252cluster_name=castor
    53 cluster_codepath=/home/larour/issm-1.0/bin
    54 cluster_executionpath=/home/larour/Testing/Execution
     53cluster_codepath=/workc/acm/larour/issm-1.0/bin
     54cluster_executionpath=/workc/acm/larour/Testing/Execution
    5555
    5656cluster_name=pollux
    57 cluster_codepath=/home/larour/issm-1.0/bin
    58 cluster_executionpath=/home/larour/Testing/Execution
     57cluster_codepath=/workp/acm/larour/issm-1.0/bin
     58cluster_executionpath=/workp/acm/larour/Testing/Execution
    5959
    6060
  • issm/trunk/etc/environment.csh

    r1063 r1334  
    6767setenv BLACS_DIR
    6868
     69#YAMS
     70setenv YAMS_DIR
     71
    6972#SOWING
    7073setenv SOWING_DIR
  • issm/trunk/etc/environment.sh

    r1069 r1334  
    6868export BLACS_DIR
    6969
     70#YAMS
     71export YAMS_DIR
     72
    7073#SOWING
    7174export SOWING_DIR
  • issm/trunk/etc/environment_variables.csh

    r1063 r1334  
    5555set SOWING_DIR={$ISSM_DIR}/externalpackages/sowing/install
    5656
    57 #BLACS
    58 set BLACS_DIR={$ISSM_DIR}/externalpackages/petsc/install/externalexternalpackages/blacs-dev/$PETSC_ARCH
     57#YAMS
     58set YAMS_DIR={$ISSM_DIR}/externalpackages/yams
     59
    5960
    6061#Development packages
  • issm/trunk/etc/environment_variables.sh

    r1063 r1334  
    5959BLACS_DIR="$ISSM_DIR/externalpackages/petsc/install/externalexternalpackages/blacs-dev/$PETSC_ARCH"
    6060
     61#YAMS
     62YAMS_DIR="$ISSM_DIR/externalpackages/yams"
     63
     64
    6165
    6266
Note: See TracChangeset for help on using the changeset viewer.