-
I am running into problems when installing the current version of the UQTk. I tried installing it on NERSC perlmutter machine and PNNL compy and ran in to the same error at both machines. Here are the steps that I took:
Can you advice on how to get past this issue? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Hi @evasinha , Thanks for using UQTk and for reaching out about this issue. It looks like you are having a linking issue. Can you try to add the following line After you do that, remove your current build directory, make a new one, and redo the config and make step. If that does not fix it, you can disable the umbridge example by commenting out line 16 in examples/CMakeLists.txt (and starting with a new, clean build directory again). Let us know if that works, so we can make it a permanent fix. |
Beta Was this translation helpful? Give feedback.
-
Hi @evasinha, I can replicate your issue on Perlmutter. The suggestion above seems to work for me, and tests are running fine now:
|
Beta Was this translation helpful? Give feedback.
-
Thanks @evasinha for testing this bugfix and for confirming that it works. We will fix this in the main branch too and push it to github soon. Regards, Bert |
Beta Was this translation helpful? Give feedback.
Hi @evasinha ,
Thanks for using UQTk and for reaching out about this issue. It looks like you are having a linking issue. Can you try to add the following line
target_link_libraries (umbridge_model.x pthread)
after line 15 in the file examples/tmcmc_umbridge/CMakeLists.txt (with credit to @PieterjanRobbe for this suggestion).
After you do that, remove your current build directory, make a new one, and redo the config and make step.
If that does not fix it, you can disable the umbridge example by commenting out line 16 in examples/CMakeLists.txt (and starting with a new, clean build directory again).
Let us know if that works, so we can make it a permanent fix.
Thanks!
Bert