mirror of
https://github.com/sbrl/research-rainfallradar
synced 2024-11-22 09:13:01 +00:00
slurm pretraian predict: moar logging
This commit is contained in:
parent
2d24174e0a
commit
52dff130dd
1 changed files with 9 additions and 3 deletions
|
@ -59,9 +59,6 @@ if [[ -n "${POSTFIX}" ]]; then
|
||||||
CODE="${CODE}_${POSTFIX}";
|
CODE="${CODE}_${POSTFIX}";
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo -e ">>> Input dirpath: ${INPUT}" >&2;
|
|
||||||
echo -e ">>> Code: ${CODE}" >&2;
|
|
||||||
echo -e ">>> Additional args: ${ARGS}";
|
|
||||||
|
|
||||||
if [[ -n "${OUTPUT}" ]]; then
|
if [[ -n "${OUTPUT}" ]]; then
|
||||||
filepath_output="${OUTPUT}";
|
filepath_output="${OUTPUT}";
|
||||||
|
@ -69,6 +66,15 @@ else
|
||||||
filepath_output="output/rainfallwater_records_embed_$(date -u --rfc-3339=date)${CODE}.jsonl.gz";
|
filepath_output="output/rainfallwater_records_embed_$(date -u --rfc-3339=date)${CODE}.jsonl.gz";
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
echo -e ">>> Input dirpath: ${INPUT}" >&2;
|
||||||
|
echo -e ">>> Output path: ${filepath_output}" >&2;
|
||||||
|
echo -e ">>> Postfix: ${POSTFIX}" >&2;
|
||||||
|
echo -e ">>> Checkpoint: ${CHECKPOINT}" >&2;
|
||||||
|
echo -e ">>> Code: ${CODE}" >&2;
|
||||||
|
echo -e ">>> Additional args: ${ARGS}";
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
export PATH=$HOME/software/bin:$PATH;
|
export PATH=$HOME/software/bin:$PATH;
|
||||||
|
|
||||||
echo ">>> Installing requirements";
|
echo ">>> Installing requirements";
|
||||||
|
|
Loading…
Reference in a new issue