-
Notifications
You must be signed in to change notification settings - Fork 0
fixed UDUNITS error #101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fixed UDUNITS error #101
Conversation
|
For more context, the issue was that and udunits went nuts. It expects a single path. So what @weiyuan-jiang is doing here is just "resetting" the |
@mathomp4 , After sourcing g5 modules, I see /usr/local/other/nco/5.1.7/Deps/bin is in the PATH, but can we also add /usr/local/other/nco/5.1.7/bin to the PATH ? If we have that path, we don't need to loan nco anymore |
|
@weiyuan-jiang I mean...maybe? I don't know if the nco modulefile adds more things that just to PATH? Note, nco is in baselibs so you could try that. You'd just need to add the Baselibs bin path to path. Your change was the simplest though with less chance of side effects. |
Great. I can get the command from baselib. Now I remove the loading of nco |
Awesome! This is much cleaner. Is it ready for testing by @biljanaorescanin? |
|
All tests passed. Just fyi in log file some glitching happened not sure why? Here is that segment from log: =========================================================== Inactive Modules:
Build time for gnuconus model (in minutes): 13
|
|
That error might be on me. I'm not sure why it's using such an old baselibs for GCC. I've just updated my scripts to use the latest Baselibs. Should be happier now |
Without this PR, GEOSldas run got an error
pe=00002 FAIL at line=00047 ApplicationSupport.F90 <status=102>
pe=00004 FAIL at line=00114 MAPL_Cap.F90
It will not affect the final results