lanl / BEE

Other
14 stars 3 forks source link

Fix CRT workdir bind mount #803

Closed rstyd closed 1 week ago

rstyd commented 6 months ago

This PR fixes an issue that occurs on certain systems with symlinked home directories. Instead of bind mounting, the entire home directory, we just bind mount the workdir directly to the /mnt/9/ directory in the container.

jtronge commented 6 months ago

This looks good Rusty. I'll approve once the pylama error is fixed. I think you can just remove beeflow/common/container_path.py altogether.

rstyd commented 1 week ago

Closed since it doesn't seem to be an issue on important systems.