Last change
on this file since 27230 was 25834, checked in by Mathieu Morlighem, 4 years ago |
CHG: added 24684-25833
|
File size:
1020 bytes
|
Rev | Line | |
---|
[25834] | 1 | Index: ../trunk-jpl/src/m/classes/clusters/pfe.m
|
---|
| 2 | ===================================================================
|
---|
| 3 | --- ../trunk-jpl/src/m/classes/clusters/pfe.m (revision 25593)
|
---|
| 4 | +++ ../trunk-jpl/src/m/classes/clusters/pfe.m (revision 25594)
|
---|
| 5 | @@ -115,8 +115,19 @@
|
---|
| 6 | end
|
---|
| 7 | end
|
---|
| 8 |
|
---|
| 9 | + elseif strcmpi(cluster.processor,'cas_ait'),
|
---|
| 10 | + if cluster.hyperthreading,
|
---|
| 11 | + if ((cluster.cpuspernode>80 ) | (cluster.cpuspernode<1)),
|
---|
| 12 | + md = checkmessage(md,'cpuspernode should be between 1 and 80 for ''cas_ait'' processors in hyperthreading mode');
|
---|
| 13 | + end
|
---|
| 14 | + else
|
---|
| 15 | + if ((cluster.cpuspernode>40 ) | (cluster.cpuspernode<1)),
|
---|
| 16 | + md = checkmessage(md,'cpuspernode should be between 1 and 40 for ''cas_ait'' processors');
|
---|
| 17 | + end
|
---|
| 18 | + end
|
---|
| 19 | +
|
---|
| 20 | else
|
---|
| 21 | - md = checkmessage(md,'unknown processor type, should be ''bro'' or ''has'' or ''ivy'' or ''san''');
|
---|
| 22 | + md = checkmessage(md,'unknown processor type, should be ''bro'' or ''has'' or ''ivy'' or ''san'' or ''cas_ait''');
|
---|
| 23 | end
|
---|
| 24 |
|
---|
| 25 | %Miscellaneous
|
---|
Note:
See
TracBrowser
for help on using the repository browser.