• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

gyrokinetics / gs2 / 1821477209

16 May 2025 02:50PM UTC coverage: 8.139% (+0.2%) from 7.92%
1821477209

push

gitlab-ci

David Dickinson
Merged in bugfix/use_uv_in_coverage_test_to_install_packages (pull request #1142)

3704 of 45511 relevant lines covered (8.14%)

122643.73 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/diagnostics/fields_parallelization.f90
1
#include "unused_dummy.inc"
2
!> FIXME : Add documentation
3
module fields_parallelization
4
   implicit none
5
   private
6
   public :: field_k_local
7
contains
8
  !> FIXME : Add documentation
9
  !>
10
  !> @note It's not clear that this function is correct in general
11
  elemental logical function field_k_local(it, ik)
×
12
    implicit none
13
    integer, intent(in) :: ik, it
14
    UNUSED_DUMMY(ik) ; UNUSED_DUMMY(it)
×
15
    ! This is temporary while the fields are being parallelised
16
    field_k_local = .true.
×
17
  end function field_k_local
×
18

19
end module fields_parallelization
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc