Ansys Assistant will be unavailable on the Learning Forum starting January 30. An upgraded version is coming soon. We apologize for any inconvenience and appreciate your patience. Stay tuned for updates.

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

[bingo_chatbox]