由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Computation版 - fortran 基本命令求助,急
相关主题
MATLAB 并行计算问题又一个菜鸟问题
偶也问一fortran问题Should change "computation" to "matlab computation"
scientific computing还是Fortran90好阿Should I use C or matlab?
计算版是新版?谁能推荐有关算法(computation algorithm)的书籍?
Matlab跑了两天了没有反应选什么系比较合适?
Two RA Positions in Computer Science (请勿站内回复)Where to buy computer for numerical computation?
Computational Chemistry PhD找软件工程的工作有戏吗?请问chicago附近有好的scientific computation program吗?
Parallel computing in Matlab有人知道MS in Scientific Computing好吗?
相关话题的讨论汇总
话题: fortran话题: 命令话题: time
进入Computation版参与讨论
1 (共1页)
b********6
发帖数: 195
1
请问如何计算fortran程序的computation time?
很急。
小女子这里先谢谢各位高手了:)
l*w
发帖数: 646
2
如果是监控某段程序的计算时间:
Before the code:
call cpu_time (dummy1)
After the code:
call cpu_time (dummy2)
total_time = dummy2 - dummy1

【在 b********6 的大作中提到】
: 请问如何计算fortran程序的computation time?
: 很急。
: 小女子这里先谢谢各位高手了:)

1 (共1页)
进入Computation版参与讨论
相关主题
有人知道MS in Scientific Computing好吗?Matlab跑了两天了没有反应
请教有关Theory of ComputationTwo RA Positions in Computer Science (请勿站内回复)
目前项目主要找Human-Robot Interaction(HRI),Affective Computing,Computer Vision,NPL的 技术方向。Computational Chemistry PhD找软件工程的工作有戏吗?
请教一下matlab里面如何设置inset图Parallel computing in Matlab
MATLAB 并行计算问题又一个菜鸟问题
偶也问一fortran问题Should change "computation" to "matlab computation"
scientific computing还是Fortran90好阿Should I use C or matlab?
计算版是新版?谁能推荐有关算法(computation algorithm)的书籍?
相关话题的讨论汇总
话题: fortran话题: 命令话题: time