bbopt / nomad

NOMAD - A blackbox optimization software
https://nomad-4-user-guide.readthedocs.io/
GNU Lesser General Public License v3.0
116 stars 24 forks source link

Temporary directory can be erased while running #73

Open ctribes opened 2 years ago

ctribes commented 2 years ago

The default directory to write the input files and run the blackbox in batch mode is /tmp. This directory can be erased automatically. This leads to message like

problem with input file /tmp/nomadtmp.18096.0 Warning: Evaluation error with point #640 ( 220 20 0 100 ) Evaluation error : output is empty

The default temporary directory will be "./" in the next release. To force this behaviour with the version 4.2.0, set TMP_DIR ./