building ior on edison using darshan 3.0 does not work
IOR attempts to build a dynamic executable by default which shouldn't be the case. For Darshan 2.3, the IOR build succeeds despite defaulting to dynamic executable, but using Darshan 3.0 we get build errors. Temporary workaround is to pass "-static" in the LDFLAGS.
We need to figure out:
- why IOR is attempting to build dynamic executables by default
- and, why the build fails when using Darshan 3.0