Skip to content

Commit

Permalink
Merge pull request #570 from HazyResearch/fix-dump-domain
Browse files Browse the repository at this point in the history
Fix dump_domains race condition
  • Loading branch information
alldefector committed Jul 25, 2016
2 parents 082144a + 01e5eec commit d12c0ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion compiler/compile-config/compile-config-2.01-grounding
Expand Up @@ -334,7 +334,7 @@ def factorWeightDescriptionSqlExpr:
, GROUP_BY: [ { table: "i", column: deepdiveVariableIdColumn } ]
} | asSql | asPrettySqlArg) \\
command=\("
sampler-dw text2bin domain /dev/stdin >(pbzip2 >domains.part-${DEEPDIVE_CURRENT_PROCESS_INDEX}.bin.bz2)
sampler-dw text2bin domain /dev/stdin /dev/stdout | pbzip2 >domains.part-${DEEPDIVE_CURRENT_PROCESS_INDEX}.bin.bz2
" | @sh) \\
output_relation=
"
Expand Down
2 changes: 1 addition & 1 deletion inference/dimmwitted

0 comments on commit d12c0ce

Please sign in to comment.