Skip to content

fesom profiling #814

@patrickscholz

Description

@patrickscholz

@suvarchal: Why you are doing profiling for dynamics_init on call ocean_setup(f%dynamics, f%tracers, f%partit, f%mesh) ?

fesom2/src/fesom_module.F90

Lines 281 to 289 in b65d289

#if defined (FESOM_PROFILING)
call fesom_profiler_start("ocean_setup")
call fesom_profiler_start("dynamics_init")
#endif
call ocean_setup(f%dynamics, f%tracers, f%partit, f%mesh)
#if defined (FESOM_PROFILING)
call fesom_profiler_end("dynamics_init")
call fesom_profiler_end("ocean_setup")
#endif

And what exactly is this profiling doing how this can be visualized? Seeing it for the first time, looks interesting but is somewhere more info about that ?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions