View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0013998 | CMake | Modules | public | 2013-03-10 11:13 | 2016-06-10 14:31 | ||||
Reporter | Orion Poplawski | ||||||||
Assigned To | Kitware Robot | ||||||||
Priority | normal | Severity | minor | Reproducibility | always | ||||
Status | closed | Resolution | moved | ||||||
Platform | OS | OS Version | |||||||
Product Version | CMake 2.8.10.2 | ||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0013998: FindMPI MPIEXEC_MAX_NUMPROCS is hard coded to 2 | ||||||||
Description | In FindMPI, MPIEXEC_MAX_NUMPROCS is hard coded to 2. The seems very confusing given its description: set(MPIEXEC_MAX_NUMPROCS "2" CACHE STRING "Maximum number of processors available to run MPI applications.") It seems that it should either try to figure out the number of available cores to state that it is explicitly meant to be overridden. It isn't mentioned at all in the docs. | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Relationships | |
Relationships |
Notes | |
(0032584) Robert Maynard (manager) 2013-03-11 15:48 |
This was added back in for backwards compatibility it seems on commit 5b3e62c7bc11eab36548. The majority of projects that use this variable do so when launching MPI tests. The documentation should at minimum state that the variable is actually set to the minimum number of processors to be considered a parallel job, which is 2. |
(0042245) Kitware Robot (administrator) 2016-06-10 14:28 |
Resolving issue as `moved`. This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page. |
Notes |
Issue History | |||
Date Modified | Username | Field | Change |
2013-03-10 11:13 | Orion Poplawski | New Issue | |
2013-03-11 15:48 | Robert Maynard | Note Added: 0032584 | |
2016-06-10 14:28 | Kitware Robot | Note Added: 0042245 | |
2016-06-10 14:28 | Kitware Robot | Status | new => resolved |
2016-06-10 14:28 | Kitware Robot | Resolution | open => moved |
2016-06-10 14:28 | Kitware Robot | Assigned To | => Kitware Robot |
2016-06-10 14:31 | Kitware Robot | Status | resolved => closed |
Issue History |
Copyright © 2000 - 2018 MantisBT Team |