alias nrproc -all
Execution of CBMROOT configuration file interferes with the normal operation of nproc due to the setting of an OMP_NUM_THREAD=1 environment variable. Nproc normally returns number of processing units available to the current process, and is often used in conjunction with make and cmake, i.e. make -jnproc
, when compiling code including CBMROOT.
To instead return the number of installed processors, will replicate better the expected behaviour of nproc for the CBMROOT user.
See Redmine issue #3108 for discussion.
Merge request reports
Activity
Filter activity
assigned to @se.gorbunov
Dear @f.uhlig,
you have been identified as code owner of at least one file which was changed with this merge request.
Please check the changes and approve them or request changes.
added CodeOwners label
Please register or sign in to reply