-
-
Notifications
You must be signed in to change notification settings - Fork 264
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
Add workflow that reports to CDash #4864
Conversation
set (CTEST_SITE "${HOSTNAME}${CTEST_SITE_EXT}") | ||
#find_program (HOSTNAME_CMD NAMES hostname) | ||
#execute_process (COMMAND ${HOSTNAME_CMD} OUTPUT_VARIABLE HOSTNAME OUTPUT_STRIP_TRAILING_WHITESPACE) | ||
#set (CTEST_SITE "${HOSTNAME}${CTEST_SITE_EXT}") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comment should be removed unless there's a specific reason to keep this around
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Allen's not sure whether or not this change will be permanent.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated
set (CTEST_SITE "${HOSTNAME}${CTEST_SITE_EXT}") | ||
#find_program (HOSTNAME_CMD NAMES hostname) | ||
#execute_process (COMMAND ${HOSTNAME_CMD} OUTPUT_VARIABLE HOSTNAME OUTPUT_STRIP_TRAILING_WHITESPACE) | ||
#set (CTEST_SITE "${HOSTNAME}${CTEST_SITE_EXT}") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same
@@ -468,8 +468,9 @@ jobs: | |||
set (CTEST_DROP_SITE_INIT "my.cdash.org") | |||
# Change following line to submit to your CDash dashboard to a different CDash project | |||
#set (CTEST_DROP_LOCATION_INIT "/submit.php?project=HDF5") | |||
#set (CMAKE_GENERATOR_TOOLSET "Intel C++ Compiler 2024,fortran=ifx") | |||
set (CMAKE_GENERATOR_TOOLSET "Intel C++ Compiler 2024,fortran=ifx") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is fortran=ifx
necessary?
See -DHDF5_BUILD_FORTRAN:BOOL=OFF
in line 476.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the next PR when I fix Intel compiling I will enable fortran
No description provided.