File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
test/unit/fortran/src/pio_reader Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 3
3
4
4
!+++++++++++++++++++++++++++++++++++++++++++++++++++++
5
5
6
- @disable
7
- subroutine starting_test()
8
- use funit
6
+ !@test
7
+ ! subroutine starting_test()
8
+ ! use funit
9
9
10
- use mpi, only: mpi_init, MPI_SUCCESS
10
+ ! use mpi, only: mpi_init, MPI_SUCCESS
11
11
12
- integer :: mpi_ierr
12
+ ! integer :: mpi_ierr
13
13
14
14
! Initialize MPI:
15
15
! NOTE: This must be done for the first test in the test suite.
16
- call mpi_init(mpi_ierr)
16
+ ! call mpi_init(mpi_ierr)
17
17
18
- @assertEqual(MPI_SUCCESS, mpi_err)
18
+ ! @assertEqual(MPI_SUCCESS, mpi_err)
19
19
20
- end subroutine starting_test
20
+ ! end subroutine starting_test
21
21
22
22
!+++++++++++++++++++++++++++++++++++++++++++++++++++++
23
23
!PIO reader object open/close file tests
You can’t perform that action at this time.
0 commit comments