| version 1.1153 | version 1.1154 | ||
|---|---|---|---|
|
| ||
| #if !CMK_SMP || ! USE_CKLOOP | #if !CMK_SMP || ! USE_CKLOOP | ||
| //the CkLoop library should be only used in SMP mode | //the CkLoop library should be only used in SMP mode | ||
| simParameters->useCkLoop = 0; | simParameters->useCkLoop = 0; | ||
| #else | |||
| if ( CkNumPes() < 2 * CkNumNodes() ) simParameters->useCkLoop = 0; | |||
| #endif | #endif | ||
Legend:
| ||||||