Simple run of CFX input.def using localhost MPI with 6 threads:
|
1 |
cfx5solve -def /address/of/input.def -parallel -partition 6 -par-local -chdir /address/of/working/directory/ |
To continue existing calculations:
|
1 |
cfx5solve -def /address/of/input.def -parallel -partition 6 -par-local -chdir /address/of/working/directory/ -continue-from-file "input_001.res" |
To stop batch calculations (and save results)
|
1 |
cfx5stop -dir /address/of/working/directory/ |
