Ticket #7355 (closed: fixed)
Turn MAKE_REMOTE_JOBS flag default to ON
Reported by: | Mathieu Doucet | Owned by: | Mathieu Doucet |
---|---|---|---|
Priority: | major | Milestone: | Release 2.6 |
Component: | Framework | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Roman Tolchenov |
Description
Compiling with the MAKE_REMOTE_JOBS flag ON has been working fine for a little while. We would like users to start using the new functionality so we'd need to turn it ON by default.
Change History
comment:2 Changed 7 years ago by Mathieu Doucet
- Status changed from new to accepted
To Test:
Make sure that a pristine copy (with a fresh cmake) compiles and that the remote algorithms are compiled in. For instance, start MantidPlot and check that SubmitRemoteJob exists.
comment:3 Changed 7 years ago by Mathieu Doucet
- Status changed from accepted to verify
- Resolution set to fixed
comment:4 Changed 7 years ago by Martyn Gigg
Move Framework dependent build options in main CMakeLists file
In its old place it only worked when set by the command line. If not set then the Framework sub-directory didn't see the flag and didn't create the Remote/RemoteAlgorithms targets meaning that MantidPlot was linking to a non-existant library. Refs #7355
Changeset: 75d1fbe575785fdfb7e9730875f7269873737e8c
comment:5 Changed 7 years ago by Martyn Gigg
Fix windows linkage issues. Refs #7355
Changeset: 31521c174d98115d28240b13ce70e333d315b6d3
Re #7355 Turn remote jobs flag ON
Changeset: 00e71e936aa51d59ea42cf14b74e6c2eeb6cf1c3