This repository has been archived by the owner on Jan 26, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 230
qbsolv convergence characteristics #122
Comments
Hi Cartik,
Can you supply the qubo file and the command line selection for the case?
Regards,
Mike
… On May 15, 2018, at 4:07 PM, Cartik ***@***.***> wrote:
Hi Guys,
Got qbsolv to build on windows just like the Linux build, problem is, qbsolv doesn't converge when given the same input file as on free bsd on the mac.
Source is the same for both file streams and the only difference is the compiler, one is g++ and the other is Visual Studio 14 2015. Wanted to know why this is the case, I'm trying the command line version of the tool.
Best regards,
Cartik
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <#122>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AE0hFb0CcnVYGMg-227u8vbKkpYzQejkks5ty0OagaJpZM4UARrS>.
|
hi Mike, I cannot share the .qubo file due to IP reasons. What compiler are you using to build qbsolv on windows? qbsolv converges fine for the same qubo file on the MAC. Best regards, |
Hi Carik
I have only used gcc compile with full optimization on windows. On Mac and Linux the compilers are clang and/or gcc. Notice on Mac, when you ask for gcc you really get clang. On all platforms full optimization makes a big difference on performance. Clang has the best performance.
Generally platform differences are due to random number generation. If you know what the “energy” result is you can specify that on the command line with the “target” value. Also the verbosity will allow you to watch the progress of the search.
Mike
… On May 16, 2018, at 7:46 AM, Cartik ***@***.***> wrote:
hi Mike,
I cannot share the .qubo file due to IP reasons. What compiler are you using to build qbsolv on windows? qbsolv converges fine for the same qubo file on the MAC.
Best regards,
Cartik
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Are you using a Cygwin based enviroment to compile? |
I personally have not compiled on windows in over 6 months, but at that time we used mingw, which is a bit more stripped down than cygwin.
Mike
… On May 16, 2018, at 9:40 AM, Cartik ***@***.***> wrote:
Are you using a Cygwin based enviroment to compile?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub <#122 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AE0hFdWhpVwRv1bniiF7phMopLeWxzlTks5tzDpggaJpZM4UARrS>.
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi Guys,
Got qbsolv to build on windows just like the ree bsdbuild.
I'm facing a problem with qbsolv. qbsolv on windows command line doesn't converge when given the same input file as on free bsd on the mac.
Source is the same for both file streams and the only difference is the compiler, one is g++ and the other is Visual Studio 14 2015. Wanted to know why this is the case, I'm trying the command line version of the tool.
Best regards,
Cartik
The text was updated successfully, but these errors were encountered: