|
fftmpi.F(687): error #6460: This is not a field name that is defined in the encompassing structure. [NODE_ME]
IF (GRID%COMM%NODE_ME==1) THEN
-----------------------------^
compilation aborted for fftmpi.f90 (code 1)
解决办法:
CPP = $(CPP_) -DHOST=\"LinuxIFC\" \
-DCACHE_SIZE=4000 -DPGF90 -Davoidalloc -DNGXhalf \
-DMPI_BLOCK=8000 \
-DRPROMU_DGEMV -DRACCMU_DGEMV
改为
CPP = $(CPP_) -DMPI -DHOST="LinuxIFC"
-DCACHE_SIZE=4000 -DPGF90 -Davoidalloc -DNGXhalf
-DMPI_BLOCK=8000
-DRPROMU_DGEMV -DRACCMU_DGEMV
可以参考:http://cms.mpi.univie.ac.at/vasp-forum/viewtopic.php?f=2&t=6104
Archiver|手机版|科学网 ( 京ICP备07017567号-12 )
GMT+8, 2023-9-30 21:17
Powered by ScienceNet.cn
Copyright © 2007- 中国科学报社