You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* leave a space for use GlobalV::THREAD_PRE_PROC
* use extern omp_number var
* remove redundant ';'
* bug fix and print modification
* using GlobalV::NTHREADS_PER_PROC
- avoiding usage of extern `omp_number` in *parallel_global.cpp*
- add error message for bad OMP setting
* change nthreads variables to PARAM.globalv.nthread_per_proc
* [pre-commit.ci lite] apply automatic fixes
* Update parallel_global.cpp
fix removal of #include ”parallel_global.h“
* change usage of nthreads to extern omp_number in parallel_global.h
temporally change it to check error in CI
* Use WARNING_QUIT instead of exit(1)
* usage and init of PARAM.globalv.nthread_per_proc
* Update CMakeLists.txt
* Update CMakeLists.txt
* fall back WARNING_QUIT to exit(1) with error message
* change function name to involve omp info
* remove redundant binary
* remove space
---------
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
0 commit comments