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

Add support to MPI in C/Fortran examples #633

Merged
merged 2 commits into from
Jun 5, 2023
Merged

Conversation

nychiang
Copy link
Collaborator

@nychiang nychiang commented Jun 1, 2023

Some C and Fortran examples fail if they are launched by mpi command, e.g., mpirun -np 1 NlpSparseCEX1.exe
This PR tries to address this issue.
Change the F77 style to F90 style, in order to use Fortran preprocessor supported in F90.

CLOSE #632

@nychiang nychiang changed the title Add support to MPI compilers Add support to MPI in C/Fortran examples Jun 1, 2023
@nychiang nychiang marked this pull request as ready for review June 1, 2023 07:02
@nychiang nychiang requested a review from cnpetra June 1, 2023 07:05
@cnpetra cnpetra merged commit c4542f4 into develop Jun 5, 2023
7 checks passed
@nychiang nychiang mentioned this pull request Jun 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

C examples and Fortran examples fail if mpirun command is used to launch the executables
2 participants