Run Ansys in parallel batch mode from Matlab
Codes: Ansys APDL, Matlab
- example: parallel_ansys_test.m and /Ansys/frame_test
- Matlab/parallel_ansys/parallel_ansys.m help file/preamble
- form blocks with 'n' number of jobs (to be run parallel), start with the first block
- create temporary folders in the main Ansys working folder for parallel jobs: /job1_tmp, /job2_tmp, ... ,/job'n'_tmp
- run 'n' jobs/analyses parallel and save the requested results to the corresponding folders
- collect and copy the requested results to the main Ansys working folder
- Delete the temporary job folders
- Go to step 1. and move to the next block if any
The scripts in this repo have been developed at Department of Structural Engineering, Budapest University of Technology and Economics.