由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Computation版 - 请问用g77编译时如何限制'warning'的出现?
相关主题
mm is not real until explicitly declared随机数???
Hamiltonian System有什么好的方法吗?fortran搞计算还是简单多了
Analytic solution for an ODEHelp! 有谁用过LSODE/LSODA?
something strange in fortran90fortran90的超级怪问题
求矩阵逆的算法Strange compiler error
Fortran 77 dynamic memory allocation 2[合集] 有关fortran返回数组的问题!
Abaqus: error with dynamic loading问关于advection equations
请大虾推荐一个fully implicit solver.如何 在MPI环境下用fortran调用C code
相关话题的讨论汇总
话题: warnings话题: warning话题: g77话题: wno话题: implicit
进入Computation版参与讨论
1 (共1页)
m******y
发帖数: 511
1
太多地warning,其实是对的。
g***i
发帖数: 90
2
here some info about g77 warnings:
Warnings are diagnostic messages that report constructions which are
not inherently erroneous but which are risky or suggest there might
have been an error.
You can request many specific warnings with options beginning `-W',
for example `-Wimplicit' to request warnings on implicit declarations.
Each of these specific warning options also has a negative form
beginning `-Wno-' to turn off warnings; for example, `-Wno-implicit'.
This manual lists only one of t

【在 m******y 的大作中提到】
: 太多地warning,其实是对的。
m******y
发帖数: 511
3
thanks!
1 (共1页)
进入Computation版参与讨论
相关主题
如何 在MPI环境下用fortran调用C code求矩阵逆的算法
在C语言里可不可以写implicit的程序?Fortran 77 dynamic memory allocation 2
fortran90 奇怪的格式问题Abaqus: error with dynamic loading
matlab question (about C mex ...)请大虾推荐一个fully implicit solver.
mm is not real until explicitly declared随机数???
Hamiltonian System有什么好的方法吗?fortran搞计算还是简单多了
Analytic solution for an ODEHelp! 有谁用过LSODE/LSODA?
something strange in fortran90fortran90的超级怪问题
相关话题的讨论汇总
话题: warnings话题: warning话题: g77话题: wno话题: implicit