JLBLine / WODEN

CUDA code designed to simulate interferometric data using point, Gaussian, and shapelet sky models
https://woden.readthedocs.io/en/latest/
Mozilla Public License 2.0
5 stars 0 forks source link

Output error when running two WODEN instances in the same directory. #31

Closed JaidenCook closed 1 year ago

JaidenCook commented 2 years ago

Error occurs when running two WODEN instances in the same directory. Both instances write to the same temporary output files output_visi_band$ID.dat. In one instance this led to a FileNotFoundError on line 586, and 1658 in run_woden.py. This resulted in the final outputs of one band not being written.

JLBLine commented 1 year ago

In the latest version of WODEN everything is held in memory so this is no longer an issue. Hoorary.