@parallel compute_SOS in PropertyT is done memory efficiently

This commit is contained in:
kalmarek 2017-11-05 20:42:31 +01:00
parent 931189667d
commit eb88f40ad0
2 changed files with 3 additions and 1 deletions

View File

@ -6,7 +6,8 @@ using Nemo
if VERSION >= v"0.6.0"
import Nemo.Generic.perm
end
addprocs(2)
addprocs(4)
using PropertyT
using Groups

View File

@ -7,6 +7,7 @@ if VERSION >= v"0.6.0"
import Nemo.Generic.perm
end
addprocs(4)
using PropertyT
using Groups