Nathan Adelgren
- 合計アクティビティ 11
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 2
アクティビティの概要
Nathan Adelgrenさんの最近のアクティビティ-
Nathan Adelgrenさんがコメントを作成しました:
Thanks, Eli. I appreciate it!
-
Nathan Adelgrenさんが投稿を作成しました:
Gurobi 12 incorrectly reporting QCQP as unbounded
回答済みHello, I'm writing an algorithm that solves many optimization problems at various stages of the process. In testing, I've come across an instance that is giving me unexpected results. Specifically,...
-
Nathan Adelgrenさんがコメントを作成しました:
Thanks Riley and David. I'm happy to help in whatever way I can moving forward. -Nate
-
Nathan Adelgrenさんがコメントを作成しました:
Thanks Riley, It's very strange! I guess I don't have anything additional to add at this point. If I'm able to reproduce the issue on any other machine, or find something that seems to resolve it, ...
-
Nathan Adelgrenさんがコメントを作成しました:
Hi David, I've tried compiling with -std=c++17 and -std=c++11, same result either way. I've also tried with -O3, -O2, -O and with and without -g. All produce the same result. I've tried with the g+...
-
Nathan Adelgrenさんがコメントを作成しました:
Sure Riley, Here it is: ==348169== ==348169== HEAP SUMMARY:==348169== in use at exit: 1,785 bytes in 55 blocks==348169== total heap usage: 985 allocs, 930 frees, 2,194,508 bytes allocated==34...
-
Nathan Adelgrenさんがコメントを作成しました:
Hi Riley, Unfortunately, I still get the leak even with the modified main function. I did also notice that my personal machine has an Intel CPU whereas my work machine has an AMD. Not sure if it he...
-
Nathan Adelgrenさんがコメントを作成しました:
Hi Riley, Thanks very much for your help on this! Unfortunately, it didn't solve my problem -- at least not entirely. Certainly, I was too hasty in making my MWE and definitely should have added "d...
-
Nathan Adelgrenさんが投稿を作成しました:
Memory leak with multi threaded application
回答済みHi, I'm trying to write a program (using the C++ API) where I copy a model on several different threads to do some independent processing of several variations of a problem. When I do, I get memory...