AlgTUDelft/ExpensiveOptimBenchmark

Error with ESP3 problem

RickardKarl opened this issue · 4 comments

ESP3 always return an error value.
I used the following input which should be valid. No other errors were thrown.
It seems like the Docker does not return any values.

Input:
[29. 29. 29. 29. 29. 1. 1. 1. 1. 1. 1. 1. 1. 1. 1. 1. 1. 1. 1. 1. 1. 1. 1. 1. 1. 1. 1. 1. 1. 1. 1. 1. 1. 1. 1. 1. 1. 1. 1. 1. 1. 1. 1. 1. 1. 1. 1. 1. 1. 1. 1. 1. 1. 1.]
Output from Docker process: b''

Error returned: 10.0

8uurg commented

Is docker running fine? Is it starting up the container?

Yes, I believe so.
I tested to run the corresponding docker command:
docker run --rm frehbach/cfd-test-problem-suite ./dockerCall.sh ESP3 29.00000000,29.00000000,29.00000000,29.00000000,29.00000000,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
It did not return any error..

8uurg commented

Aha. Found the reason. I forgot to make sure to use my variant of the container, rather than the original.
As such ESP2 and ESP3 won't work with Docker in the current configuration...

Ah, good catch!