GlobalArrays / ga

Partitioned Global Address Space (PGAS) library for distributed arrays
http://hpc.pnl.gov/globalarrays/
Other
96 stars 38 forks source link

MPI-PR: check for number of open files #310

Closed edoapra closed 1 year ago

edoapra commented 1 year ago

MPI-PR: check for number open files (generated on /dev/shm) Stop when the number of open files is greater than 60% of the max value of open files (from /proc/sys/fs/file-nr)

edoapra commented 1 year ago

It is somewhat related to https://github.com/GlobalArrays/ga/issues/257

It addresses cases that can emerge in NWChem when O(10^3) GAs are created.