-
Notifications
You must be signed in to change notification settings - Fork 249
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
Compiler update is needed on Derecho: Intel ICC #2479
Comments
@rickgrubin-noaa fyi |
@jkbk2004 is the title meant to imply moving to LLVM on derecho? |
@ulmononian Its good idea to pursue llvm on derecho. But be aware some build issues now. I think we will merge #2458 next week. I think it's good timing to update compiler options on derecho. |
|
@jkbk2004 the error shows the job being killed to to wallclock time being exceeded. compiler message just seems to be a deprecation warning. is there another error log that shows more details? what test was this from? |
I think there is something wrong with build/system on derecho before updating compiler. My compile takes 30 minutes to get only to here and then times out:
|
I ran all compile jobs from the top of develop on Derecho after commenting out all RUN jobs in rt.conf. All jobs compiled with the exception of
and it successfully compiled and reported
|
Compile for s2swa_32bit_pdlib intel times out for me now but I do see |
Rocoto is slow though on Derecho but regression test runs ok on Derecho. |
Description
icc: remark #10441: The Intel(R) C++ Compiler Classic (ICC) is deprecated and will be removed from product release in the second
half of 2023. The Intel(R) oneAPI DPC++/C++ Compiler (ICX) is the recommended compiler moving forward. Please transition to use
this compiler. Use '-diag-disable=10441' to disable this message.
icc: remark #10441: The Intel(R) C++ Compiler Classic (ICC) is deprecated and will be removed from product release in the second
half of 2023. The Intel(R) oneAPI DPC++/C++ Compiler (ICX) is the recommended compiler moving forward. Please transition to use
this compiler. Use '-diag-disable=10441' to disable this message.
=>> PBS: job killed: walltime 1828 exceeded limit 1800
To Reproduce:
Additional context
Output
The text was updated successfully, but these errors were encountered: