jacob
Oh, thanks.
I changed the comments on these two lines, but I am still getting the same error.
Also in the first Iteration, because of the if time_previous == 0: I am not yet in the else: .....
It's this line in Topology_Optimization_run.py
df_1 = pd.read_csv(inp_1, skiprows=4, sep=r'\s+')
that raises the file not found error at the beginning of iteration 2.
It seems to me, that the IMPR_TABLE commands at the end of ...._Iteration.comm do not do what they're supposed to with the MPI version. I have no idea why, the files never appear.
As soon as I switch to 16.2 everything works again. So there must be something else to change. The benefit can be huge when the model is large.
Mario.
EDIT: It seems with MPI, after doing Stage_0_PreProcess.comm it SKIPS Stage_1_Iteration_1.comm and directly goes to Stage_1_Iteration_2.comm. And because in Stage_1_Iteration_1.comm it should generate the first VMIS_1.csv and the other files, it does not find them.