aboutsummaryrefslogtreecommitdiff
path: root/reproduce/software/make
diff options
context:
space:
mode:
authorRaul Infante-Sainz <infantesainz@gmail.com>2021-03-19 17:52:08 +0000
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2021-03-20 00:53:37 +0000
commitc3e82b1c7b6c358719f3d1dd5cf4871cde3446a7 (patch)
tree7ff487e378f0b70c468ec104d481f222ee3b93c5 /reproduce/software/make
parent152421339a3a52485d9f6c4be28aad5c58cd089c (diff)
Configuration: --debug option available in this phase also
Until now, each time there was a problem in the configuration of Maneage'd projects and debugging was necessary, we had to take the following changes: - Run the configuration on a single thread ('-j1') to see the building of only the problematic software. - Disable the Zenodo check manually by commenting those parts of 'reproduce/software/shell/configure.sh'. Because the internet connection wastes a few seconds and is thus very annoying during repeated runs! - Manually remove the '-k' option that was passed to Make (when building the software). With the '-k', Make keeps going with the execution of other targets if something crashes and this usually causes confusions during the debugging. Doing the manual changes within the code was both very annoying and prone to errors (forgetting to correct it!). With this commit, the existing '--debug' option has been generalized to the software configuration phase of Maneage also. Until now, it was only available in the analysis phase (and would directly be passed to the 'make' command that would run the analysis). When this option is used, and the project is in the software configuration phase, the Zenodo check won't be done, it will use one single thread ('-j1'), and it will stop the execution as soon as an error occurs (Make is not run with '-k').
Diffstat (limited to 'reproduce/software/make')
0 files changed, 0 insertions, 0 deletions