24小时热门版块排行榜    

查看: 3123  |  回复: 11

0751cj

铜虫 (正式写手)

[求助] abinit编译错误 已有1人参与

configure成功了,然后make后出现如下错误
Fatal Error: File 'defs_basis.mod' opened at (1) is not a GFORTRAN module file

make[3]: *** [m_optim_dumper.o] Error 1

make[3]: Leaving directory `/home/material/chenjian114/abinit-7.8.2/src/10_dumpinfo'

make[2]: *** [all-recursive] Error 1

make[2]: Leaving directory `/home/material/chenjian114/abinit-7.8.2/src'

make[1]: *** [all-recursive] Error 1

make[1]: Leaving directory `/home/material/chenjian114/abinit-7.8.2'

make: *** [all] Error 2

[chenjian114@lu01 abinit-7.8.2]$

这怎么解决?能具体点吗,linux和abinit都是初学
回复此楼

» 收录本帖的淘帖专辑推荐

凝聚态物理

» 猜你喜欢

» 本主题相关价值贴推荐,对您同样有帮助:

无暇空闲
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
回帖支持 ( 显示支持度最高的前 50 名 )

KalaShayminS

铁杆木虫 (著名写手)

引用回帖:
5楼: Originally posted by 0751cj at 2014-12-22 00:20:15
那么说是编译成功了?我怎么调用这个程序啊,输入文件都建好了,按教材./abinit/src/main/abinit<test_file>&log 好像不行...

确定编译通过了吗?只给了configure的输出啊,没有make的。
abinit主程序在configure的时候参数指定的prefix目录的bin目录下面。
6楼2014-12-22 00:32:26
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
普通回帖

KalaShayminS

铁杆木虫 (著名写手)

【答案】应助回帖

★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★
感谢参与,应助指数 +1
0751cj(ljw4010代发): 金币+1, 谢谢交流! 2014-12-19 18:55:43
0751cj: 金币+14, ★★★★★最佳答案 2014-12-22 00:17:35
是用gfortran的吗?
这看起来是用其他编译器曾经编译过了但没有make clean导致的错误。
2楼2014-12-19 11:10:30
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

0751cj

铜虫 (正式写手)

引用回帖:
2楼: Originally posted by KalaShayminS at 2014-12-19 11:10:30
是用gfortran的吗?
这看起来是用其他编译器曾经编译过了但没有make clean导致的错误。

谢谢啊,确实是这个问题,但是make clean 过后又出现这个问题,是什么原因?

ummary of important options:



  * C compiler      : intel version 13.1

  * Fortran compiler: intel version 13.1

  * architecture    : intel xeon (64 bits)



  * debugging       : basic

  * optimizations   : standard



  * OpenMP enabled  : no (collapse: ignored)

  * MPI    enabled  : yes

  * MPI-IO enabled  : auto

  * GPU    enabled  : no (flavor: none)



  * TRIO   flavor = none

  * TIMER  flavor = abinit (libs: ignored)

  * LINALG flavor = netlib (libs: auto-detected)

  * ALGO   flavor = none (libs: ignored)

  * FFT    flavor = none (libs: ignored)

  * MATH   flavor = none (libs: ignored)

  * DFT    flavor = libxc-fallback



Configuration complete.

You may now type "make" to build ABINIT.

(or, on a SMP machine, "make mj4", or "make multi multi_nprocs=<n>"
无暇空闲
3楼2014-12-20 20:42:04
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

KalaShayminS

铁杆木虫 (著名写手)

【答案】应助回帖

引用回帖:
3楼: Originally posted by 0751cj at 2014-12-20 20:42:04
谢谢啊,确实是这个问题,但是make clean 过后又出现这个问题,是什么原因?

ummary of important options:



  * C compiler      : intel version 13.1

  * Fortran compiler: intel version 13.1

...

哪个问题?你上面给的没有错误。
4楼2014-12-21 11:41:20
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

0751cj

铜虫 (正式写手)

引用回帖:
4楼: Originally posted by KalaShayminS at 2014-12-21 11:41:20
哪个问题?你上面给的没有错误。...

那么说是编译成功了?我怎么调用这个程序啊,输入文件都建好了,按教材./abinit/src/main/abinit<test_file>&log 好像不行
无暇空闲
5楼2014-12-22 00:20:15
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

0751cj

铜虫 (正式写手)

引用回帖:
6楼: Originally posted by KalaShayminS at 2014-12-22 00:32:26
确定编译通过了吗?只给了configure的输出啊,没有make的。
abinit主程序在configure的时候参数指定的prefix目录的bin目录下面。...

make 后出现这写错误
catastrophic error: **Internal compiler error: internal abort** Please report this error along with the circumstances in which it occurred in a Software Problem Report.  Note: File and line given may not be explicit cause of this error.
compilation aborted for prep_fourwf.F90 (code 1)
make[3]: *** [prep_fourwf.o] Error 1
make[3]: Leaving directory `/home/material/chenjian114/abinit-7.8.2/src/66_wfs'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/material/chenjian114/abinit-7.8.2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/material/chenjian114/abinit-7.8.2'
make: *** [all] Error 2

