mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-11 21:50:34 +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
|
namespace ngcore
|
||||||
{
|
{
|
||||||
bool ngcore_have_numpy = false;
|
bool ngcore_have_numpy = false;
|
||||||
bool parallel_pickling = false;
|
bool parallel_pickling = true;
|
||||||
|
|
||||||
void SetFlag(Flags &flags, string s, py::object value)
|
void SetFlag(Flags &flags, string s, py::object value)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user