Example -Batchsolve for Local
In this example, we run a batch analysis of project file testproject.aedt on the local host. We want all temporary files and directories created in the C:\temp\batchsolve directory instead of using the installation default for the temporary directory. Because the local host has four cores, we'll use four threads for multiprocessing, for both distributed and non-distributed parts of the analysis.
Here is a sample command line for this analysis, where the project file \\host123\projects\testproject.aedt is located in a shared directory specified using a UNC path:
ansysedt.exe -BatchSolve -Local -batchoptions
"TempDirectory='C:/temp/batchsolve'
\\host123\projects\testproject.aedt
batchoptions that contain embedded spaces must be in single quotes.