Here is a working version of your file that can do parametric analysis with OpenSeeMP.
It can handle different dt and num_steps even in the same X-Y pair.
Since the Monitor's name is parametrized, so that each process writes monitor files on different files, you need to first download the latest version of STKO (2.0.2).
Then, when the monitor starts, you will find a new feature, to visualize multiple plots at the same time.
Keep in mind (as I will explain in today's webinar), that a parametric analysis with OpenSeesMP should be run manually:
- Write TCL files from STKO (do not run it)
- Go into the directory where the TCL files are
- Open a windows command shell
- Type C:\OpenSees-Solvers\openseesmp.bat .\main.tcl 25 (25 because you have 50 GM, so 25 pairs)
Another note:
Since you found the bug in the Infill Masonry Wall Element, we just fixed it and included in the 2.0.2 few minutes ago. If you downloaded version 2.0.2 already, re-download it now. It will contain the bug fix