Changeset 25395
- Timestamp:
- 08/13/20 19:57:52 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/classes/clusters/maui.m
r25394 r25395 15 15 port = 0; 16 16 projectaccount = ''; 17 partition = ' ';17 partition = 'nesi_research'; 18 18 codepath = ''; 19 19 executionpath = ''; … … 58 58 function md = checkconsistency(cluster,md,solution,analyses) % {{{ 59 59 60 available_partitions={' large','long','prepost','bigmem','hugemem','gpu'};61 partition_requirements_time=[ 3*24*60 3*7*24*60 3*60 3*24*60 3*24*60 3*24*60];62 partition_requirements_np=[ 1024 720 4 72 64 4];60 available_partitions={'nesi_research'} 61 partition_requirements_time=[24*60]; 62 partition_requirements_np=[80]; 63 63 64 64 QueueRequirements(available_partitions,partition_requirements_time,partition_requirements_np,cluster.partition,cluster.np,1)
Note:
See TracChangeset
for help on using the changeset viewer.