mabarnes / moment_kinetics

Other
2 stars 4 forks source link

Fix HDF5 setup when `separate_postproc_projects="y"` #188

Closed johnomotani closed 7 months ago

johnomotani commented 7 months ago

When using separate post-processing packages and setting up makie_post_processing and/or plots_post_processing, the machine setup scripts should be editing makie_post_processing/LocalPreferences.toml and/or plots_post_processing/LocalPreferences.toml. Before this PR the top-level LocalPreferences.toml was accidentally modified, which led to the HDF5 library not being linked when using separate post-processing packages (falling back to the bundled-with-Julia HDF5, which meant parallel I/O was not available).