Changeset 6849
- Timestamp:
- 12/29/10 18:14:47 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/startup.m
r6829 r6849 9 9 % Copyright Jet Propulsion Laboratory. 10 10 11 global ISSM_TIER 11 global ISSM_TIER ISSM_DIR PETSC_VERSION 12 12 lastwarn(''); % clear the last warning to focus on the warnings of the ISSM path 13 13 14 %Recover ISSM_TIER and USERNAME14 %Recover ISSM_TIER, ISSM_DIR and USERNAME 15 15 ISSM_TIER=getenv('ISSM_TIER'); 16 ISSM_DIR=getenv('ISSM_DIR'); 16 17 USERNAME =getenv('USER'); 17 18 if (isempty(ISSM_TIER)), … … 60 61 clear USERNAME; 61 62 63 %last thing, recover petsc version: 64 PETSC_VERSION=petscversion(ISSM_TIER); 65 62 66 %disable matlab bell! 63 67 beep off;
Note:
See TracChangeset
for help on using the changeset viewer.