Example -BatchSolve for Local (Windows)
In this example, we run a batch Maxwell analysis of project file testproject.adsn on the local host. We want all temporary files and directories created in directory C:\temp\maxwell instead of using the installation default for the temporary directory. Because the local host has four cores, we decide to 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:
maxwell -BatchSolve -Local -batchoptions
"TempDirectory='C:/temp/maxwell'
Maxwell/SolverOptions/NumProcessors=4
Maxwell/SolverOptions/NumProcessorsDistrib=4"
\\host123\projects\testproject.aedt
Related Topics
Batchoptions Command Line Examples
Example -BatchSolve with -Remote (Windows)