Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion test/monarch/mock_monarch.F90
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,9 @@ program mock_monarch
deallocate(interface_input_file)

! Free the interface and the solver
deallocate(pmc_interface)
#ifndef PMC_USE_MPI ! Execute without MPI to avoid crash
deallocate(pmc_interface)
#else

! close the output file
close(RESULTS_FILE_UNIT)
Expand Down
Loading