[SGE-discuss] submitting an LS-DYNA job through SGE

2016-08-08 Thread zistatj
Hello, I am trying to start an LS-DYNA job through SGE but have no experience writing scripts and submitting jobs to a cluster. I have the basic structure figured out from looking at examples online, but am not able to successfully execute my script. Most likely something is wrong in the way I

Re: [SGE-discuss] submitting an LS-DYNA job through SGE

2016-08-08 Thread Jackson, Gary L.
This is may be what's messing you up: export PATH=/ansys_inc/v170/ansys This sets your path to that directory exclusively, which means all sorts of things aren't going to work. You probably want this instead: export PATH=/ansys_inc/v170/ansys:$PATH However, since you're not using ANSYS, you