.. _program_listing_file_kernels_stub_kernel.f90: Program Listing for File stub_kernel.f90 ======================================== |exhale_lsh| :ref:`Return to documentation for file ` (``kernels/stub_kernel.f90``) .. |exhale_lsh| unicode:: U+021B0 .. UPWARDS ARROW WITH TIP LEFTWARDS .. code-block:: fortran ! Minimal routine so the archive is non-empty subroutine noop_kernel() implicit none end subroutine noop_kernel