Merge commit '4e4a784d53e882c6a37e0ef8e8c5a28ff0498319' into develop

This commit is contained in:
assistant-librarian[bot]
2025-09-06 00:32:10 +00:00
parent de9e792d0b
commit 2483d7e191

3
Jenkinsfile vendored
View File

@@ -33,9 +33,6 @@ def nthreads() {
def nproc = sh(returnStdout: true, script: 'nproc')
echo "Number of cores: ${nproc}"
def n = nproc.toInteger()
if (n > 32){
n /= 2
}
if (n > 64){
n = 64
}