| 5 | 1/1 | 返回列表 |
| 查看: 1968 | 回復(fù): 11 | |||
| 當(dāng)前只顯示滿足指定條件的回帖,點(diǎn)擊這里查看本話題的所有回帖 | |||
[求助]
新手安裝VASP4.6出錯,求各位大神指點(diǎn),非常感謝! 已有1人參與
|
|||
如題,新手第一次安裝vasp,安裝了三天還是出錯 ,求各位大神指點(diǎn),不勝感激!安裝過程一直參考: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上?因?yàn)槲野凑站W(wǎng)站http://www.gaoyang168.com/html/201203/4220060.html的提示安裝ATLAS,但是該網(wǎng)站只讓我下載并解壓了ATLAS,但沒有提示如何安裝。請問ATLAS是否需要安裝才能使用? 我的cup是intel core i3,請問目前應(yīng)該用哪個版本的ATLAS? 非常感謝! |
木蟲 (小有名氣)

| 最具人氣熱帖推薦 [查看全部] | 作者 | 回/看 | 最后發(fā)表 | |
|---|---|---|---|---|
|
[考研] 367求調(diào)劑 +5 | 芋泥啵! 2026-03-28 | 5/250 |
|
|---|---|---|---|---|
|
[考研]
|
鐘llll 2026-03-26 | 5/250 |
|
|
[考研] 329求調(diào)劑,一志愿西北工業(yè)大學(xué),材料工程(085601) +5 | 小小機(jī)靈蟲 2026-03-29 | 11/550 |
|
|
[考研] 南京大學(xué)化學(xué)調(diào)劑 +10 | 景隨風(fēng) 2026-03-29 | 15/750 |
|
|
[考研] 299求調(diào)劑 +10 | 15188958825 2026-03-25 | 10/500 |
|
|
[考研] 298求調(diào)劑 +3 | 種圣賜 2026-03-29 | 3/150 |
|
|
[考研] 086000生物與醫(yī)藥調(diào)劑 +5 | Feisty。 2026-03-28 | 9/450 |
|
|
[考研] 0703化學(xué)調(diào)劑,求導(dǎo)師收 +9 | 天天好運(yùn)來上岸?/a> 2026-03-24 | 10/500 |
|
|
[考研] 320分,材料與化工專業(yè),求調(diào)劑 +9 | 一定上岸aaa 2026-03-27 | 13/650 |
|
|
[考研]
|
y7czhao 2026-03-26 | 10/500 |
|
|
[考研] 308求調(diào)劑 +7 | 墨墨漠 2026-03-27 | 7/350 |
|
|
[考研] 086502化學(xué)工程342求調(diào)劑 +6 | 阿姨復(fù)古不過 2026-03-27 | 6/300 |
|
|
[考研] 086000調(diào)劑 +3 | 7901117076 2026-03-26 | 3/150 |
|
|
[有機(jī)交流]
高溫高壓反應(yīng)求助
10+4
|
chibby 2026-03-25 | 4/200 |
|
|
[考研] 0856調(diào)劑 +5 | 求求讓我有書讀?/a> 2026-03-26 | 6/300 |
|
|
[考研] 308求調(diào)劑 +7 | 墨墨漠 2026-03-25 | 7/350 |
|
|
[考研] 348求調(diào)劑 +4 | 小懶蟲不懶了 2026-03-27 | 5/250 |
|
|
[考研] 材料求調(diào)劑 +5 | .m.. 2026-03-25 | 5/250 |
|
|
[考研] 336材料求調(diào)劑 +7 | 陳瀅瑩 2026-03-26 | 9/450 |
|
|
[考研] 網(wǎng)絡(luò)空間安全0839招調(diào)劑 +4 | w320357296 2026-03-25 | 6/300 |
|