LSSTDESC / desc-wfmon

Workflow monitor for DESC image processing
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Add parsltest option to discard output #5

Closed dladams closed 2 years ago

dladams commented 2 years ago

We would like to have the option to run parsltest ifix without writing output.

dladams commented 2 years ago

I have modified the parsltest config to replace ifix with ifixw (same as old ifix) and ifixn (outout sent to /dev/null).

dladams commented 2 years ago

Push version 0.22.0 with above change.

dladams commented 2 years ago

Oops. Writing to /dev/null/xxx generates an error. We should instead just write to /dev/null.

dladams commented 2 years ago

I modified cpuburn to wriite directly to /dev/null if that values is supplied to outdir.

I also notice that tasks are call jobs in parsltest and changed this in many places.

dladams commented 2 years ago

I also added the task type ifix0 which makes not attempt to write at all (ifixn writes to /dev/null).

dladams commented 2 years ago

Changes pushed.

dladams commented 2 years ago

New version is 0.24.00