You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@sdrabenh reported a crash when outputting monthly averages from 'tile' collection.
29593 NOT using buffer I/O for file: geosgcm_landice_checkpoint
29594 forrtl: severe (173): A pointer passed to DEALLOCATE points to an object that cannot be deallocated
29595 Image PC Routine Line Source·············
29596 GEOSgcm.x 00000000034090D1 Unknown Unknown Unknown
29597 libMAPL.generic.s 00002AAAB633A755 mapl_genericcplco 1535 GenericCplComp.F90
29598 libesmf.so 00002AAABB6969E4 _ZN5ESMCI6FTable1 Unknown Unknown
The problem is the tilemask is allocated conditionally using MAPL_Shmem or on the heap, but not deallocated accordingly
The text was updated successfully, but these errors were encountered:
@sdrabenh reported a crash when outputting monthly averages from 'tile' collection.
29593 NOT using buffer I/O for file: geosgcm_landice_checkpoint
29594 forrtl: severe (173): A pointer passed to DEALLOCATE points to an object that cannot be deallocated
29595 Image PC Routine Line Source·············
29596 GEOSgcm.x 00000000034090D1 Unknown Unknown Unknown
29597 libMAPL.generic.s 00002AAAB633A755 mapl_genericcplco 1535 GenericCplComp.F90
29598 libesmf.so 00002AAABB6969E4 _ZN5ESMCI6FTable1 Unknown Unknown
The problem is the tilemask is allocated conditionally using MAPL_Shmem or on the heap, but not deallocated accordingly
The text was updated successfully, but these errors were encountered: