ROMS
|
#include "cppdefs.h"
Go to the source code of this file.
Functions/Subroutines | |
subroutine | my_getarg (iarg, carg) |
integer function | my_getpid () |
integer function | my_numthreads () |
integer function | my_threadnum () |
real(r8) function | my_wtime (wtime) |
subroutine my_getarg | ( | integer, intent(in) | iarg, |
character (len=*), intent(inout) | carg ) |
Definition at line 27 of file mp_routines.F.
Referenced by read_couplepar(), mod_esmf_esm::read_esmconfig(), and stdinp_mod::stdinp_unit().
integer function my_getpid |
Definition at line 59 of file mp_routines.F.
References my_getpid().
Referenced by my_getpid(), and wclock_on().
integer function my_numthreads |
Definition at line 88 of file mp_routines.F.
References my_numthreads().
Referenced by mod_parallel::initialize_parallel(), and my_numthreads().
integer function my_threadnum |
Definition at line 120 of file mp_routines.F.
References my_threadnum().
Referenced by mod_parallel::initialize_parallel(), my_threadnum(), roms_kernel_mod::roms_initialize(), stats_mod::stats_2dfld(), stats_mod::stats_3dfld(), and stats_mod::stats_4dfld().
real(r8) function my_wtime | ( | real(r8), dimension(2) | wtime | ) |
Definition at line 148 of file mp_routines.F.
References my_wtime(), and mod_kinds::r8.
Referenced by my_wtime(), wclock_off(), and wclock_on().