| 5 | 1/1 | 返回列表 |
| 查看: 1966 | 回復(fù): 11 | ||
| 當(dāng)前只顯示滿足指定條件的回帖,點擊這里查看本話題的所有回帖 | ||
[求助]
新手安裝VASP4.6出錯,求各位大神指點,非常感謝! 已有1人參與
|
||
如題,新手第一次安裝vasp,安裝了三天還是出錯 ,求各位大神指點,不勝感激!安裝過程一直參考:http://www.gaoyang168.com/html/201203/4220060.html 現(xiàn)在已經(jīng)編譯獲得的了libdmy.a,但是變異vasp.4.6時出錯,錯誤內(nèi)容如下: 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上?因為我按照網(wǎng)站http://www.gaoyang168.com/html/201203/4220060.html的提示安裝ATLAS,但是該網(wǎng)站只讓我下載并解壓了ATLAS,但沒有提示如何安裝。請問ATLAS是否需要安裝才能使用? 我的cup是intel core i3,請問目前應(yīng)該用哪個版本的ATLAS? 非常感謝! |
| 最具人氣熱帖推薦 [查看全部] | 作者 | 回/看 | 最后發(fā)表 | |
|---|---|---|---|---|
|
[考研] 材料科學(xué)與工程求調(diào)劑 +7 | 深V宿舍吧 2026-03-29 | 7/350 |
|
|---|---|---|---|---|
|
[考研] 281求調(diào)劑 +5 | 亞克西good 2026-03-26 | 7/350 |
|
|
[考研] 085600 295分求調(diào)劑 +7 | W55j 2026-03-30 | 9/450 |
|
|
[考研] 0703化學(xué)321分求調(diào)劑 +10 | 三dd. 2026-03-30 | 11/550 |
|
|
[考研] 化工專碩求調(diào)劑 +5 | question挽風(fēng) 2026-03-24 | 5/250 |
|
|
[考研] 293求調(diào)劑 +3 | 末未mm 2026-03-30 | 5/250 |
|
|
[考研] 300求調(diào)劑,材料科學(xué)英一數(shù)二 +18 | leaflight 2026-03-24 | 18/900 |
|
|
[考研] 298求調(diào)劑 +3 | 什么是胖頭魚 2026-03-30 | 5/250 |
|
|
[考研] 化學(xué)工程085602 305分求調(diào)劑 +25 | RichLi_ 2026-03-25 | 25/1250 |
|
|
[考研] 求調(diào)劑 +4 | QiMing7 2026-03-25 | 5/250 |
|
|
[考研] 311求調(diào)劑 +6 | 冬十三 2026-03-24 | 6/300 |
|
|
[碩博家園] 招收生物學(xué)/細(xì)胞生物學(xué)調(diào)劑 +4 | IceGuo 2026-03-26 | 5/250 |
|
|
[考研] 071000生物學(xué)求調(diào)劑,初試成績343 +7 | 小小甜面團(tuán) 2026-03-25 | 7/350 |
|
|
[考研]
|
y7czhao 2026-03-26 | 10/500 |
|
|
[考研] 299求調(diào)劑 +7 | 嗯嗯嗯嗯2 2026-03-27 | 7/350 |
|
|
[考研] 265求調(diào)劑11408 +3 | 劉小鹿lu 2026-03-27 | 3/150 |
|
|
[考研] 279 分 求調(diào)劑 +4 | 睡個好覺_16 2026-03-24 | 4/200 |
|
|
[考研]
材料調(diào)劑
5+4
|
想要一壺桃花水 2026-03-25 | 10/500 |
|
|
[考研]
|
WWW西西弗斯 2026-03-24 | 8/400 |
|
|
[考研] 281求調(diào)劑 +6 | Koxui 2026-03-24 | 7/350 |
|