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

[CGNS-8] update configure with mpi. #408

Closed
brtnfld opened this issue Jan 2, 2023 · 0 comments
Closed

[CGNS-8] update configure with mpi. #408

brtnfld opened this issue Jan 2, 2023 · 0 comments

Comments

@brtnfld
Copy link
Member

brtnfld commented Jan 2, 2023

This issue has been imported from JIRA. Read the original ticket here.

  • Created at: Mon, 21 Sep 2015 11:52:13 -0500
  • Resolved at: Tue, 22 Sep 2015 11:39:46 -0500

Absolutely - I will let you know how we get on with that compiler/MPI combination. BTW, in the source code config file of CGNS trunk you might want to add "impi" (Intel MPI lib) to the list of supported MPI libraries:

echo checking for MPI library ...
for %%l in ( mpi mpich libmpi mpid mpichd libmpid impi ) do (
if exist %mpidir%\lib%%l.lib (
echo %mpidir%\lib%%l.lib
set mpilibs=%mpidir%\lib%%l.lib
goto next
)
)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant