Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 26a4faad authored by Mathieu Faverge's avatar Mathieu Faverge
Browse files

Merge branch 'hotfix/smpif90' into 'master'

Hotfix/smpif90

Closes #89

See merge request solverstack/chameleon!188
parents 90fc1edb 300b6853
No related branches found
No related tags found
No related merge requests found
...@@ -540,7 +540,7 @@ else (NOT CHAMELEON_SIMULATION) ...@@ -540,7 +540,7 @@ else (NOT CHAMELEON_SIMULATION)
list(APPEND MPI_CXX_INCLUDE_PATH "${SIMGRID_INCLUDE_DIRS}/smpi") list(APPEND MPI_CXX_INCLUDE_PATH "${SIMGRID_INCLUDE_DIRS}/smpi")
endif() endif()
if(NOT MPI_Fortran_COMPILER) if(NOT MPI_Fortran_COMPILER)
set(MPI_Fortran_COMPILER "${SIMGRID_DIR_FOUND}/bin/smpicxx") set(MPI_Fortran_COMPILER "${SIMGRID_DIR_FOUND}/bin/smpif90")
endif() endif()
if(NOT MPI_Fortran_LIBRARIES) if(NOT MPI_Fortran_LIBRARIES)
set(MPI_Fortran_LIBRARIES "${SIMGRID_LIBRARIES}") set(MPI_Fortran_LIBRARIES "${SIMGRID_LIBRARIES}")
......
Subproject commit 5c4f3c236596d2f460f6299fd20729b0a1631507 Subproject commit bf907e276be1b3393e03bf63f962b5c03c283a80
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment