Merge commit '190562e8c65c9872c5c22391400931da8e4b5dae' into develop

This commit is contained in:
systems-assistant[bot]
2025-07-30 15:21:36 +00:00
commit 7e0f02eec6
66 muutettua tiedostoa jossa 7379 lisäystä ja 492 poistoa
@@ -1721,6 +1721,14 @@ main(int argc, char** argv)
use_mpi = true;
break;
}
else if(find_undefined_function_symbol(app_image, itr) != nullptr)
{
verbprintf(0,
"Found undefined symbol '%s' in '%s'. Enabling MPI support...\n",
itr, _cmdv[0]);
use_mpi = true;
break;
}
}
#endif