我得到一對警告用glibc 2.22版本: In file included from /net/module/sw/glibc/2.22/include/pthread.h:23:0,
from foo.h:48,
from foo.c:23:
/net/module/sw/glibc/2.22/include/sched.h:74:57: warning: ‘
這是我的代碼,我試圖編譯 module vars
implicit none
real*8,dimension(:,:,:),allocatable :: u,v,w
real*8,dimension(:),allocatable :: zets
end module vars
program post_mean
use vars
impl