This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
library:computing:xios_impi_troubles [2025/06/24 22:12] 84.88.52.107 old revision restored (2017/08/04 16:57) |
library:computing:xios_impi_troubles [2025/06/28 04:44] (current) 84.88.52.107 old revision restored (2017/08/04 15:13) |
||
---|---|---|---|
Line 136: | Line 136: | ||
**Diagnosis: | **Diagnosis: | ||
- | **Solution: | + | **Solution: |
**More information: | **More information: | ||
Line 196: | Line 196: | ||
- | **Actions taken:** Given that the error is a floating invalid we disabled the -fpe0 flag, but we still were having the same problem. Then we disabled compiler optimizations (use -O0) and the problem disappeared, | + | **Actions taken:** Given that the error is a floating invalid we disabled the -fpe0 flag, but we still were having the same problem. Then we disabled compiler optimizations (use -O0) and the problem disappeared, |
- | Update: Using the new NetCDF 4.2 installed by Ops and key netcdf_par for XIOS2 the model can run using O3. We have to investigate further this issue. | + | **Diagnosis:** |
- | **Diagnosis: | + | **Solution: |
- | + | ||
- | **Solution: | + | |
==== Issue 3: MPI kills XIOS when writing model output ==== | ==== Issue 3: MPI kills XIOS when writing model output ==== | ||
Line 261: | Line 259: | ||
We tried an alternative solution, which was to __increment the number of XIOS servers__ in order to reduce the number of messages sent to the same process and by the moment it seems that it is effective. | We tried an alternative solution, which was to __increment the number of XIOS servers__ in order to reduce the number of messages sent to the same process and by the moment it seems that it is effective. | ||
- | **Diagnosis: | + | **Diagnosis: |
**Solution: | **Solution: | ||
Line 272: | Line 270: | ||
[[https:// | [[https:// | ||
- | ==== Issue 4: EC-Earth enters in a dead lock when using fabric (OFA network fabrics) module | + | ==== Issue 4: ==== |
**Environment: | **Environment: | ||
Line 282: | Line 280: | ||
* Flags: -O0 & -O3 | * Flags: -O0 & -O3 | ||
- | **Problem: | + | **Problem: |
**Actions taken:** | **Actions taken:** |