Changeset 6849


Ignore:
Timestamp:
12/29/10 18:14:47 (14 years ago)
Author:
Eric.Larour
Message:

Need PETSC_VERSION number found in config.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/startup.m

    r6829 r6849  
    99%   Copyright Jet Propulsion Laboratory.
    1010
    11 global ISSM_TIER
     11global ISSM_TIER ISSM_DIR PETSC_VERSION
    1212lastwarn(''); % clear the last warning to focus on the warnings of the ISSM path
    1313
    14 %Recover ISSM_TIER and USERNAME
     14%Recover ISSM_TIER, ISSM_DIR and USERNAME
    1515ISSM_TIER=getenv('ISSM_TIER');
     16ISSM_DIR=getenv('ISSM_DIR');
    1617USERNAME =getenv('USER');
    1718if (isempty(ISSM_TIER)),
     
    6061clear USERNAME;
    6162
     63%last thing, recover petsc version:
     64PETSC_VERSION=petscversion(ISSM_TIER);
     65
    6266%disable matlab bell!
    6367beep off;
Note: See TracChangeset for help on using the changeset viewer.