Ansys Learning Forum › Forums › Discuss Simulation › LS Dyna › LSTC_FILE Query Despite Environment Variables Being Set › Reply To: LSTC_FILE Query Despite Environment Variables Being Set
October 8, 2024 at 2:18 pm
Ansys Employee
Are you sure the network license env is being set correctly? Perhaps you can try echo $LSTC_LICENSE_SERVER before running the job, to make sure env is set. You can also try running the job using a script.Â
#!/bin/bash
export LSTC_LICENSE=network
export LSTC_LICENSE_SERVER=server-name
ls-dyna_solver_command i= input.k