Hi everybody,<br><br>I am using parallel-netcdf on a BGene/P computer and I get some troubles when running  large cases.<br><br>The error message looks like:<br><br>&quot;abort(1) on node 2820 (rank 2820 in comm 1140850688): application called MPI_Abort(MPI_COMM_WORLD, 1) - process 2820<br>
Out of memory in file /bglhome/usr6/bgbuild/V1R3M0_460_2008-081112P/ppc/bgp/comm/lib/dev/mpich2/src/mpi/romio/adio/ad_bgl/ad_bgl_wrcoll.c, line 1238&quot;<br><br>It looks like a memory leak as the program is able to perform many intermediate saving during the run and suddenly stop with the previous error message.<br>
The core file says it happens during saving independent data. It is not the first time I got such a problem when reading/saving independent data. I usually work around it using collective communications before saving/reading data, but this is not possible this time.<br>
<br>So my question is:<br>Do you think it comes from my code which might have some memory leaks and causes troubles when pnetcdf is allocating temporary arrays, or it might comes from a wrong using of pnetcdf with independent data.<br>
<br>Thanks in advance.<br><br>Julien<br>