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 intel_pr.yml #55

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/intel_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ jobs:
intel-autotools:
runs-on: ubuntu-latest
container:
image: intel/oneapi-hpckit:2022.2-devel-ubuntu20.04
image: intel/oneapi-hpckit:2022.3.0-devel-ubuntu20.04
env:
CC: mpiicc
FC: mpiifort
Expand Down
5 changes: 1 addition & 4 deletions test_fms/mpp/test_mpp_alltoall.F90
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,7 @@
program test_mpp_alltoall

use platform_mod
use mpp_mod, only : mpp_init, mpp_init_test_requests_allocated, mpp_init_test_peset_allocated, mpp_error, FATAL
use mpp_mod, only : mpp_pe, mpp_npes, mpp_alltoall
use mpp_mod, only : mpp_type_create, mpp_type, mpp_byte

use mpp_mod
implicit none

integer :: npes, ierr
Expand Down