|
@ -3,9 +3,9 @@ |
|
|
def pEpEngineSrc = hasProperty('pEpEngineSrc') ? pEpEngineSrc : "../../pEpEngine" |
|
|
def pEpEngineSrc = hasProperty('pEpEngineSrc') ? pEpEngineSrc : "../../pEpEngine" |
|
|
def buildAutomatic = hasProperty('buildAutomatic') ? buildAutomatic : "true" |
|
|
def buildAutomatic = hasProperty('buildAutomatic') ? buildAutomatic : "true" |
|
|
//CHeck M1 answers the correct thing off .avaialableprocessors here |
|
|
//CHeck M1 answers the correct thing off .avaialableprocessors here |
|
|
//def threadsToUse = hasProperty('threadsToUse') ? |
|
|
def threadsToUse = hasProperty('threadsToUse') ? |
|
|
// threadsToUse : Runtime.getRuntime().availableProcessors() |
|
|
threadsToUse : Runtime.getRuntime().availableProcessors() |
|
|
def threadsToUse = 1 |
|
|
//threadsToUse = 1 |
|
|
|
|
|
|
|
|
def pEpEngineDB = new File(new File(pEpEngineSrc), 'db') |
|
|
def pEpEngineDB = new File(new File(pEpEngineSrc), 'db') |
|
|
|
|
|
|
|
|