-
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
modifying environmental variable OPENBLAS_NUM_THREADS #62
Comments
I found this (my chat with Geoff from September 17th): I’ve modified the multi-script, although there are some problems:
I’ve found some guidance here: numpy/numpy#14474 |
I've just checked and both my experiments work well when the line |
my guess is that CARC raised errors if scripts were run on head nodes w/o setting this environmental variable (otherwise the script would grab all the possible threads & lead to issues with login etc) so yes, my guess is it is good to remove from all scripts (b/c on compute nodes you might want to grab all the threads allocated!) |
I think that this CARC limit still exists since I tried to run a multi-GPU script without the openblas line on the home node and I recreated exactly the same error. The error doesn't show up when I run the same script on the GPU setup (partition |
probably not ideal to modify environmental variables inside of scripts
akita_utils/bin/insert_virtual_spacing_experiment/virtual_symmetric_experiment_spacing.py
Line 92 in 1e7246d
we should trace back why this was introduced & probably remove across the library
cc @PSmaruj @Kamulegeya-Fahad
The text was updated successfully, but these errors were encountered: