Add the missing files -- they're svn:ignored because of all the
generated files. This commit was SVN r10451.
Этот коммит содержится в:
родитель
820f103cd9
Коммит
48e9a72c47
25
ompi/mpi/f90/mpi_wtick_f90.f90
Обычный файл
25
ompi/mpi/f90/mpi_wtick_f90.f90
Обычный файл
@ -0,0 +1,25 @@
|
||||
!
|
||||
! Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana
|
||||
! University Research and Technology
|
||||
! Corporation. All rights reserved.
|
||||
! Copyright (c) 2004-2005 The University of Tennessee and The University
|
||||
! of Tennessee Research Foundation. All rights
|
||||
! reserved.
|
||||
! Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
|
||||
! University of Stuttgart. All rights reserved.
|
||||
! Copyright (c) 2004-2005 The Regents of the University of California.
|
||||
! All rights reserved.
|
||||
! Copyright (c) 2006 Cisco Systems, Inc. All rights reserved.
|
||||
! $COPYRIGHT$
|
||||
!
|
||||
! Additional copyrights may follow
|
||||
!
|
||||
! $HEADER$
|
||||
!
|
||||
|
||||
function MPI_Wtick()
|
||||
implicit none
|
||||
double precision :: MPI_Wtick, foo
|
||||
call MPI_Wtick_f90(foo)
|
||||
MPI_Wtick = foo
|
||||
end function MPI_Wtick
|
25
ompi/mpi/f90/mpi_wtime_f90.f90
Обычный файл
25
ompi/mpi/f90/mpi_wtime_f90.f90
Обычный файл
@ -0,0 +1,25 @@
|
||||
!
|
||||
! Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana
|
||||
! University Research and Technology
|
||||
! Corporation. All rights reserved.
|
||||
! Copyright (c) 2004-2005 The University of Tennessee and The University
|
||||
! of Tennessee Research Foundation. All rights
|
||||
! reserved.
|
||||
! Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
|
||||
! University of Stuttgart. All rights reserved.
|
||||
! Copyright (c) 2004-2005 The Regents of the University of California.
|
||||
! All rights reserved.
|
||||
! Copyright (c) 2006 Cisco Systems, Inc. All rights reserved.
|
||||
! $COPYRIGHT$
|
||||
!
|
||||
! Additional copyrights may follow
|
||||
!
|
||||
! $HEADER$
|
||||
!
|
||||
|
||||
function MPI_Wtime()
|
||||
implicit none
|
||||
double precision :: MPI_Wtime, foo
|
||||
call MPI_Wtime_f90(foo)
|
||||
MPI_Wtime = foo
|
||||
end function MPI_Wtime
|
Загрузка…
x
Ссылка в новой задаче
Block a user