Discussion:
[CMake] Support of ${MPIEXEC_EXECUTABLE} in try_run
Hector E Barrios Molano
2018-10-30 16:37:49 UTC
Permalink
Hi CMake Users,

Is there a way to use ${MPIEXEC_EXECUTABLE} during execution of a
program using try_run?

Thank you for your help,

Best regards,

Hector
Robert Maynard
2018-10-31 18:46:12 UTC
Permalink
No, if you need the executable to be launched by mpiexec you will need
to use some combination od custom_commands instead of try_run
On Tue, Oct 30, 2018 at 12:37 PM Hector E Barrios Molano
Post by Hector E Barrios Molano
Hi CMake Users,
Is there a way to use ${MPIEXEC_EXECUTABLE} during execution of a program using try_run?
Thank you for your help,
Best regards,
Hector
--
Powered by www.kitware.com
Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ
CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html
Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html
https://cmake.org/mailman/listinfo/cmake
--
Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
https://cmake.org/mailman/listinfo/cmake
Loading...