Skip to content

Commit fbcb0a3

Browse files
committed
remove joblog
1 parent 8be5073 commit fbcb0a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extras/discharge/discharge.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ $PSQL -c "CREATE UNLOGGED TABLE fwapg.discharge03_wsd (
5454
# note that dropping the non-wscode/pk/geom indexes does not seem to help.
5555
# As with all upstream queries, pre-aggregating data at given levels in the tree would help a lot -
5656
# but this query still completes in <1h, so pre-processing is not a high priority.
57-
parallel --joblog discharge_log2.tsv --jobs 5 $PSQL -f sql/discharge03_wsd.sql -v wsg={1} ::: $WSGS
57+
parallel --jobs 5 $PSQL -f sql/discharge03_wsd.sql -v wsg={1} ::: $WSGS
5858
$PSQL -c "ANALYZE whse_basemapping.fwa_watersheds_upstream_area"
5959

6060
## For habitat modelling, it is easier if discharge is per-stream,

0 commit comments

Comments
 (0)