The `configure.sh` file loads all the environment modules that are required to build the COBALT software. It also applies the following workarounds:
1) The libraries of the host compiler (GCC 12) need to be added to the `LIBRARY_PATH`.
2) `tParset` is broken, disable it in the build.
## Notes: futher patches needed to run tests
The following patches are needed to get the COBALT tests and code to run on the COBALT cluster:
1) The path to libnvrtc-builtins.so (provided by Spack) needs to be added to LD_LIBRARY_PATH. Not doing so raises the error NVRTC_ERROR_BUILTIN_OPERATION_FAILURE.