Krister Swenson
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by Krister Swenson-
Krister Swenson commented,
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 commented,
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 commented,
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 commented,
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 commented,
Sure.
-
Krister Swenson created a post,
gurobi.log files abound!
AnsweredHello,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...