mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-24 21:10:33 +05:00
parallel pickling per default on
This commit is contained in:
parent
e3f95528e0
commit
a45cbd6f84
@ -8,7 +8,7 @@ using std::string;
|
||||
namespace ngcore
|
||||
{
|
||||
bool ngcore_have_numpy = false;
|
||||
bool parallel_pickling = false;
|
||||
bool parallel_pickling = true;
|
||||
|
||||
void SetFlag(Flags &flags, string s, py::object value)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user