hpcaitech / FastFold

Optimizing AlphaFold Training and Inference on GPU Clusters
Apache License 2.0
557 stars 86 forks source link

Ray storage dir cannot be created #107

Closed dominik-handler closed 1 year ago

dominik-handler commented 1 year ago

Hi,

on our cluster the current method to generate the path for the ray directory is not working. It seems that os.getlogin() does not result in a meaningful value. storage_dir = "file:///tmp/ray/" + os.getlogin() + "/workflow_data" I get back an OS error that the device does not exist.

After removing os.getlogin() the workflow initiates properly. Would it be possible to define the ray-storage dir via a flag like the ouput dir?

Thank you and all the best, Dominik

oahzxl commented 1 year ago

Good suggestion. We can use timestamp to create the dir.