add YOGRT_LIBRARIES to SCR_EXTERNAL_SERIAL_LIBS#500
add YOGRT_LIBRARIES to SCR_EXTERNAL_SERIAL_LIBS#500Alessandro-Barbieri wants to merge 1 commit intollnl:developfrom
Conversation
|
Thanks, @Alessandro-Barbieri . I think we only call libyogrt from the main SCR library, so in theory we shouldn't have to link to libyogrt in the serial binaries. Does this PR resolve a link error that you're seeing? Can you forward the error info? |
|
|
Thanks, @Alessandro-Barbieri . That's helpful. For some reason, I don't see the same error in my link. Maybe the linker version or option is the difference. Rather than add libyogrt to the link, I'm wondering if we can drop the scr_env.c file from the objects in the serial binaries. Does it work if you drop https://github.com/LLNL/scr/blob/d153d585f8d3aef119d0986afd7b5642805270df/src/CMakeLists.txt#L24 |
|
That's because |
No description provided.