Krister Swenson
- 合計アクティビティ 7
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 1
アクティビティの概要
Krister Swensonさんの最近のアクティビティ-
Krister Swensonさんがコメントを作成しました:
Hello Riley Clement,I'm trying to implement the bash function you mentioned. I put this in my .bashrc:snakemake() { echo "LogFile=/tmp/gurobi.log" > gurobi.env echo "OutputFlag=0" >> gurobi.en...
-
Krister Swensonさんがコメントを作成しました:
OK.Are you going to make that ticket so that we can get rid of the log files that appear when the .bashrc is read?
-
Krister Swensonさんがコメントを作成しました:
I'm running other people's snakemake pipelines, therefore I don't want to modify and install the gurobi python API for every pipeline I have access to. It would help to have a global setting or en...
-
Krister Swensonさんがコメントを作成しました:
these appear in any directory where gurobi is used from, This is normal Thanks for your response Riley, is there any way to get gurobi to write a log to somewhere other than the current working d...
-
Krister Swensonさんがコメントを作成しました:
Sure.
-
Krister Swensonさんが投稿を作成しました:
gurobi.log files abound!
回答済みHello,I'm using Gurobi 12.0.2rc0 on Ubuntu Linux 25.04. I've setup my .bashrc in the following way:export GRB_LICENSE_FILE=/home/myuser/home/misc/config/license_files/gurobi.lic export GUROBI_HOME...