Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add MPRF profiler to WW3 #8

Draft
wants to merge 2 commits into
base: sofarmaster
Choose a base branch
from
Draft
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion model/bin/switch_Sofar_MPI
Original file line number Diff line number Diff line change
@@ -1 +1 @@
F90 NOGRB DIST MPI PR3 UQ FLX0 SEED ST4 STAB0 NL1 BT1 DB1 MLIM TR0 BS0 IC0 IS0 REF0 XX0 WNT1 WNX1 CRT1 CRX1 TRKNC O0 O1 O2 O3 O4 O5 O6 O7
F90 NOGRB DIST MPI PR3 UQ FLX0 SEED ST4 STAB0 NL1 BT1 DB1 MLIM TR0 BS0 IC0 IS0 REF0 XX0 WNT1 WNX1 CRT1 CRX1 TRKNC O0 O1 O2 O3 O4 O5 O6 O7 MPRF
2 changes: 1 addition & 1 deletion model/ftn/wminitmd.ftn
Original file line number Diff line number Diff line change
Expand Up @@ -3265,7 +3265,7 @@
!/
USE W3SERVMD, ONLY: ITRACE, EXTCDE, NEXTLN, WWDATE, WWTIME
!/S USE W3SERVMD, ONLY: STRACE
!/MPRF USE W3SERVMD, ONLY: PRINIT, PRTIME
!/MPRF USE W3TIMEMD, ONLY: PRINIT, PRTIME
USE W3TIMEMD, ONLY: STME21, DSEC21, TICK21, TDIFF
USE WMUNITMD, ONLY: WMUINI, WMUDMP, WMUSET, WMUGET, WMUINQ
!/
Expand Down