📄 wtimef90.f90
字号:
! ! (C) 2004 by Argonne National Laboratory.! See COPYRIGHT in top-level directory.! program main! This is a simple test to check that both the MPI and PMPI versions of the! timers are available, and that they return double precision values.! If this code links, there are no problems.! use mpi double precision time1 time1 = mpi_wtime() time1 = mpi_wtick() time1 = pmpi_wtime() time1 = pmpi_wtick() print *, ' No Errors' end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -