24小时热门版块排行榜    

查看: 1356  |  回复: 0

xueshichuan

新虫 (初入文坛)

[求助] QE GPU14.03 编译错误

编译QE的GPU版本代码时出现如下错误
compilation aborted for data_structure_gpu.f90 (code 1)
make[1]: *** [data_structure_gpu.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [pw-gpu] Error 2

具体的详细如下:
ar: creating libphigemm.a
iotk_stream.f90(42): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [VAL]
subroutine iotk_stream_read_LOGICAL1(unit,header,val,setpos,getpos,noval,ierr)
-------------------------------------------------^
iotk_stream.f90(406): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [VAL]
subroutine iotk_stream_read_INTEGER1(unit,header,val,setpos,getpos,noval,ierr)
-------------------------------------------------^
iotk_stream.f90(770): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [VAL]
subroutine iotk_stream_read_REAL1(unit,header,val,setpos,getpos,noval,ierr)
----------------------------------------------^
iotk_stream.f90(861): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [VAL]
subroutine iotk_stream_read_REAL2(unit,header,val,setpos,getpos,noval,ierr)
----------------------------------------------^
iotk_stream.f90(1134): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [VAL]
subroutine iotk_stream_read_COMPLEX1(unit,header,val,setpos,getpos,noval,ierr)
-------------------------------------------------^
iotk_stream.f90(1225): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [VAL]
subroutine iotk_stream_read_COMPLEX2(unit,header,val,setpos,getpos,noval,ierr)
-------------------------------------------------^
iotk_stream.f90(1498): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [VAL]
subroutine iotk_stream_read_CHARACTER1(unit,header,val,setpos,getpos,noval,ierr)
---------------------------------------------------^
iotk_attr+COMPLEX2_0.f90(131): remark #8291: Recommended relationship between field width 'W' and the number of fractional digits 'D' in this edit descriptor is 'W>=D+7'.
    read(string(pos+1:pos1-1),"(G100.95)",iostat=iostat) tmpreal
---------------------------------^
iotk_attr+COMPLEX1_0.f90(131): remark #8291: Recommended relationship between field width 'W' and the number of fractional digits 'D' in this edit descriptor is 'W>=D+7'.
    read(string(pos+1:pos1-1),"(G100.95)",iostat=iostat) tmpreal
---------------------------------^
iotk_attr+REAL2_0.f90(129): remark #8291: Recommended relationship between field width 'W' and the number of fractional digits 'D' in this edit descriptor is 'W>=D+7'.
    read( string(pos+1:pos1-1), "(G100.95)",iostat=iostat) val(index)
-----------------------------------^
iotk_attr+REAL1_0.f90(129): remark #8291: Recommended relationship between field width 'W' and the number of fractional digits 'D' in this edit descriptor is 'W>=D+7'.
    read( string(pos+1:pos1-1), "(G100.95)",iostat=iostat) val(index)
-----------------------------------^
ar: creating libiotk.a
make[3]: warning: jobserver unavailable: using -j1.  Add `+' to parent make rule.
make[3]: warning: jobserver unavailable: using -j1.  Add `+' to parent make rule.
kind.f90(38): remark #8291: Recommended relationship between field width 'W' and the number of fractional digits 'D' in this edit descriptor is 'W>=D+7'.
        WRITE( stdout,'(/,T2,A,T78,A,2(/,T2,A,T75,I6),3(/,T2,A,T67,E14.8))') &
--------------------------------------------------------------------^
kind.f90(44): remark #8291: Recommended relationship between field width 'W' and the number of fractional digits 'D' in this edit descriptor is 'W>=D+7'.
        WRITE( stdout,'(/,T2,A,T78,A,2(/,T2,A,T75,I6),3(/,T2,A,T67,E14.8))') &
--------------------------------------------------------------------^
bfgs_module.f90(934): remark #8291: Recommended relationship between field width 'W' and the number of fractional digits 'D' in this edit descriptor is 'W>=D+7'.
              & FMT = '(5X,"(criteria: energy < ",E8.2,", force < ",E8.2, &
---------------------------------------------------^
bfgs_module.f90(934): remark #8291: Recommended relationship between field width 'W' and the number of fractional digits 'D' in this edit descriptor is 'W>=D+7'.
              & FMT = '(5X,"(criteria: energy < ",E8.2,", force < ",E8.2, &
---------------------------------------------------------------------^
bfgs_module.f90(934): remark #8291: Recommended relationship between field width 'W' and the number of fractional digits 'D' in this edit descriptor is 'W>=D+7'.
              & FMT = '(5X,"(criteria: energy < ",E8.2,", force < ",E8.2, &
---------------------------------------------------------------------------^
bfgs_module.f90(938): remark #8291: Recommended relationship between field width 'W' and the number of fractional digits 'D' in this edit descriptor is 'W>=D+7'.
              & FMT = '(5X,"(criteria: energy < ",E8.2,", force < ",E8.2, &
---------------------------------------------------^
bfgs_module.f90(938): remark #8291: Recommended relationship between field width 'W' and the number of fractional digits 'D' in this edit descriptor is 'W>=D+7'.
              & FMT = '(5X,"(criteria: energy < ",E8.2,", force < ",E8.2, &
---------------------------------------------------------------------^
read_uspp.f90(676): remark #8291: Recommended relationship between field width 'W' and the number of fractional digits 'D' in this edit descriptor is 'W>=D+7'.
    read( iunps, '(2e17.11,i5)') &
---------------------^
read_uspp.f90(681): remark #8291: Recommended relationship between field width 'W' and the number of fractional digits 'D' in this edit descriptor is 'W>=D+7'.
    read( iunps, '(4e17.11,i5)',err=100, iostat=ios ) &
---------------------^
ar: creating libqemod.a
fftw.c(27449): warning #188: enumerated type mixed with another type
            EXPECT_INT(dir);
            ^

fftw.c(27450): warning #188: enumerated type mixed with another type
            EXPECT_INT(type);
            ^

ar: creating clib.a
ar: creating ptools.a
ar: creating flib.a
vcsubs.f90(894): remark #8291: Recommended relationship between field width 'W' and the number of fractional digits 'D' in this edit descriptor is 'W>=D+7'.
302 format(1x,3e12.8)
----------------^
wannier_check.f90(51): remark #8290: Recommended relationship between field width 'W' and the number of fractional digits 'D' in this edit descriptor is 'W>=D+3'.
           write(stdout,'(10x,f12.10," of l=",i1,", m=",i1)') &
-------------------------------^
bp_c_phase.f90(955): remark #8290: Recommended relationship between field width 'W' and the number of fractional digits 'D' in this edit descriptor is 'W>=D+3'.
   WRITE( stdout,"(/,8X,'The polarization direction is:  ( ', &
---------------------------------------------------------------^
bp_c_phase.f90(955): remark #8290: Recommended relationship between field width 'W' and the number of fractional digits 'D' in this edit descriptor is 'W>=D+3'.
   WRITE( stdout,"(/,8X,'The polarization direction is:  ( ', &
---------------------------------------------------------------^
bp_c_phase.f90(955): remark #8290: Recommended relationship between field width 'W' and the number of fractional digits 'D' in this edit descriptor is 'W>=D+3'.
   WRITE( stdout,"(/,8X,'The polarization direction is:  ( ', &
---------------------------------------------------------------^
restart_in_electrons.f90(75): remark #8291: Recommended relationship between field width 'W' and the number of fractional digits 'D' in this edit descriptor is 'W>=D+7'.
  WRITE( stdout, '(5x,"tr2 = ",1pe8.2," ethr = ",1pe8.2)') tr2, ethr
----------------------------------^
restart_in_electrons.f90(75): remark #8291: Recommended relationship between field width 'W' and the number of fractional digits 'D' in this edit descriptor is 'W>=D+7'.
  WRITE( stdout, '(5x,"tr2 = ",1pe8.2," ethr = ",1pe8.2)') tr2, ethr
----------------------------------------------------^
vcsmd.f90(247): remark #8291: Recommended relationship between field width 'W' and the number of fractional digits 'D' in this edit descriptor is 'W>=D+7'.
        WRITE( stdout,'(/5X,A,/,5x,"convergence thresholds EPSE = ",E8.2, &
---------------------------------------------------------------------^
vcsmd.f90(247): remark #8291: Recommended relationship between field width 'W' and the number of fractional digits 'D' in this edit descriptor is 'W>=D+7'.
        WRITE( stdout,'(/5X,A,/,5x,"convergence thresholds EPSE = ",E8.2, &
---------------------------------------------------------------------------^
ar: creating libcp.a
electrons.f90(759): remark #8290: Recommended relationship between field width 'W' and the number of fractional digits 'D' in this edit descriptor is 'W>=D+3'.
9010 FORMAT(/'     iteration #',I3,'     ecut=', F9.2,' Ry',5X,'beta=',F4.2 )
------------------------------------------------------------------------^
ar: creating libpw.a
data_structure_gpu.f90(18): error #7002: Error in opening the compiled module file.  Check INCLUDE paths.   [MP_BANDS]
  USE mp_bands,   ONLY : me_bgrp, nproc_bgrp, root_bgrp, intra_bgrp_comm, &
------^
data_structure_gpu.f90(20): error #7002: Error in opening the compiled module file.  Check INCLUDE paths.   [MP_POOLS]
  USE mp_pools,   ONLY : inter_pool_comm
------^
data_structure_gpu.f90(60): error #6406: Conflicting attributes or multiple declaration of name.   [INTER_POOL_COMM]
  CALL mp_max (gkcut, inter_pool_comm )
----------------------^
data_structure_gpu.f90(60): error #6285: There is no matching specific subroutine for this generic subroutine call.   [MP_MAX]
  CALL mp_max (gkcut, inter_pool_comm )
-------^
data_structure_gpu.f90(65): error #6406: Conflicting attributes or multiple declaration of name.   [ME_BGRP]
                  dfftp, dffts, ngw_ , ngm_ , ngs_ , me_bgrp, &
-----------------------------------------------------^
data_structure_gpu.f90(66): error #6406: Conflicting attributes or multiple declaration of name.   [ROOT_BGRP]
                  root_bgrp, nproc_bgrp, intra_bgrp_comm, ntask_groups )
------------------^
data_structure_gpu.f90(66): error #6406: Conflicting attributes or multiple declaration of name.   [NPROC_BGRP]
                  root_bgrp, nproc_bgrp, intra_bgrp_comm, ntask_groups )
-----------------------------^
data_structure_gpu.f90(66): error #6406: Conflicting attributes or multiple declaration of name.   [INTRA_BGRP_COMM]
                  root_bgrp, nproc_bgrp, intra_bgrp_comm, ntask_groups )
-----------------------------------------^
data_structure_gpu.f90(66): error #6406: Conflicting attributes or multiple declaration of name.   [NTASK_GROUPS]
                  root_bgrp, nproc_bgrp, intra_bgrp_comm, ntask_groups )
----------------------------------------------------------^
data_structure_gpu.f90(71): error #6406: Conflicting attributes or multiple declaration of name.   [INTRA_BGRP_COMM]
  call gvect_init ( ngm_ , intra_bgrp_comm )
---------------------------^
data_structure_gpu.f90(72): error #6406: Conflicting attributes or multiple declaration of name.   [INTRA_BGRP_COMM]
  call gvecs_init ( ngs_ , intra_bgrp_comm )
---------------------------^
data_structure_gpu.f90(18): error #6580: Name in only-list does not exist.   [ME_BGRP]
  USE mp_bands,   ONLY : me_bgrp, nproc_bgrp, root_bgrp, intra_bgrp_comm, &
-------------------------^
data_structure_gpu.f90(18): error #6580: Name in only-list does not exist.   [NPROC_BGRP]
  USE mp_bands,   ONLY : me_bgrp, nproc_bgrp, root_bgrp, intra_bgrp_comm, &
----------------------------------^
data_structure_gpu.f90(18): error #6580: Name in only-list does not exist.   [ROOT_BGRP]
  USE mp_bands,   ONLY : me_bgrp, nproc_bgrp, root_bgrp, intra_bgrp_comm, &
----------------------------------------------^
data_structure_gpu.f90(18): error #6580: Name in only-list does not exist.   [INTRA_BGRP_COMM]
  USE mp_bands,   ONLY : me_bgrp, nproc_bgrp, root_bgrp, intra_bgrp_comm, &
---------------------------------------------------------^
data_structure_gpu.f90(19): error #6580: Name in only-list does not exist.   [NTASK_GROUPS]
                         ntask_groups
-------------------------^
data_structure_gpu.f90(20): error #6580: Name in only-list does not exist.   [INTER_POOL_COMM]
  USE mp_pools,   ONLY : inter_pool_comm
-------------------------^
compilation aborted for data_structure_gpu.f90 (code 1)
make[1]: *** [data_structure_gpu.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [pw-gpu] Error 2
--------------------------------------------------------------------------------------------------------------------
从中间开始就报错,error #7002:Error in opening the compiled module file.  Check INCLUDE paths.   [MP_BANDS]
求高手指点
回复此楼
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

智能机器人

Robot (super robot)

我们都爱小木虫

找到一些相关的精华帖子,希望有用哦~

科研从小木虫开始,人人为我,我为人人
相关版块跳转 我要订阅楼主 xueshichuan 的主题更新
最具人气热帖推荐 [查看全部] 作者 回/看 最后发表
[基金申请] 长年满屏的广告,版主太不责任了。基金也等的急 +4 gltch 2026-08-12 4/200 2026-08-12 16:08 by eulota
[基金申请] filecode +13 documentary 2026-08-10 15/750 2026-08-12 15:56 by 云上清扬
[基金申请] 综述论文作为代表作会不会影响评审专家的印象分? +11 yufeiwaner 2026-08-09 13/650 2026-08-12 08:17 by yufeiwaner
[基金申请] 是这周出结果还是下周出结果? +3 yuleib84 2026-08-11 3/150 2026-08-11 21:53 by jnhyjjm
[基金申请] 帮忙看看fileCode +7 wwncly 2026-08-10 13/650 2026-08-11 19:36 by 冰心玉壶晴
[基金申请] 为什么网上很多人说本周 12号出结果 +6 瞬息宇宙 2026-08-10 7/350 2026-08-11 19:25 by Tide man
[基金申请] 什么时候出结果,有咨询渠道??? +3 Tide man 2026-08-11 3/150 2026-08-11 17:54 by kudofaye
[基金申请] 分享一下我之前已中青C的计划书的filecode +3 布布和一二 2026-08-11 4/200 2026-08-11 15:20 by aasahr
[基金申请] 听说今天filecode变了 +26 布布和一二 2026-08-06 49/2450 2026-08-11 13:18 by WH3796
[基金申请] 我的国基提前知道中了,可是同事的操作让我实在接受不了,怎么会有这样的人 +8 家与远方 2026-08-10 13/650 2026-08-11 09:49 by 家与远方
[基金申请] 基金中了 +15 laoda193707 2026-08-06 15/750 2026-08-11 00:11 by jiafei2190
[基金申请] 确定了,国自然21号放榜 +6 布布和一二 2026-08-10 7/350 2026-08-10 19:15 by 2000zf36392
[基金申请] 关于代码变化问题,想知道的进来 +17 且听虎啸 2026-08-07 24/1200 2026-08-10 18:35 by zhangduo2008
[基金申请] 国自然结果 +4 Vierhys 2026-08-10 8/400 2026-08-10 15:06 by Vierhys
[基金申请] 面上项目filecode邪修 +5 西山十月 2026-08-09 7/350 2026-08-10 07:32 by 仁砚薪传
[基金申请] 关于豆爷回答的JTJC与%2F数量 +5 yang182083 2026-08-06 7/350 2026-08-08 18:29 by zhanghaozhu
[基金申请] 国基金的申报应该改成非等额制,评价高的钱多评价低的钱少,但是增加资助率 +7 a089 2026-08-07 7/350 2026-08-08 18:05 by gltch
[基金申请] 固定端突然变了,今天 +6 archvillain 2026-08-06 10/500 2026-08-07 16:03 by 医学老男孩
[基金申请] 大家散了吧,后缀研究没有意义,别浪费时间了,过好目前的每一天,不要焦虑 +5 Tide man 2026-08-06 7/350 2026-08-07 13:11 by 医学老男孩
[基金申请] filecode +8 布布和一二 2026-08-06 11/550 2026-08-06 20:41 by tangpu318
信息提示
请填处理意见