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
/* status_file is required for transfer status file */
returnEINVAL;
}
If I understand correctly, the status file is not required to use unifyfs-stage. But the code checks whether -S (path to status file) is there, if not it will print out the help message and exit. However, neither the help message and the document says -S is mandatory to use unifyfs-stage.
The text was updated successfully, but these errors were encountered:
UnifyFS/util/unifyfs-stage/src/unifyfs-stage.c
Lines 211 to 214 in 1657721
If I understand correctly, the status file is not required to use unifyfs-stage. But the code checks whether -S (path to status file) is there, if not it will print out the help message and exit. However, neither the help message and the document says -S is mandatory to use unifyfs-stage.
The text was updated successfully, but these errors were encountered: