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

A little problem about the Run command ./volrend #21

Open
Dy111111 opened this issue Oct 25, 2022 · 0 comments
Open

A little problem about the Run command ./volrend #21

Dy111111 opened this issue Oct 25, 2022 · 0 comments

Comments

@Dy111111
Copy link

image

The volrend.exe file is under build/Release after build, so there will be error if you run ./volrend directly when your current path is just build. When your current command path is under build, the correct way is cd Release first and then run ./volrend, or you can just run ./Release/volrend instead.
Besides, if you have the .npz files, you can just put it under Release file, and run ./volrend name.npz.
image
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant