Changes between Version 3 and Version 4 of ticket/1721/General
- Timestamp:
- 2016-06-06T11:42:29+02:00 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ticket/1721/General
v3 v4 58 58 * we must turn off XIOS completely from the compilation (i.e. not merely leave it to run in attached mode). 59 59 60 However: 61 62 * Single PE configurations force the code through physically different code paths in numerous places. So particularly with optimisation switched on we wouldn't get the same results, hence there's no guarantee that you can do any useful tests by comparing a single PE run with a multiple PE run. Further, any discrepancies might be more prone to compe from teh single PE code since this is unlikely to have undergone less, if any, serious scientific validation than the multi PE code path. 63 64 65 60 66 So not exactly an unqualified success but better than we might have hoped and potentially giving us something 61 67 to work with should we need it.