System:
Linux / Apptainer / Airfoil
Error message
Error: [Errno 28] No space left on device: '/home/mdolabuser/.pyenv/versions/3.9.12/lib/python3.9/site-packages/adflow/libadflow.so' -> '/tmp/tmpzo20nluh/libadflow.so'
See #177 for workaround.
I do not agree with the workaround being merged as it will lead to other errors in the future. We should understand what is causing tmp to be filled and not "just mount your own /tmp in it."
Questions to answer
- What kind of files are going to tmp? MPI? Apptainer image conversion?
- Who's writing these files
- Proper ways to fix this.
System:
Linux / Apptainer / Airfoil
Error message
Error: [Errno 28] No space left on device: '/home/mdolabuser/.pyenv/versions/3.9.12/lib/python3.9/site-packages/adflow/libadflow.so' -> '/tmp/tmpzo20nluh/libadflow.so'See #177 for workaround.
I do not agree with the workaround being merged as it will lead to other errors in the future. We should understand what is causing tmp to be filled and not "just mount your own
/tmpin it."Questions to answer