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

missing run.sh? #4

Closed
hwreeves-USGS opened this issue Sep 8, 2021 · 3 comments · Fixed by #8
Closed

missing run.sh? #4

hwreeves-USGS opened this issue Sep 8, 2021 · 3 comments · Fixed by #8
Assignees
Labels
bug Something isn't working

Comments

@hwreeves-USGS
Copy link
Collaborator

I tried starting NWTOPT using the command lines you sent. Seems like things start up but then hang.
I'm getting an error in the logfile:

INFO (hyperopt.mongoexp): job exception: [Errno 2] No such file or directory: 'run.sh'

Do I need to copy run.sh to my project directory? I have it in the main NWTOPT directory.

Also, I changed the port so I wouldn't clash with other runs (to 27020) in the command lines and nwtopt.sub.

I didn't run nwtopt.sh manually anywhere, just

mongodb/bin/mongod --dbpath mongodb/db --bind_ip 130.11.177.99 --port 27020
 
condor_submit nwtopt.sub
 
cd NWT_SUBMIT/NWTOPT_FILES; python optimize_NWT.py --ip 130.11.177.99 --port 27020 --key badger_19F --trials 3000

Am I missing something?

@maxwnewcomer
Copy link
Owner

You aren't missing anything, this is likely a bug, but if you could, check two things. 1) run.sh is in the main directory and filled out with the run command desired 2) in the logs/outputs/ directory, find a run from the cluster you started and check that run.sh is in the files listed after the ls command. The master branch might be behind a fix that I made locally when I encountered this issue. Sorry for the buggyness :/

@maxwnewcomer
Copy link
Owner

I am currently in class, but will look at this later when I get back to my work computer.

@maxwnewcomer maxwnewcomer self-assigned this Sep 8, 2021
@maxwnewcomer maxwnewcomer added the bug Something isn't working label Sep 8, 2021
@hwreeves-USGS
Copy link
Collaborator Author

hwreeves-USGS commented Sep 8, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

2 participants