symphony Applications
I build symphony using coinbrew --with-application (fetch first and followed by 'build install'). I also verified a make test in the SYMPHONY/5.7.2 build folder and everything was good.
My focus now is on the Applications. I have no issue building any applications with the standard make command. However, many applications do not run correctly. I am just doing ./app -F sample.whatever.
MATCH and USER appears to work (no obvious error at least).
CNRP, MCKP and VRP appears to need more than just the -F sample.*. I also notice MCKP is linking with libSym instead of libSymAppl.
SPP and SPP+CUTS core dumped.
I do not think USE_SYM_APPLICATION is defined when building SPP as shown in this command:
/opt/shared/optimizer/Tools/intel-mkl-2024/bin/g++ -O3 -pipe -DNDEBUG -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -fopenmp -pthread -std\ =c++14 -DSYMPHONY_BUILD -Wno-unknown-pragmas -Wno-write-strings -Wno-sign-compare -Wno-cast-qual -D__OSI_CLP__ -Iecho /home/russell/test-dir/SYMPHONY/SYMPHONY/Applications/SPP/include -Iecho /home/russell/test-di
r/SYMPHONY/SYMPHONY/include `` -Iecho /include-DHAS_RANDOM -DHAS_SRANDOM -D__NONE__ -D__LINUX -DCOMPILE_IN_CG -DCOMPILE_IN_CP -DCOMPILE_IN_LP -DCOMPILE_IN_TM -c -o src/spp_cp.otest -f '/home/russell/test-dir/SYMPH
ONY/SYMPHONY/Applications/SPP/src/CutPool/spp_cp.c' || echo '/'/home/russell/test-dir/SYMPHONY/SYMPHONY/Applications/SPP/src/CutPool/spp_cp.c
Sorry for the incorrect linebreaks.
My background is programming and I am helping to get a working environment for my peers
Sorry for the delay in getting back to you! The last couple of weeks have been very busy and I somehow also didn't seem to get an e-mail notification for this issue (maybe I missed it).
I haven't touched the SYMPHONY applications in a while and I don't get many questions about them these days (most people are using SYMPHONY as a black box), so it's indeed possible some things are broken. I'll a bit of time need to dig into this and then I'll get back you.