-
Notifications
You must be signed in to change notification settings - Fork 141
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
Running a basic example: solver missing #68
Comments
@jrb314 , I see that you were (successfully) running the code back in July, could you share if you had similar problems and how did you resolve them? |
I got this error too when I was running on my local laptop. Did not get the error when I ran the same on a higher memory machine. |
@Gergia, I did not run inside singularity. From the ec folder, i ran |
@Gergia the solver binary should be part of the repo (compiled for Linux). You can also try building it if you don't see it, by running |
Thanks everybody for your help. @ellisk42 : I ended up downloading the compiled version from the repo to try out the system. (I failed to compile even inside singularity. I will investigate this problem in more detail and then, if necessary, open another issue.) |
@ellisk42 Sorry to bother you - I am having a related problem. Just cannot get the system to build the ocaml libs. I describe the problem in detail in issue #96. And singularity wont build. and help much appreciated |
Hi,
I read the paper and was very happy about ideas and results in it. Thanks for the great work!
I tried to run the basic example, as provided in README. (
python bin/text.py -t 20 -RS 5000
, inside singularity).Unfortunately, if fails as it cannot find the solver file, as specified by the variable
solver_file
, in thetry
block at line 298 ofenumeration.py
. The solver file is specified to be calledsolver
, inside the root directory. However, that file does not exist.What am I missing? At what point should the solver file be created?
NOTE:
The original README command was
python text.py -t 20 -RS 5000
(withoutbin
part), but I assume this was a typo. I also tried moving to thebin
folder and executing the original command, but that failed as it seems to assume the execution from the root directory.The text was updated successfully, but these errors were encountered: