-
Notifications
You must be signed in to change notification settings - Fork 4
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
[Bug]: Errors Using hpc_install_or_update.sh
On UNC's Longleaf Cluster
#356
Comments
I think this can be a future PR against the install script. I suspect best we can do here is catch the error and translate it to a more informative message (likely akin to: "Did you add your id_rsa.pub to github => settings => etc?". Maybe emit the public key for easy copy-paste?) |
This is still in development in GH-329. And I think these steps that you are using are out of date. What you must do to use in the meantime is clone the |
yep, following those steps now! |
I did the key generation and now it does try to pull flepi but I get this error: EnvironmentFileNotFound: '/work/users/a/n/anande/flepiMoP/environment.yml' file not found |
Yeah, that sounds like the error I expected. To use this installation script right now you have to clone the flepiMoP repository yourself, switch to the correct branch, and then run the script as an executable. Although, I think that will change today as we are in the process of merging that PR. |
okay, thanks! |
Hi Tim, I saw that you merged with main so I tried repeating the process (editing all the file paths accordingly) but I still got this error: I checked in /work/users/a/n/anande/flepiMoP/ folder and it didn't have the file. Not sure why when cloning happens in the hpc_install_or_update.sh file, this file is missing? Anyway I git pulled again from the folder and then all the files got added and it worked. |
Was the clone of |
It was placed there by the hpc_install_or_update.sh script! |
I see, that is concerning, but I'm unable to reproduce the issue with the details given. I've attached what I did as an example of what is expected. Could you try following https://iddynamics.gitbook.io/flepimop/how-to-run/advanced-run-guides/running-on-a-hpc-with-slurm, and then report the output of the error you encounter? |
hpc_install_or_update.sh
On UNC's Longleaf Cluster
Thanks! Since I have it working now I'm just running some RSV related simulations as it's due next week and I'm traveling tomorrow. Is it okay if I get to this later? |
@anjalika-nande have you had a chance to follow up on this or had any more issues with this install script? |
Label
bug
Priority Label
high priority
Describe the bug/issue
Hi @TimothyWillard , I'm trying to set up longleaf and when I run the line source hpc_install_or_update.sh longleaf it asks if I want to install flepiMoP and if I say yes then it gives the following error and logs me out of longleaf. Guessing it has to do with the github access key or something but not sure where to input this?
Did not find flepiMoP at /work/users/a/n/anande/flepiMoP, do you want to clone the repo? (y/n) y
Cloning on your behalf.
Cloning into '/work/users/a/n/anande/flepiMoP'...
Warning: Permanently added 'github.com' (ECDSA) to the list of known hosts.
[email protected]: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Connection to longleaf.unc.edu closed.
To Reproduce
No response
Environment, if relevant
No response
The text was updated successfully, but these errors were encountered: