| 5 | 1/1 | 返回列表 |
| 查看: 1969 | 回復: 11 | ||
| 當前只顯示滿足指定條件的回帖,點擊這里查看本話題的所有回帖 | ||
[求助]
新手安裝VASP4.6出錯,求各位大神指點,非常感謝! 已有1人參與
|
||
如題,新手第一次安裝vasp,安裝了三天還是出錯 ,求各位大神指點,不勝感激!安裝過程一直參考:http://www.gaoyang168.com/html/201203/4220060.html 現(xiàn)在已經編譯獲得的了libdmy.a,但是變異vasp.4.6時出錯,錯誤內容如下: ubuntu@ubuntu-Aspire-4741:/tmp/vasp.4.6$ make -f makefile.linux_ifc_ath ./preprocess <base.F | /usr/bin/cpp -P -C -traditional >base.f90 -DHOST=\"LinuxIFC_ath\" -Dkind8 -DNGXhalf -DCACHE_SIZE=5000 -DPGF90 -Davoidalloc -DRPROMU_DGEMV ifort -FR -assume byterecl -O3 -c base.f90 ./preprocess <mpi.F | /usr/bin/cpp -P -C -traditional >mpi.f90 -DHOST=\"LinuxIFC_ath\" -Dkind8 -DNGXhalf -DCACHE_SIZE=5000 -DPGF90 -Davoidalloc -DRPROMU_DGEMV ifort -FR -assume byterecl -O3 -c mpi.f90 ./preprocess <smart_allocate.F | /usr/bin/cpp -P -C -traditional >smart_allocate.f90 -DHOST=\"LinuxIFC_ath\" -Dkind8 -DNGXhalf -DCACHE_SIZE=5000 -DPGF90 -Davoidalloc -DRPROMU_DGEMV ifort -FR -assume byterecl -O3 -c smart_allocate.f90 ./preprocess <xml.F | /usr/bin/cpp -P -C -traditional >xml.f90 -DHOST=\"LinuxIFC_ath\" -Dkind8 -DNGXhalf -DCACHE_SIZE=5000 -DPGF90 -Davoidalloc -DRPROMU_DGEMV ifort -FR -assume byterecl -O3 -c xml.f90 ./preprocess <constant.F | /usr/bin/cpp -P -C -traditional >constant.f90 -DHOST=\"LinuxIFC_ath\" -Dkind8 -DNGXhalf -DCACHE_SIZE=5000 -DPGF90 -Davoidalloc -DRPROMU_DGEMV ifort -FR -assume byterecl -O3 -c constant.f90 ./preprocess <jacobi.F | /usr/bin/cpp -P -C -traditional >jacobi.f90 -DHOST=\"LinuxIFC_ath\" -Dkind8 -DNGXhalf -DCACHE_SIZE=5000 -DPGF90 -Davoidalloc -DRPROMU_DGEMV ifort -FR -assume byterecl -O3 -c jacobi.f90 ./preprocess <main_mpi.F | /usr/bin/cpp -P -C -traditional >main_mpi.f90 -DHOST=\"LinuxIFC_ath\" -Dkind8 -DNGXhalf -DCACHE_SIZE=5000 -DPGF90 -Davoidalloc -DRPROMU_DGEMV ifort -FR -assume byterecl -O3 -c main_mpi.f90 ./preprocess <scala.F | /usr/bin/cpp -P -C -traditional >scala.f90 -DHOST=\"LinuxIFC_ath\" -Dkind8 -DNGXhalf -DCACHE_SIZE=5000 -DPGF90 -Davoidalloc -DRPROMU_DGEMV ifort -FR -assume byterecl -O3 -c scala.f90 ./preprocess <asa.F | /usr/bin/cpp -P -C -traditional >asa.f90 -DHOST=\"LinuxIFC_ath\" -Dkind8 -DNGXhalf -DCACHE_SIZE=5000 -DPGF90 -Davoidalloc -DRPROMU_DGEMV ifort -FR -assume byterecl -O3 -c asa.f90 ./preprocess <lattice.F | /usr/bin/cpp -P -C -traditional >lattice.f90 -DHOST=\"LinuxIFC_ath\" -Dkind8 -DNGXhalf -DCACHE_SIZE=5000 -DPGF90 -Davoidalloc -DRPROMU_DGEMV ifort -FR -assume byterecl -O3 -c lattice.f90 ./preprocess <poscar.F | /usr/bin/cpp -P -C -traditional >poscar.f90 -DHOST=\"LinuxIFC_ath\" -Dkind8 -DNGXhalf -DCACHE_SIZE=5000 -DPGF90 -Davoidalloc -DRPROMU_DGEMV ifort -FR -assume byterecl -O3 -c poscar.f90 ./preprocess <ini.F | /usr/bin/cpp -P -C -traditional >ini.f90 -DHOST=\"LinuxIFC_ath\" -Dkind8 -DNGXhalf -DCACHE_SIZE=5000 -DPGF90 -Davoidalloc -DRPROMU_DGEMV ifort -FR -assume byterecl -O3 -c ini.f90 ./preprocess <setex.F | /usr/bin/cpp -P -C -traditional >setex.f90 -DHOST=\"LinuxIFC_ath\" -Dkind8 -DNGXhalf -DCACHE_SIZE=5000 -DPGF90 -Davoidalloc -DRPROMU_DGEMV ifort -FR -assume byterecl -O3 -c setex.f90 ./preprocess <radial.F | /usr/bin/cpp -P -C -traditional >radial.f90 -DHOST=\"LinuxIFC_ath\" -Dkind8 -DNGXhalf -DCACHE_SIZE=5000 -DPGF90 -Davoidalloc -DRPROMU_DGEMV ifort -FR -assume byterecl -O3 -c radial.f90 9 0Q : catastrophic error: **Internal compiler error: segmentation violation signal raised** 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 radial.f90 (code 1) make: *** [radial.o] 錯誤 1 請教各位出現(xiàn)這個錯誤可能是什么原因?謝謝! |
木蟲 (小有名氣)

