-
Notifications
You must be signed in to change notification settings - Fork 2
Remove C-Wrapper for MPI_Init_Thread #32
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
Conversation
tests/init_2.f90
Outdated
|
||
! Finalize MPI | ||
call MPI_Finalize(ierr) | ||
end program main |
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.
This test is not registered anywhere.
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.
All standalone tests in tests/ directory are tested via run_tests.sh script
Here is the output of of the CI
https://github.com/gxyd/c_mpi/actions/runs/13980588945/job/39144767374?pr=32#step:4:805
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.
Yes, that's right.
61de592
to
11586df
Compare
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.
Looks good to me, I'll merge it once the tests pass.
Towards #21