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

install: Update to intel-oneapi-mpi-devel #1961

Merged
merged 1 commit into from Jul 19, 2022

Conversation

georgebisbas
Copy link
Contributor

Adds mpicc compiler to the image.
Before it was runtime only:

root@90fab5c37e20:/# /opt/intel/oneapi/mpi/latest/bin/
IMB-MPI1            IMB-P2P             hydra_nameserver    mpiexec.hydra       tune/
IMB-MPI1-GPU        IMB-RMA             hydra_pmi_proxy     mpirun              tune_fast/
IMB-MT              cpuinfo             impi_info           mpitune             
IMB-NBC             hydra_bstrap_proxy  mpiexec             mpitune_fast

Now:

root@dfcf4ccd986f:/# /opt/intel/oneapi/mpi/latest/bin/
IMB-MPI1            cpuinfo             mpicxx              mpigcc              mpitune
IMB-MPI1-GPU        hydra_bstrap_proxy  mpiexec             mpigxx              mpitune_fast
IMB-MT              hydra_nameserver    mpiexec.hydra       mpiicc              tune/
IMB-NBC             hydra_pmi_proxy     mpif77              mpiicpc             tune_fast/
IMB-P2P             impi_info           mpif90              mpiifort            
IMB-RMA             mpicc               mpifc               mpirun 

@georgebisbas georgebisbas added the CI continuous integration label Jul 19, 2022
@georgebisbas georgebisbas self-assigned this Jul 19, 2022
@codecov
Copy link

codecov bot commented Jul 19, 2022

Codecov Report

Merging #1961 (86eaf60) into master (ffe21e4) will decrease coverage by 24.38%.
The diff coverage is n/a.

@@             Coverage Diff             @@
##           master    #1961       +/-   ##
===========================================
- Coverage   87.87%   63.48%   -24.39%     
===========================================
  Files         213      139       -74     
  Lines       36002    20006    -15996     
  Branches     5416     4252     -1164     
===========================================
- Hits        31635    12700    -18935     
- Misses       3861     6679     +2818     
- Partials      506      627      +121     
Impacted Files Coverage Δ
devito/builtins/utils.py 14.75% <0.00%> (-81.97%) ⬇️
devito/builtins/initializers.py 10.37% <0.00%> (-81.49%) ⬇️
devito/core/autotuning.py 13.00% <0.00%> (-80.75%) ⬇️
devito/passes/clusters/buffering.py 14.71% <0.00%> (-80.24%) ⬇️
devito/passes/iet/languages/utils.py 20.00% <0.00%> (-80.00%) ⬇️
devito/finite_differences/coefficients.py 18.26% <0.00%> (-74.43%) ⬇️
devito/mpi/routines.py 25.03% <0.00%> (-69.96%) ⬇️
devito/data/utils.py 23.14% <0.00%> (-69.44%) ⬇️
devito/builtins/arithmetic.py 18.64% <0.00%> (-62.31%) ⬇️
devito/checkpointing/checkpoint.py 39.53% <0.00%> (-60.47%) ⬇️
... and 168 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ffe21e4...86eaf60. Read the comment docs.

Copy link
Contributor

@FabioLuporini FabioLuporini left a comment

Choose a reason for hiding this comment

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

uncontroversial

@FabioLuporini FabioLuporini merged commit c7160b4 into master Jul 19, 2022
@FabioLuporini FabioLuporini deleted the intel-oneapi-mpi-devel branch July 19, 2022 08:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI continuous integration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants