Skip to content

Commit 32875ce

Browse files
committed
Merge branch 'mpi_runner_onrunonly' of https://github.com/perazz/fpm into mpi_runner_onrunonly
2 parents 0e5ad5c + 535f5ff commit 32875ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fpm_meta.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ subroutine add_metapackage_model(model,package,settings,name,error)
412412
call meta%resolve(settings,error)
413413
if (allocated(error)) return
414414

415-
! If we need to run executables, there shouold be an MPI runner
415+
! If we need to run executables, there should be an MPI runner
416416
if (name=="mpi") then
417417
select type (settings)
418418
class is (fpm_run_settings) ! run, test

0 commit comments

Comments
 (0)