Commit 858441e
Andy Stokely
Add Makefile option to disable mpi_f08 via MPI_F08=false
This change introduces a Makefile CLI flag that allows users to explicitly
disable mpi_f08 integration even when the MPI provider supports it. By setting
MPI_F08=false, MPAS will skip the mpi_f08_test dependency and build against
the legacy mpi module instead, improving portability across MPI toolchains
and libraries that lack mpi_f08 support.1 parent 447de92 commit 858441e
1 file changed
Lines changed: 9 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1456 | 1456 | | |
1457 | 1457 | | |
1458 | 1458 | | |
1459 | | - | |
| 1459 | + | |
1460 | 1460 | | |
1461 | 1461 | | |
1462 | | - | |
| 1462 | + | |
1463 | 1463 | | |
1464 | 1464 | | |
1465 | 1465 | | |
1466 | 1466 | | |
| 1467 | + | |
| 1468 | + | |
| 1469 | + | |
| 1470 | + | |
| 1471 | + | |
| 1472 | + | |
1467 | 1473 | | |
1468 | 1474 | | |
1469 | 1475 | | |
| |||
1571 | 1577 | | |
1572 | 1578 | | |
1573 | 1579 | | |
1574 | | - | |
| 1580 | + | |
1575 | 1581 | | |
1576 | 1582 | | |
1577 | 1583 | | |
| |||
0 commit comments