
Sébastien Moretti
- 合計アクティビティ 6
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 2
アクティビティの概要
Sébastien Morettiさんの最近のアクティビティ-
Sébastien Morettiさんがコメントを作成しました:
HiI have the same kind of issue but cannot fix it with your advices.I still have to use gurobi 9.0.3. Running `grbgetkey` from gurobi 9.0.3 returns thisinfo : grbgetkey version 9.0.3, build v9.0.3...
-
Sébastien Morettiさんがコメントを作成しました:
On each binary and library (.so file) I run those commands: patchelf --set-interpreter <our_local>/ld-linux-x86-64.so.2 <binary or library>patchelf --set-rpath $GUROBI_HOME/lib ...
-
Sébastien Morettiさんがコメントを作成しました:
I will try to alias commands with LD_LIBRARY_PATH=<custom/gurobi/path> in front of them. ThanksBut I would like to understand why modifying rpath does not work for gurobi
-
Sébastien Morettiさんが投稿を作成しました:
Cannot modify efficiently the rpath of gurobi tools
Hi We installed gurobi in an unusual place and to avoid usage of LD_LIBRARY_PATH we modified the rpath (with patchelf) of gurobi tools. We would like to avoid to use LD_LIBRARY_PATH because it ca...