Hello,
For research purposes, I need to execute a solver built upon ASL on thousands of problem instances. The solver used is custom (made of the interaction of CPLEX + custom routines in an iterative fashion). I have access to a high performance computing cluster using SLURM and would like to be able to integrate AMPL with this.
The header of my licence file looks like this (I am omitting the key and my email address):
Temporary AMPL, BARON, CONOPT, CPLEX, GUROBI, KNITRO, LGO,
LINDOGLOBAL, LOQO, MINOS, SNOPT, XPRESS, OCTERACT, COPT & MOSEK
single-machine server license expiring 20240104
licensed to AMPL Community Edition License for
email.address@server.ca:
The problem is, AMPL will complain when running jobs in parallel, apparently because it won’t allow running multiple jobs on the same machine at once. Is there a way to resolve this?
Thank you for your assistance,
Claudio C