Override StarPU's number of CPU only if provided by Chameleon's user
Compare changes
GitLab upgrade completed. Current version is 17.10.3. We now benefit from the enhancements of 17.9 and 17.10 releases. Among other improvements, it is now possible to set the automatic deletion of continuous integration pipelines. You can help us reduce storage usage by setting an expiry date for your pipelines.
Fix #92 (closed)
Needs StarPU commit 7b21ab4e50e34f0e92823610f8152d1dfa19b8eb to be effective.
StarPU configuration key ncpus
is overridden only if Chameleon's user provided a specific value (with -t
parameter for instance). This allows to keep the value of the environment variable STARPU_NCPU
, if defined.
(ping @furmento)