Home
last modified time | relevance | path

Searched refs:toe_san_in (Results 1 – 4 of 4) sorted by relevance

/dports/science/pnetcdf/parallel-netcdf-1.8.1/test/F90/
H A Df90tst_vars3.f9046 integer (kind = EightByteInt) :: toe_san_in(1) variable
159 call check(nf90mpi_get_var_all(ncid, varid3_in, toe_san_in))
160 if (toe_san_in(1) .ne. TOE_SAN_VALUE) stop 14
H A Df90tst_vars2.f9045 integer (kind = EightByteInt) :: toe_san_in(1) variable
160 call check(nf90mpi_get_var_all(ncid, varid3_in, toe_san_in))
161 if (toe_san_in(1) .ne. TOE_SAN_VALUE) stop 14
/dports/science/netcdf-fortran/netcdf-fortran-4.5.3/nf03_test4/
H A Df90tst_vars2.f9045 integer (kind = EightByteInt) :: toe_san_in variable
160 call check(nf90_get_var(ncid, varid3_in, toe_san_in))
161 if (toe_san_in .ne. TOE_SAN_VALUE) stop 14
H A Df90tst_vars3.f9046 integer (kind = EightByteInt) :: toe_san_in variable
163 call check(nf90_get_var(ncid, varid3_in, toe_san_in))
164 if (toe_san_in .ne. TOE_SAN_VALUE) stop 14