Revision 9776
Added by Aaron Marcuse-Kubitza over 11 years ago
inputs/GBIF/raw_occurrence_record_plants/run | ||
---|---|---|
122 | 122 |
|
123 | 123 |
func_override table.tsv/make__src_table_run |
124 | 124 |
table.tsv/make() # usage: [remake=1] [limit=...] .../run table.tsv/make |
125 |
# note that incremental output is provided right away with --quick (unbuffered), |
|
126 |
# but takes awhile to become visible in Macfusion sshfs |
|
125 | 127 |
{ |
126 | 128 |
echo_func; set_make_vars; check_target_exists |
127 | 129 |
|
Also available in: Unified diff
inputs/GBIF/raw_occurrence_record_plants/run: table.tsv/make(): documented that incremental output is provided right away with --quick (unbuffered), but takes awhile to become visible in Macfusion sshfs. this can be tested with `while true; do stat inputs/GBIF/raw_occurrence_record_plants/table.tsv; sleep 2; done` running concurrently with `./inputs/GBIF/raw_occurrence_record_plants/run table.tsv/make` on vegbiendev:/home/bien/svn .