Changeset View
Changeset View
Standalone View
Standalone View
intern/elbeem/intern/solver_init.cpp
| Context not available. | |||||
| noLimit = true; | noLimit = true; | ||||
| } | } | ||||
| // restrict max. chunk of 1 mem block to 1GB for windos | // restrict max. chunk of 1 mem block to 1GB for windows | ||||
| bool memBlockAllocProblem = false; | bool memBlockAllocProblem = false; | ||||
| double maxDefaultMemChunk = 2.*1024.*1024.*1024.; | double maxDefaultMemChunk = 2.*1024.*1024.*1024.; | ||||
| //std::cerr<<" memEstFine "<< memEstFine <<" maxWin:" <<maxWinMemChunk <<" maxMac:" <<maxMacMemChunk ; // DEBUG | //std::cerr<<" memEstFine "<< memEstFine <<" maxWin:" <<maxWinMemChunk <<" maxMac:" <<maxMacMemChunk ; // DEBUG | ||||
| Context not available. | |||||