Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'azamat/homme/fix-io-init' (PR #1684)
Initialize HOMME netcdf file open var: netcdf_io_mod::nf_open_file routine does not initialize ncFileID, which is used by other routines to drive MPI calls. All IO tasks should have a non-negative value for ncFileID (e.g. masterproc has ncFileID=0) to avoid hangs. This PR sets it to 0 for all tasks that call nf_open_file. Also, this PR updates Mira/Cetus machine config: * link to correct HDF5 and Zlib libraries * use pre-installed cprnc, instead of building a new one * suppress nested-omp compiler warnings. [BFB] Fixes #1683
- Loading branch information