source:
issm/oecreview/Archive/24684-25833/ISSM-25593-25594.diff@
27230
Last change on this file since 27230 was 25834, checked in by , 4 years ago | |
---|---|
File size: 1020 bytes |
-
../trunk-jpl/src/m/classes/clusters/pfe.m
115 115 end 116 116 end 117 117 118 elseif strcmpi(cluster.processor,'cas_ait'), 119 if cluster.hyperthreading, 120 if ((cluster.cpuspernode>80 ) | (cluster.cpuspernode<1)), 121 md = checkmessage(md,'cpuspernode should be between 1 and 80 for ''cas_ait'' processors in hyperthreading mode'); 122 end 123 else 124 if ((cluster.cpuspernode>40 ) | (cluster.cpuspernode<1)), 125 md = checkmessage(md,'cpuspernode should be between 1 and 40 for ''cas_ait'' processors'); 126 end 127 end 128 118 129 else 119 md = checkmessage(md,'unknown processor type, should be ''bro'' or ''has'' or ''ivy'' or ''san'' ');130 md = checkmessage(md,'unknown processor type, should be ''bro'' or ''has'' or ''ivy'' or ''san'' or ''cas_ait'''); 120 131 end 121 132 122 133 %Miscellaneous
Note:
See TracBrowser
for help on using the repository browser.