Hi everyone,
Any idea please why my julia script on HPC can’t build or add the cplex package on the hpc cluster ?
If i already have the Cplex path on the server, how can i properly export it in my sh (bash) file ?
Thanks in advance !
Hi everyone,
Any idea please why my julia script on HPC can’t build or add the cplex package on the hpc cluster ?
If i already have the Cplex path on the server, how can i properly export it in my sh (bash) file ?
Thanks in advance !
Hi. Julia has a default ENV variable that stores environment variables in dictionary form. Can you use that to set the path for the CPLEX binary?