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
Doc: add "module swap PrgEnv-nvidia PrgEnv-gnu" when building on Polaris
Default loaded module is PrgEnv-nvidia on Polaris. If not swapped to
PrgEnv-gnu, all Fortran test programs failed when running
darhan-test/regression/run-all.sh. Only C and C++ programs ran fine.
According to Phil, Darshan is usually built with gnu compilers on DOE
parallel computers, because then the library can be safely linked into
executables built with any compiler.
0 commit comments