Changeset 3362
- Timestamp:
- 04/01/10 07:44:18 (15 years ago)
- Location:
- issm/trunk
- Files:
-
- 1 added
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/etc/cluster.rc
r3146 r3362 23 23 24 24 cluster_name=cosmos 25 cluster_codepath=/work00/edw/ larour/issm-2.0/bin26 cluster_executionpath=/work00/edw/ larour/Execution27 cluster_login= larour25 cluster_codepath=/work00/edw/morlighe/trunk/bin 26 cluster_executionpath=/work00/edw/morlighe/Execution 27 cluster_login=morlighe 28 28 cluster_port=0 29 29 30 30 cluster_name=mustang 31 cluster_codepath=/proj/ice/ larour/Ice/tier2_ice/cluster_delivery32 cluster_executionpath=/proj/ice/ larour/Testing_ice/Execution33 cluster_login= larour31 cluster_codepath=/proj/ice/morlighe/Ice/tier2_ice/cluster_delivery 32 cluster_executionpath=/proj/ice/morlighe/Testing_ice/Execution 33 cluster_login=morlighe 34 34 cluster_port=0 35 35 36 36 cluster_name=metro 37 cluster_codepath=/home/ larour/Ice/tier2_ice/cluster_delivery38 cluster_executionpath=/home/ larour/Testing/Execution39 cluster_login= larour37 cluster_codepath=/home/morlighe/Ice/tier2_ice/cluster_delivery 38 cluster_executionpath=/home/morlighe/Testing/Execution 39 cluster_login=morlighe 40 40 cluster_port=0 41 41 42 42 cluster_name=wilkes 43 cluster_codepath=/u/ astrid-r1b/larour/issm/trunk/bin44 cluster_executionpath=/u/ astrid-r1b/larour/Testing/Execution45 cluster_login= larour43 cluster_codepath=/u/wilkes-r1b/morlighe/svn/issm/trunk/bin 44 cluster_executionpath=/u/wilkes-r1b/morlighe/ExecutionWilkes 45 cluster_login=morlighe 46 46 cluster_port=0 47 47 48 48 cluster_name=astrid 49 cluster_codepath=/u/ astrid-r1b/larour/issm/trunk/bin50 cluster_executionpath=/u/ astrid-r1b/larour/Testing/Execution51 cluster_login= larour49 cluster_codepath=/u/wilkes-r1b/morlighe/svn/issm/trunk/bin 50 cluster_executionpath=/u/wilkes-r1b/morlighe/ExecutionAstrid 51 cluster_login=morlighe 52 52 cluster_port=0 53 53 54 54 cluster_name=larsen 55 cluster_codepath=/u/ astrid-r1b/larour/issm/trunk/bin56 cluster_executionpath=/u/ astrid-r1b/larour/Testing/Execution57 cluster_login= larour55 cluster_codepath=/u/wilkes-r1b/morlighe/svn/issm/trunk/bin 56 cluster_executionpath=/u/wilkes-r1b/morlighe/ExecutionLarsen 57 cluster_login=morlighe 58 58 cluster_port=0 59 59 60 60 cluster_name=gemini 61 cluster_codepath=/workg/edw/ larour/issm-2.0/bin62 cluster_executionpath=/workg/edw/ larour/Testing/Execution63 cluster_login= larour61 cluster_codepath=/workg/edw/morlighe/issm-2.0/bin 62 cluster_executionpath=/workg/edw/morlighe/Testing/Execution 63 cluster_login=morlighe 64 64 cluster_port=0 65 65 66 66 cluster_name=castor 67 cluster_codepath=/workc/edw/ larour/issm-2.0/bin68 cluster_executionpath=/workc/edw/ larour/Testing/Execution69 cluster_login= larour67 cluster_codepath=/workc/edw/morlighe/issm-2.0/bin 68 cluster_executionpath=/workc/edw/morlighe/Testing/Execution 69 cluster_login=morlighe 70 70 cluster_port=0 71 71 … … 73 73 cluster_codepath=/home/elarour/issm/trunk/bin 74 74 cluster_executionpath=/home/elarour/Testing/Execution 75 cluster_login= larour75 cluster_login=morlighe 76 76 cluster_port=0 77 77 78 78 cluster_name=pollux 79 cluster_codepath=/workp/edw/ larour/issm-2.0/bin80 cluster_executionpath=/workp/edw/ larour/Testing/Execution81 cluster_login= larour79 cluster_codepath=/workp/edw/morlighe/issm-2.0/bin 80 cluster_executionpath=/workp/edw/morlighe/Testing/Execution 81 cluster_login=morlighe 82 82 cluster_port=0 83 83 … … 91 91 cluster_codepath=/proj/ice/larour/issm/trunk/bin 92 92 cluster_executionpath=/proj/ice/larour/Testing/Execution 93 cluster_login= larour93 cluster_login=morlighe 94 94 cluster_port=0 95 95 -
issm/trunk/externalpackages/petsc/install.sh
r3216 r3362 9 9 10 10 #version of petsc? 11 version=' 2.3.2-p3';11 version='3.0.0-p11' 12 12 13 13 #Some cleanup -
issm/trunk/src/c/EnumDefinitions/EnumDefinitions.cpp
r3359 r3362 33 33 //transient 34 34 int TransientAnalysisEnum(void){ return 231; } 35 int SteadyAnalysisEnum(void){ return 232; } //NEEDED by nightly runs 35 36 //slope 36 37 int SlopecomputeAnalysisEnum(void){ return 240; } -
issm/trunk/src/c/EnumDefinitions/EnumDefinitions.h
r3359 r3362 34 34 //transient 35 35 int TransientAnalysisEnum(void); 36 int SteadyAnalysisEnum(void); 36 37 //slope 37 38 int SlopecomputeAnalysisEnum(void); -
issm/trunk/src/m/enum/AnalysisTypeFromEnum.m
r3354 r3362 61 61 end 62 62 63 if enum==SteadyAnalysisEnum(), 64 string='steady'; 65 end 66 63 67 if enum==SlopecomputeAnalysisEnum(), 64 68 string='slopecompute';
Note:
See TracChangeset
for help on using the changeset viewer.