Branch: refs/heads/master Home: https://github.com/STEllAR-GROUP/hpx Commit: 8612d4ace9c1ce4b23629e2f3872a4ca5de29501 https://github.com/STEllAR-GROUP/hpx/commit/8612d4ace9c1ce4b23629e2f3872a4ca5de29501 Author: ct-clmsn <ct.cl...@gmail.com> Date: 2023-10-16 (Mon, 16 Oct 2023)
Changed paths: M cmake/HPX_SetupGasnet.cmake Log Message: ----------- working issue with MPI_CC / CC conflict in automake Commit: 20391ec86366fd72bfe34b2c2d4284cee9c8c610 https://github.com/STEllAR-GROUP/hpx/commit/20391ec86366fd72bfe34b2c2d4284cee9c8c610 Author: ct-clmsn <ct.cl...@gmail.com> Date: 2023-10-16 (Mon, 16 Oct 2023) Changed paths: M cmake/HPX_SetupGasnet.cmake Log Message: ----------- working issue with MPI_CC / CC conflict in automake Commit: bd490d26ee4a406e69aa5005b4b10323e9a34bf1 https://github.com/STEllAR-GROUP/hpx/commit/bd490d26ee4a406e69aa5005b4b10323e9a34bf1 Author: ct-clmsn <ct.cl...@gmail.com> Date: 2023-10-16 (Mon, 16 Oct 2023) Changed paths: M cmake/HPX_SetupGasnet.cmake Log Message: ----------- working issue with MPI_CC / CC conflict in automake Commit: 103a7b8e3719a0db948d1abde29de0ff91e070be https://github.com/STEllAR-GROUP/hpx/commit/103a7b8e3719a0db948d1abde29de0ff91e070be Author: StellarBot <cont...@stellar-group.org> Date: 2023-10-17 (Tue, 17 Oct 2023) Changed paths: M cmake/HPX_SetupGasnet.cmake Log Message: ----------- Merge #6369 6369: working issue with MPI_CC / CC conflict in automake r=hkaiser a=ct-clmsn Fixes # An issue with MPI_CC/CC conflict with gasnet-conduit-mpi autotools (autoconf in gasnet). ## Proposed Changes - set MPI_CC to the user set CMAKE_C_COMPILER - set ENV{MPI_CC} to CMAKE_C_COMPILER - set MPI_C_COMPILER to CMAKE_C_COMPILER ## Any background context you want to provide? When gasnet compiles it automatically detects for mpi. If it finds MPI then MPI_CC is set. If MPI_CC is set to a compiler that does not match the CMAKE_C_COMPILER set by a user to compile gasnet, then a runtime exception happens during gasnet's build. ## Checklist Not all points below apply to all pull requests. - [ ] I have added a new feature and have added tests to go along with it. - [ ] I have fixed a bug and have added a regression test. - [ ] I have added a test using random numbers; I have made sure it uses a seed, and that random numbers generated are valid inputs for the tests. Co-authored-by: ct-clmsn <ct.cl...@gmail.com> Compare: https://github.com/STEllAR-GROUP/hpx/compare/53e9a9585ec3...103a7b8e3719 _______________________________________________ hpx-commits mailing list hpx-commits@mail.cct.lsu.edu https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits