Hi folks,
I'm working on automating OptiStruct runs in batch mode. I’m using the following command to run the solver:
"Solver_path.bat" "Fem_file_path.fem" -core IN -nt 1 -np 12
Can someone confirm if this is the correct format?
Also, is there a recommended way to kill the running Compute Console (OptiStruct) process via command line if needed?