-
Notifications
You must be signed in to change notification settings - Fork 20
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
Extend interface to make it more useable for other people #7
Comments
Hi Tom, thanks for the comment. At the moment I'm the only one on this. I will try to go over as many of your comments as possible (and your PR) in the next week or so. |
No problem, thanks! (This isn't blocking me on anything, I was just looking at this for part of a class project. We decided to pivot elsewhere. So there's no rush on this from my end, I just wanted to put up an issue to describe some problems I ran into when trying to run this.) |
what the version of aws-cpp-sdk do you use? I use the Version 1.8, now I meet the make error , /usr/bin/ld: /home/cirrus-master/third_party/aws-sdk-cpp/aws-cpp-sdk-core/include/aws/core/utils/event/EventHeader.h:59: undefined reference to `aws_event_stream_header_value_as_byte' Do you have any suggestions? |
Update! |
Here are some adjustments to the interface that would make this more useable for other researchers who want to run or benchmark this. (In the meantime, hopefully this helps anyone else who wants to launch this. I didn't manage to fully launch it.)
us-west-2
(both in the parameter server and in the Python front-end here and here)ssh
ing to another machine to start the parameter server, use the ssh key file (withssh -i ...
) provided in the configpython/frontend/cirrus
, and theexamples
directory gives some guidance as to how to run the frontend.)The text was updated successfully, but these errors were encountered: