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

Update daily build action to build MPICH and OpenMPI from source #5058

Merged

Conversation

jhendersonHDF
Copy link
Collaborator

No description provided.

@jhendersonHDF jhendersonHDF added Priority - 2. Medium ⏹ It would be nice to have this in the next release Component - Testing Code in test or testpar directories, GitHub workflows Type - Improvement Improvements that don't add a new feature or functionality labels Nov 1, 2024
@@ -53,8 +56,8 @@ jobs:

# Enable threads=multiple for testing with Subfiling and
# VOL connectors that require MPI_THREAD_MULTIPLE
- name: Install MPICH (GCC) (Production)
if: ${{ steps.cache-mpich-ubuntu-gcc.cache-hit != 'true' && (inputs.build_mode != 'debug') }}
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Fixed the caching here in both the MPICH and OpenMPI workflows; forgot to add the .outputs

@@ -80,3 +83,13 @@ jobs:
--enable-threads=multiple
make -j2
make install

- name: Tar MPICH installation to preserve permissions for artifact
run: tar -cvf mpich.tar ${{ runner.workspace }}/mpich
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Needed as a workaround. The default artifact zipping method doesn't preserve permissions, so GitHub mentions tar'ing first as a workaround.

@lrknox lrknox merged commit 8407b75 into HDFGroup:develop Nov 1, 2024
66 checks passed
@jhendersonHDF jhendersonHDF deleted the daily_build_openmpi_mpich_source branch November 3, 2024 21:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component - Testing Code in test or testpar directories, GitHub workflows Priority - 2. Medium ⏹ It would be nice to have this in the next release Type - Improvement Improvements that don't add a new feature or functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants