Benjamin Mueller

Results 21 comments of Benjamin Mueller

Can you compile the SCIP Optimization Suite via ``` cd scipoptsuite-6.0.2 mkdir build; cd build cmake .. make ``` and try again? Could you also add the full log when...

Direct the output to a file and upload it here. usact schrieb am Mi., 11. März 2020, 18:59: > Hi, The log is to long, could you please let me...

I just tested it on our Mac machine, which uses ``` java -version java version "1.8.0_131" Java(TM) SE Runtime Environment (build 1.8.0_131-b11) Java HotSpot(TM) 64-Bit Server VM (build 25.131-b11, mixed...

Can you add all the output of the `java -cp scip.jar:examples.jar "Linear"`, please? I think that after `A fatal error has been detected by the Java Runtime Environment:` there is...

Did you try ulimit -c unlimited ? usact schrieb am Fr., 13. März 2020, 16:03: > Hi, > I run the same command and got :----------------------------java -cp > scip.jar:examples.jar "Linear"##...

I don't see the log, where is it? Sorry, I might not see it because I use my phone. It looks like that you added the ulimit ... to the...

What is written in /Users/my_name/git/JSCIPOpt/build/Release/hs_err_pid55309.log ? usact schrieb am Fr., 13. März 2020, 16:52: > i have run it: > > $ulimit -c unlimited > > $ java -cp scip.jar:examples.jar...

Okay, I have seen that you added the log to a previous post.

Could it be that you have multiple versions of the java jdk installed? According to the error log, it looks like that there is some jenkins related jdk somewhere used....

The directory does not exist? Very strange. You should try to figure out why java wants to call something from there. Maybe you could reinstall the jdk? Check also your...