Hi,
I seem to be running into Gurobi license problems on Yggdrasil:
[remypa@login1 ~]$ module load Gurobi
[remypa@login1 ~]$ gurobi_cl --tokens
Failed to connect to token server 'master.baobab.hpc.unige.ch' (port 41954).
Problem retrieving token server status
Thanks
[This was initially posted in an existing thread, but it didn’t seem to get noticed. So I’m creating a new topic, as the problem is still there.]
Hi there,
Fixed:
[capello@login1 ~]$ date
Wed Feb 24 11:51:27 CET 2021
[capello@login1 ~]$ module purge
[capello@login1 ~]$ module load Gurobi
[capello@login1 ~]$ gurobi_cl --tokens
Checking status of Gurobi token server 'master.baobab.hpc.unige.ch'...
Token server functioning normally.
Maximum allowed uses: 4096, current: 13
[...]
[capello@login1 ~]$ salloc
salloc: Granted job allocation 1777866
salloc: Waiting for resource configuration
salloc: Nodes cpu001 are ready for job
[capello@login1 ~]$ module purge
[capello@login1 ~]$ module load Gurobi
[capello@login1 ~]$ gurobi_cl --tokens
Checking status of Gurobi token server 'master.baobab.hpc.unige.ch'...
Token server functioning normally.
Maximum allowed uses: 4096, current: 13
[...]
[capello@login1 ~]$ exit
salloc: Relinquishing job allocation 1777866
[capello@login1 ~]$
Indeed (cf. Gurobi license expired on Yggdrasil - #5 by Patrick.Remy ).
Sorry for the delay and also for the annoyance, the problem was that during the 2021-02 Yggdrasil maintenance we changed some IP addresses (cf. Yggdrasil scheduled maintenance: 10-11 February 2021 - #4 by Yann.Sagon ) and forgot to update the Gurobi license server.
Thx, bye,
Luca
No problem. Thank you very much.