|
輸入ifort -v 后顯示ifort version 14.0.1 目前的錯誤提示是: ld: cannot find -llapack ld: cannot find -lcblas ld: cannot find -lf77blas ld: cannot find -latlas make: *** [vasp] 錯誤 1 我想問題是否處在我的ATLAS上?因為我按照網站http://www.gaoyang168.com/html/201203/4220060.html的提示安裝ATLAS,但是該網站只讓我下載并解壓了ATLAS,但沒有提示如何安裝。請問ATLAS是否需要安裝才能使用? 我的cup是intel core i3,請問目前應該用哪個版本的ATLAS? 非常感謝! |
| 最具人氣熱帖推薦 [查看全部] | 作者 | 回/看 | 最后發(fā)表 | |
|---|---|---|---|---|
|
[考研] 英一數(shù)一總分334求調劑 +3 | 陳陽坤 2026-03-31 | 3/150 |
|
|---|---|---|---|---|
|
[考研] 290分調劑求助 +4 | 吉祥止止陳 2026-03-25 | 4/200 |
|
|
[考研] 293分求調劑,外語為俄語 +5 | 加一一九 2026-03-31 | 5/250 |
|
|
[考研] 085601 329分調劑 +4 | yzsa12 2026-03-31 | 4/200 |
|
|
[考研] 279求調劑 +12 | j的立方 2026-03-29 | 12/600 |
|
|
[考研] 材料科學與工程 317求調劑 +7 | JKSOIID 2026-03-26 | 7/350 |
|
|
[考研] 359求調劑 +5 | 王了個楠 2026-03-25 | 5/250 |
|
|
[考研] 309求調劑 +15 | 誰不是少年 2026-03-29 | 15/750 |
|
|
[考研] 334分 一志愿武理 材料求調劑 +16 | 李李不服輸 2026-03-26 | 16/800 |
|
|
[考研] 329求調劑 +10 | 鈕恩雪 2026-03-25 | 10/500 |
|
|
[考研] 352分-085602-一志愿985 +5 | 海納百川Ly 2026-03-29 | 5/250 |
|
|
[考研] 本科雙非材料,跨考一志愿華電085801電氣,283求調劑,任何專業(yè)都可以 +6 | 芝士雪baoo 2026-03-28 | 8/400 |
|
|
[考研] 286求調劑 +12 | PolarBear11 2026-03-26 | 12/600 |
|
|
[考博] 26申博 +3 | 加油沖啊! 2026-03-26 | 3/150 |
|
|
[考研] 298調劑 +3 | jiyingjie123 2026-03-27 | 3/150 |
|
|
[考研] 求調劑 +6 | 林之夕 2026-03-24 | 6/300 |
|
|
[考研] 281求調劑 +6 | Koxui 2026-03-24 | 7/350 |
|
|
[考研] 化學調劑一志愿上海交通大學336分-本科上海211 +4 | 小魚愛有機 2026-03-25 | 4/200 |
|
|
[考研] 296求調劑 +4 | 汪?! 2026-03-25 | 7/350 |
|
|
[考研] 347求調劑 +4 | L when 2026-03-25 | 4/200 |
|