怎么办啊
无暇空闲
7楼2014-12-22 11:17:36
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

KalaShayminS

铁杆木虫 (著名写手)

引用回帖:
7楼: Originally posted by 0751cj at 2014-12-22 11:17:36
make 后出现这写错误
catastrophic error: **Internal compiler error: internal abort** Please report this error along with the circumstances in which it occurred in a Software Problem Report.  Note:  ...

configure的参数是什么?
8楼2014-12-22 11:29:24
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

cylan

木虫 (正式写手)

用google搜how to install abinit on ubuntu OS,会搜到abinit论坛中的教程,还有就是youtube上有专门一个视频教你怎么安装的。
9楼2014-12-22 11:57:14
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

0751cj

铜虫 (正式写手)

引用回帖:
8楼: Originally posted by KalaShayminS at 2014-12-22 11:29:24
configure的参数是什么?...

使用的是cfg_intel,里面有
./configure FC=mpiifort   CC=mpiicc FC_LDFLAGS=-mkl \
--enable-mpi=yes \
--prefix=$HOME/local/abinit782 \
--with-dft-flavor=libxc

# --with-dft-flavor=libxc+wannier90+bigdft

# --with-dft-flavor=libxc+wannier90+atompaw+bigdft
~                                                                                                                                      
~                                                                                                                                      
~                                                                                                                                      
~
无暇空闲
10楼2014-12-22 22:07:12
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
相关版块跳转 我要订阅楼主 0751cj 的主题更新
最具人气热帖推荐 [查看全部] 作者 回/看 最后发表
[基金申请] 基金中了 +14 laoda193707 2026-08-06 14/700 2026-08-08 00:23 by 实验小白ha
[基金申请] 关于filecode +4 布布和一二 2026-08-07 7/350 2026-08-07 22:55 by zhanghaozhu
[基金申请] 娱乐 +6 Tide man 2026-08-03 6/300 2026-08-07 22:40 by 铁帽子农民
[基金申请] 化学口download_prp&amp;fileCode的固定段好像这几天一直没变,有变的大神么? +3 Tide man 2026-08-07 4/200 2026-08-07 22:39 by Tide man
[基金申请] 关于代码变化问题,想知道的进来 +9 且听虎啸 2026-08-07 12/600 2026-08-07 21:53 by 理想三旬2025
[基金申请] 听说今天filecode变了 +24 布布和一二 2026-08-06 47/2350 2026-08-07 16:02 by zhiyanjiang
[基金申请] filecode与中标关系的预测 +3 布布和一二 2026-08-07 3/150 2026-08-07 15:09 by gltch
[基金申请] filecode变化情况 +6 布布和一二 2026-08-07 22/1100 2026-08-07 14:45 by 且听虎啸
[论文投稿] 十年后又回来了,论文投稿求助 +4 哈哈114477 2026-08-01 4/200 2026-08-07 14:39 by jgy194592
[基金申请] 大家散了吧,后缀研究没有意义,别浪费时间了,过好目前的每一天,不要焦虑 +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
[基金申请] 求各位大神看下 100+6 hpkpkpkp 2026-08-05 33/1650 2026-08-06 14:49 by zhiyanjiang
[基金申请] 影响面上的因素 +8 布布和一二 2026-08-05 11/550 2026-08-06 10:41 by 宝贝虫子
[基金申请] 8月时间戳变的,举个手。玩一下,释放压力 +9 archvillain 2026-08-04 11/550 2026-08-05 20:06 by wlwhappy
[基金申请] 好消息?这个有何含义??? +8 Tide man 2026-08-05 10/500 2026-08-05 16:14 by xmuxiaoyu
[考博] 【2027博士申请】纳米药物递送方向 20+3 13586093586 2026-08-03 4/200 2026-08-05 09:59 by lfy8008
[基金申请] 有没有H口的?有收到消息的吗? +3 超级海虾 2026-08-04 3/150 2026-08-04 17:26 by 学教育滴
[基金申请] 纯娱乐,不喜欢勿喷 +7 Tide man 2026-08-04 10/500 2026-08-04 15:10 by loufangrui
[基金申请] 面上提前没消息,有中的吗 +14 archvillain 2026-08-02 18/900 2026-08-04 14:42 by archvillain
[基金申请] 什么时候能放榜呀? +3 Jacob678 2026-08-03 3/150 2026-08-03 16:14 by gltch
信息提示
请填处理意见