You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Under the hood sys::OS::move calls stdio ::rename which will only work on the local computer. We should add a sys::OS::copy and then, sys::OS::move should use that instead if the destination is not local to the machine.
The text was updated successfully, but these errors were encountered:
asylvest
changed the title
sys::OS::move does not work accross nfs
sys::OS::move does not work across nfs
May 4, 2016
Under the hood sys::OS::move calls stdio ::rename which will only work on the local computer. We should add a sys::OS::copy and then, sys::OS::move should use that instead if the destination is not local to the machine.
The text was updated successfully, but these errors were encountered: