Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transfert status file is mandatory for unifyfs-stage? #763

Open
wangvsa opened this issue Apr 5, 2023 · 0 comments
Open

Transfert status file is mandatory for unifyfs-stage? #763

wangvsa opened this issue Apr 5, 2023 · 0 comments
Labels

Comments

@wangvsa
Copy link
Collaborator

wangvsa commented Apr 5, 2023

if (NULL == status_file) {
/* status_file is required for transfer status file */
return EINVAL;
}

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.

@CamStan CamStan added the bug label Oct 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

No branches or pull requests

2 participants