Skip to content
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

Replacing Corona with Tioga in CI #595

Merged
merged 11 commits into from
Sep 13, 2022

Conversation

chapman39
Copy link
Contributor

No description provided.

@chapman39 chapman39 added CI Related to Continuous Integration (CI) host-configs Related to host configuration files (CMake cache files) labels Aug 23, 2022
@chapman39 chapman39 self-assigned this Aug 23, 2022

set(CMAKE_Fortran_COMPILER "/opt/rocm-5.1.1/llvm/bin/amdflang" CACHE PATH "")

set(CMAKE_Fortran_FLAGS "-Mfreeform" CACHE STRING "")
Copy link
Member

@white238 white238 Sep 13, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This fortran flag is specific to Axom and i think can be safely removed.

@bmhan12 bmhan12 self-requested a review September 13, 2022 16:10
Copy link
Contributor

@bmhan12 bmhan12 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is a failure in processing the tioga cmake file.
https://lc.llnl.gov/gitlab/blt/blt/-/pipelines/204990

It's looking for the file at path:
host-configs/llnl/toss_4_x86_64_ib_cray/tioga-toss_4_x86_64_ib_cray-clang@14.0.0_hip.cmake

tioga-clang_14_0_0_hip:
variables:
COMPILER: "clang@14.0.0_hip"
HOST_CONFIG: "tioga-toss_4_x86_64_ib_cray-${COMPILER}.cmake"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Either this HOST_CONFIG variable here or the host-config file name itself needs to change to match, I think.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That was definitely the issue, thanks.

@chapman39 chapman39 merged commit 7b3b13d into develop Sep 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Related to Continuous Integration (CI) host-configs Related to host configuration files (CMake cache files)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants