| View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||
| 0003316 | CMake | CMake | public | 2006-06-02 12:15 | 2016-06-10 14:30 | ||||
| Reporter | Thomas Zander | ||||||||
| Assigned To | Brad King | ||||||||
| Priority | high | Severity | feature | Reproducibility | always | ||||
| Status | closed | Resolution | moved | ||||||
| Platform | OS | OS Version | |||||||
| Product Version | |||||||||
| Target Version | Fixed in Version | ||||||||
| Summary | 0003316: Allow compiles concurrent, but not linking. | ||||||||
| Description | In usermake there is a feature that is needed for distributed compiling. Its a feature that allows similar results to make -j, but with a twist; the compile jobs are started concurrently but the buildsystem makes sure there is only one link-job going on at the same time. The result of this is that the multiple compiles go into the compile farm (and don't cause any load on my local CPU) and the linking, which is always done locally will not overload the system because there is only one. I only care for such a system for the (g)make target. | ||||||||
| Tags | No tags attached. | ||||||||
| Attached Files | |||||||||
| Relationships | |
| Relationships |
| Notes | |
|
(0004163) Bill Hoffman (manager) 2006-06-02 12:32 |
This is more difficult to do, but we are thinking about ideas. Perhaps some sort of mutex that is put around the linking stuff. There is not a good way to do it from the makefiles. If you have any suggestions on how to implement this with gmake, post them here. |
|
(0030516) Brad King (manager) 2012-08-13 10:36 |
Sending issues I'm not actively working on to the backlog to await someone with time for them. If an issue you care about is sent to the backlog when you feel it should have been addressed in a different manner, please bring it up on the CMake mailing list for discussion. Sign up for the mailing list here, if you're not already on it: http://www.cmake.org/mailman/listinfo/cmake [^] It's easy to re-activate a bug here if you can find a CMake developer or contributor who has the bandwidth to take it on. |
|
(0041313) Kitware Robot (administrator) 2016-06-10 14:27 |
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 |
| 2012-08-13 10:36 | Brad King | Status | assigned => backlog |
| 2012-08-13 10:36 | Brad King | Note Added: 0030516 | |
| 2016-06-10 14:27 | Kitware Robot | Note Added: 0041313 | |
| 2016-06-10 14:27 | Kitware Robot | Status | backlog => resolved |
| 2016-06-10 14:27 | Kitware Robot | Resolution | open => moved |
| 2016-06-10 14:30 | Kitware Robot | Status | resolved => closed |
| Issue History |
| Copyright © 2000 - 2018 MantisBT Team |