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

igandiko
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