Please login with a confirmed email address before reporting spam
In linux, you stop a running process with the kill command. In windows, you can use the task manager or an equivalent command. Then you will start your batch job again using a command line similar to this:
comsol batch -inputfile fn.ext -outputfile fn2.ext -recover -continue
Use the comsol batch -help to see all the options available in the batch mode of comsol. Also, see the COMSOL documentation on batch.
Batch options:
-alivetime The time between writing status on disc -batchlog File to store log in -checklicense Print license requirement for an mph file -client Run as client -continue Continue computation -dev Path to a JAR-file with additional classes to call from the batch class file -error <{on}|off> Stop if an error occurs -graphics Display graphics -host Connect to host -inputfile The input file name (.mph or .class) -job The batch job to run -nosave Do not save the resulting model -outputfile The output file name (if not specified the input file name is used) -paramfile Table file containing parameter names in the first row and parameter values in the following rows -pindex Comma separated list of parameter indices -plist Comma separated list of parameter values -pname Comma separated list of parameter names -port Connect to port -recover Recover and continue computation -stoptime The time the batch job is allowed to run before it is stopped -study The study to compute
-------------------
James D. Freels, Ph.D., P.E.
In linux, you stop a running process with the kill command. In windows, you can use the task manager or an equivalent command. Then you will start your batch job again using a command line similar to this: comsol batch -inputfile fn.ext -outputfile fn2.ext -recover -continue Use the comsol batch -help to see all the options available in the batch mode of comsol. Also, see the COMSOL documentation on batch. Batch options: -alivetime The time between writing status on disc -batchlog File to store log in -checklicense Print license requirement for an mph file -client Run as client -continue Continue computation -dev Path to a JAR-file with additional classes to call from the batch class file -error Stop if an error occurs -graphics Display graphics -host Connect to host -inputfile The input file name (.mph or .class) -job The batch job to run -nosave Do not save the resulting model -outputfile The output file name (if not specified the input file name is used) -paramfile Table file containing parameter names in the first row and parameter values in the following rows -pindex Comma separated list of parameter indices -plist Comma separated list of parameter values -pname Comma separated list of parameter names -port Connect to port -recover Recover and continue computation -stoptime The time the batch job is allowed to run before it is stopped -study The study to compute