-
-
October 8, 2024 at 8:35 amChristoph HollweckSubscriber
Hello everyone,
I am working on Linux Mint, and when starting a simulation with LS-DYNA in the shell, I receive the following error related to the LSTC_FILE:
 *** License problem ***
 Local license: *** Error Environment variable LSTC_FILE not set!
However, all environment variables are correctly defined as follows:
LSTC_LICENSE=network; LSTC_LICENSE_SERVER=ourservername
.If I create an LSTC_FILE in the solver directory (containing
#LICENSE_TYPE:network
#LICENSE_SERVER:ourservername)
, the simulation works fine. But normally, the LSTC_FILE should be ignored when the environment variables are set.Why is the LSTC_FILE still being required?
Thanks for your help!
Christoph
-
October 8, 2024 at 2:18 pmigandikoAnsys 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
-
October 8, 2024 at 2:57 pmChristoph HollweckSubscriber
Hello,
using
echo $LICENSE_TYPE
echo $LICENSE_SERVERbefore starting the run returns the correct values. I usually run the job using a script.
-
- You must be logged in to reply to this topic.
- LS-DYNA Installation Issues with Student Workbench 2024 R2
- About combine different unconnected body into one part
- Mathematical model generation stuck at 10%
- Cross-coupled stiffness elements in LS-DYNA
- LS-Dyna CESE SMP d vs MPP d solver
- CESE solver – Ignition mechanism
- Initial Stress Shell Application and HistVarCosine in LS-DYNA
- shape memory alloy material in LS-DYNA
- CESE combustion model
- Problem with working out the CESE LS-Dyna model
-
1406
-
599
-
591
-
550
-
366
© 2025 Copyright ANSYS, Inc. All rights reserved.