-
Notifications
You must be signed in to change notification settings - Fork 0
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
Issues with nnlojet runcard autogeneration #73
Comments
HI @scarlehoff, I've just realised that the warmup for the VV channel didn't go through. In particular, I get a segmentation fault at the first iteration, as shown below
Note that for all the other channels I was able to complete the warmup. I've also tried to use a different dataset, but nonetheless I come across the same problem with the VV channel. |
That's strange (since all the other channels are running). (do you see the same problem if you run locally in the node?)
Just in case this is the VV using slightly more memory per thread. |
I tried to run it locally in the node exporting the two env variables and I didn't get the same problem. I think this solves the problem. |
Try only with the second one. If that solves the problem then I'd recommend you use it always (you probably were close to the limit in the others they just happened to work). If you also need the threads=1 that means there's something wrong with the installation, because I can run the VV multithreaded |
Yes, I'm using only the second one and it works. Many thanks @scarlehoff ! |
Please comment with other problems you find.
The text was updated successfully, but these errors were encountered: