Commit 8c7a747
Fix post_process non-MPI builds never reading input file
In s_initialize_mpi_domain, the entire body including
s_assign_default_values_to_user_inputs(), s_read_input_file(), and
s_check_input_file() was guarded by #ifdef MFC_MPI. Non-MPI builds
therefore ran with all parameters at Fortran defaults (case_dir blank,
m/n/p = 0), causing a misleading "Time-step folder missing" error.
pre_process and simulation already call these unconditionally; the
individual MPI functions (s_mpi_bcast_user_inputs, etc.) handle the
#ifdef MFC_MPI guard internally as stubs when MPI is absent.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent fe08007 commit 8c7a747
1 file changed
Lines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1149 | 1149 | | |
1150 | 1150 | | |
1151 | 1151 | | |
1152 | | - | |
1153 | 1152 | | |
1154 | 1153 | | |
1155 | 1154 | | |
| |||
1167 | 1166 | | |
1168 | 1167 | | |
1169 | 1168 | | |
1170 | | - | |
| 1169 | + | |
1171 | 1170 | | |
1172 | 1171 | | |
1173 | 1172 | | |
1174 | 1173 | | |
1175 | 1174 | | |
1176 | | - | |
1177 | | - | |
1178 | 1175 | | |
1179 | 1176 | | |
1180 | 1177 | | |
| |||
0 commit comments