| ²é¿´: 10062 | »Ø¸´: 85 | ||
| ¡¾½±Àø¡¿ ±¾Ìû±»ÆÀ¼Û67´Î£¬×÷ÕßzhangguangpingÔö¼Ó½ð±Ò 53 ¸ö | ||
| ±¾Ìû²úÉú 1 ¸ö 1STÇ¿Ìû £¬µã»÷ÕâÀï½øÐв鿴 | ||
zhangguangpingľ³æ (ÖøÃûдÊÖ)
|
[×ÊÔ´]
ifort(10.1.012) + MKL(10.0.2.018) + OpenMPI(1.4.4)±àÒë²¢ÐÐvasp-5.2.2
|
|
|
ifort,MKLÒÔ¼°OpenMPIµÄ°²×°²»¶à׸Êö,¿ÉÒԲο¼ http://muchong.com/bbs/viewthread.php?tid=1930406 http://muchong.com/bbs/viewthread.php?tid=4433857 0.±àÒëMKLÖеÄfftw 3.x Fortran wrapper library cd /opt/intel/mkl/10.1.0.015/interfaces/fftw3xf make libem64t compiler=intel Èç¹ûûÓа²×°iccµÄ»°,ÐèҪʹÓÃgcc,Ôò make libem64t compiler=gnu 1.½âѹvaspÈí¼þ°ü tar zxvf vasp.5.2.tar.gz tar zxvf vasp.5.lib.tar.gz 2. ±àÒë VASP´øµÄlibµÃµ½libdmy.a cd vasp.5.lib cp makefile.linux_ifc_P4 makefile vi makefile ÐÞ¸Ä FC=ifort make 3.±àÒëvasp cd vasp.5.2 cp makefile.linux_ifc_P4 makefile ÐÞ¸ÄÕû¸öÎļþÈ總¼þ Ö÷ÒªÒªÐ޸ĵĵط½ÈçÏ£º(Ò»¶¨×¢Òâ½«ÖØ¸´µÄ²¿·ÖÈ¥µô,ÒòΪÕâ¸ömakefileµÄÄ£°æ±È½ÏÔÓÂÒ,¿ÉÒÔÖ±½ÓÓø½¼þµÄÎļþ¸ù¾Ý×Ô¼ºÇé¿öÐÞ¸Ä) FC=mpif90 FCL=$(FC) CPP_ = ./preprocess <$*.F | /usr/bin/cpp -P -C -traditional >$*$(SUFFIX) CPP = $(CPP_) -DMPI -DHOST=\"LinuxIFC\" -DIFC \ -Dkind8 -DCACHE_SIZE=4000 -DPGF90 -Davoidalloc -DNGZhalf \ -DMPI_BLOCK=8000 \ -DRPROMU_DGEMV -DRACCMU_DGEMV -DscaLAPACK FFLAGS = -I/opt/intel/mkl/10.0.2.018/include/fftw -FR -lower_case OFLAG=-O3 OFLAG_HIGH = $(OFLAG) OBJ_HIGH = OBJ_NOOPT = DEBUG = -FR -O0 INLINE = $(OFLAG) BLAS= -L/opt/intel/mkl/10.0.2.018/lib/em64t -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -lpthread LAPACK= -L/opt/intel/mkl/10.0.2.018/lib/em64t -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -lpthread SCA= /opt/intel/mkl/10.0.2.018/lib/em64t/libmkl_scalapack_lp64.a /opt/intel/mkl/10.0.2.018/lib/em64t/libmkl_blacs_openmpi_lp64.a LIB = -L../vasp.5.lib -ldmy \ ../vasp.5.lib/linpack_double.o $(LAPACK) \ $(SCA) $(BLAS) FFT3D = fftmpi.o fftmpi_map.o fftw3d.o fft3dlib.o /opt/intel/mkl/10.0.2.018/lib/em64t/libfftw3xf_intel.a ±àÒëÍê±Ï. make ~/bin cp vasp ~/bin ²âÊÔ£º£¨²âÊÔÎļþ¼û¸½¼þ£© mpirun -np 8 ~/bin/vasp >vasp.out &[ Last edited by zhangguangping on 2012-6-6 at 21:33 ] ÐèҪעÒâµÄÊÇÔÚ±àÒëintelµÄfftw3xfµÄʱºò£¬ËäÈ»ÓÐÁ½ÖÖ·½·¨: make libem64t compiler=intel ºÍ make libem64t compiler=gnu£¬ Èç¹ûÄãûÓÐicc£¬Ò²²»ÒªÊ¹ÓÃgnuµÄÕâ¸öÃüÁÒòΪ±àÒëµ½×îºó»á±¨ÈçÏ´íÎó£º fftw3d.o: In function `fftmakeplan_': ¡£¡£¡£µÈµÈ Õâ¸öʱºòÐèÒªµÄÊÇÐÞ¸ÄmakefileΪ£º ifeq ($(compiler),gnu) override CC=gcc -D_GNU else override compiler=intel override CC=gcc endif »òÕß°ÑgnuÏÂÃæµÄgccµÄ²ÎÊýÈ¥µô£º ifeq ($(compiler),gnu) override CC=gcc else override compiler=intel override CC=icc endif ÕâÑùµÄ»°£¬make libem64t compiler=gnu±àÒëÒ²ÊÇ¿ÉÒԵġ£ Ò²¾ÍÊÇ˵¼´Ê¹Ö¸Ã÷ÓÃintel,Ò²ÒªÓÃgcc±àÒë¡£ÕâÑùÉú³ÉµÄÎļþ´óСºÍÓÃgnu´óС¶¼ÊDz»Ò»ÑùµÄ¡£ [ Last edited by zhangguangping on 2014-1-11 at 12:11 ] vasp 5.3.2±àÒëʱ²»ÄÜÖ±½ÓÓÃvasp 5.2µÄmakefile.¸½¼þÖÐÉÏ´«ÁË5.3.2µÄmakefile.ÆäÖУ¬ FC=mpif90 -I/home/software/intel/composer_xe_2013.5.192/mkl/include/fftwÖеÄ-I/home/software/intel/composer_xe_2013.5.192/mkl/include/fftwÊÇΪÁ˱àÒëfftmpiw.FʱÓõġ£ÒòΪ±àÒëfftmpiw.FµÄ¹æÔòÊÇ fftmpiw.o : fftmpiw.F $(CPP) $(FC) -FR -lowercase -O1 $(INCS) -c $*$(SUFFIX) »òÕß½«/home/software/intel/composer_xe_2013.5.192/mkl/include/fftwĿ¼ÏµÄfftw3.fÎļþ¿½±´µ½µ±Ï±àÒëĿ¼ÖÐÒ²¿ÉÒÔ¡£[ Last edited by zhangguangping on 2014-12-11 at 07:19 ] |
» ±¾Ìû¸½¼þ×ÊÔ´Áбí
-
»¶Ó¼à¶½ºÍ·´À¡£ºÐ¡Ä¾³æ½öÌṩ½»Á÷ƽ̨£¬²»¶Ô¸ÃÄÚÈݸºÔð¡£
±¾ÄÚÈÝÓÉÓû§×ÔÖ÷·¢²¼£¬Èç¹ûÆäÄÚÈÝÉæ¼°µ½ÖªÊ¶²úȨÎÊÌ⣬ÆäÔðÈÎÔÚÓÚÓû§±¾ÈË£¬Èç¶Ô°æÈ¨ÓÐÒìÒ飬ÇëÁªÏµÓÊÏ䣺xiaomuchong@tal.com - ¸½¼þ 1 : lib-makefile
- ¸½¼þ 2 : 1_7_H2O.rar
- ¸½¼þ 3 : vasp-makefile
- ¸½¼þ 4 : makefile-5.3.2
2012-06-06 20:49:29, 1.78 K
2012-06-06 20:53:41, 87.86 K
2012-06-06 21:33:27, 6.3 K
2014-12-11 07:16:30, 6.44 K
» ÊÕ¼±¾ÌûµÄÌÔÌûר¼ÍƼö
» ²ÂÄãϲ»¶
Ò»Ö¾Ô¸Ö£ÖÝ´óѧ085600Çóµ÷¼Á
ÒѾÓÐ3È˻ظ´
Çóµ÷¼Á Ò»Ö¾Ô¸Î÷ÄϽ»Í¨´óѧ085701»·¾³¹¤³Ì 282·Ö
ÒѾÓÐ7È˻ظ´
Çóµ÷¼Á
ÒѾÓÐ15È˻ظ´
²ÄÁÏר˶283Çóµ÷¼Á
ÒѾÓÐ15È˻ظ´
£¨µ÷¼Á£©Ò»Ö¾Ô¸±¨¿¼¹þ¶û±õ¹¤Òµ´óѧ0857×ÊÔ´Óë»·¾³×¨Òµ378·Ö¿¼Éú
ÒѾÓÐ3È˻ظ´
±¾¿Æ211£¬293·ÖÇëÇóµ÷¼Á
ÒѾÓÐ9È˻ظ´
315Çóµ÷¼Á
ÒѾÓÐ4È˻ظ´
308Çóµ÷¼Á
ÒѾÓÐ4È˻ظ´
301Çóµ÷¼Á
ÒѾÓÐ4È˻ظ´
304Çóµ÷¼Á
ÒѾÓÐ5È˻ظ´
» ±¾Ö÷ÌâÏà¹Ø¼ÛÖµÌùÍÆ¼ö£¬¶ÔÄúͬÑùÓаïÖú:
vasp-mklºÍvasp-vtst¶¼ÊÇʲôÒâ˼
ÒѾÓÐ4È˻ظ´
VASP5.2°æ±¾²¢Ðа²×°Ê±³öÎÊÌâÁË£¬ÒѾµ½×îºóÒ»²½ÁË
ÒѾÓÐ28È˻ظ´
½ô¼±ÇóÖú---VASP.5.2±àÒë
ÒѾÓÐ16È˻ظ´
vasp.5.2±àÒë³ö´í£¬¹òÇó½â¾ö°ì·¨£¡
ÒѾÓÐ10È˻ظ´
AIXϵͳ±àÒë½éÉܼ°VASP±àÒë
ÒѾÓÐ5È˻ظ´
±àÒëÎÊÌ⣬¼±Çó~~~
ÒѾÓÐ4È˻ظ´
¡¾Òѽâ¾ö¡¿VASPÄÚ´æÕ¼Ó÷èÕÇ¡¡¿´À´µÃÖØÐ±àÒëÁË¡¡
ÒѾÓÐ14È˻ظ´
openmpi°²×°ÎÊÌâ
ÒѾÓÐ17È˻ظ´
±àÒëvaspÖ÷³ÌÐòʱ£¬makefileÖеÄÁ´½Ó¿âÑ¡ÔñÎÊÌâ
ÒѾÓÐ15È˻ظ´
vasp5.2 openmpi+intel+mkl±àÒ룬ÄÜÁ¿ÕýÖµÎÊÌâ
ÒѾÓÐ7È˻ظ´
Dalton2011²¢ÐбàÒëÏê¼Ç
ÒѾÓÐ33È˻ظ´
ÈçºÎÓÃpathscale + openmpi ±àÒëAbinit£¿
ÒѾÓÐ7È˻ظ´
3Â¥2012-06-06 21:12:01
zhangguangping
ľ³æ (ÖøÃûдÊÖ)
- 1STÇ¿Ìû: 23
- Ó¦Öú: 71 (³õÖÐÉú)
- ¹ó±ö: 0.031
- ½ð±Ò: 1973.1
- Ìû×Ó: 2681
- ÔÚÏß: 2128.8Сʱ
- ³æºÅ: 529624
4Â¥2012-06-06 21:34:28
5Â¥2012-06-06 21:35:40
zhangguangping
ľ³æ (ÖøÃûдÊÖ)
- 1STÇ¿Ìû: 23
- Ó¦Öú: 71 (³õÖÐÉú)
- ¹ó±ö: 0.031
- ½ð±Ò: 1973.1
- Ìû×Ó: 2681
- ÔÚÏß: 2128.8Сʱ
- ³æºÅ: 529624
6Â¥2012-06-06 21:37:53
8Â¥2012-06-06 21:49:59
14Â¥2012-06-18 12:38:28
15Â¥2012-08-05 10:40:26
zhangguangping
ľ³æ (ÖøÃûдÊÖ)
- 1STÇ¿Ìû: 23
- Ó¦Öú: 71 (³õÖÐÉú)
- ¹ó±ö: 0.031
- ½ð±Ò: 1973.1
- Ìû×Ó: 2681
- ÔÚÏß: 2128.8Сʱ
- ³æºÅ: 529624
16Â¥2012-08-06 09:54:14
fzx2008
ÈÙÓþ°æÖ÷ (ÖøÃûдÊÖ)
- 1STÇ¿Ìû: 9
- Ó¦Öú: 272 (´óѧÉú)
- ¹ó±ö: 1.045
- ½ð±Ò: 21814.1
- Ìû×Ó: 1808
- ÔÚÏß: 1601Сʱ
- ³æºÅ: 621341
2Â¥2012-06-06 21:06:26
10Â¥2012-06-07 11:05:06
11Â¥2012-06-07 11:10:39
17Â¥2012-08-06 20:49:16
20Â¥2012-10-10 15:15:00
23Â¥2012-10-17 07:24:13
28Â¥2012-11-29 14:48:38
33Â¥2013-01-18 23:15:02
|
ÕÅ¹ãÆ½£¬ÄãºÃ£¬¸ù¾ÝÄãµÄÌû×ÓÎÒ°²×°ÁËifort 2013£¨ÀïÃæÓÐmkl£©£¬openmpi-1.6.3£¬±àÒëÁËvasp5.2.lib, ×îºó±àÒëvasp5.2ʱÓöµ½ÁËÎÊÌ⣬ÇóÖú´óÏÀ¡£ ÎÒµÄÅäÖà ubuntu 10.04£¬32λϵͳ£¬cpu intel P4 Ë«ºË¡£ makefileÄÚÈÝ£º .SUFFIXES: .inc .f .f90 .F SUFFIX=.f90 FC=mpif90 FCL=$(FC) CPP_ = ./preprocess <$*.F | /usr/bin/cpp -P -C -traditional >$*$(SUFFIX) CPP = $(CPP_) -DMPI -DHOST=\"LinuxIFC\" -DIFC \ -Dkind8 -DCACHE_SIZE=4000 -DPGF90 -Davoidalloc -DNGZhalf \ -DMPI_BLOCK=8000 \ -DRPROMU_DGEMV -DRACCMU_DGEMV -DscaLAPACK # FFLAGS = -I/opt/intel/mkl/10.0.2.018/include/fftw -FR -lower_case FFLAGS = -I/opt/intel/mkl/include/fftw -FR -lower_case OFLAG=-O3 OFLAG_HIGH = $(OFLAG) OBJ_HIGH = OBJ_NOOPT = DEBUG = -FR -O0 INLINE = $(OFLAG) # BLAS= -L/opt/intel/mkl/10.0.2.018/lib/em64t -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -lpthread BLAS= -L/opt/intel/mkl/lib/ia32 -lmkl_intel -lmkl_sequential -lmkl_core -lpthread # LAPACK= -L/opt/intel/mkl/10.0.2.018/lib/em64t -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -lpthread LAPACK= -L/opt/intel/mkl/lib/ia32 -lmkl_intel -lmkl_sequential -lmkl_core -lpthread # SCA= /opt/intel/mkl/10.0.2.018/lib/em64t/libmkl_scalapack_lp64.a /opt/intel/mkl/10.0.2.018/lib/em64t/ libmkl_blacs_openmpi_lp64.a SCA= /opt/intel/mkl/lib/ia32/libmkl_scalapack_core.a /opt/intel/mkl/lib/ia32/libmkl_blacs_openmpi.a LIB = -L../vasp.5.lib -ldmy \ ../vasp.5.lib/linpack_double.o $(LAPACK) \ $(SCA) $(BLAS) #FFT3D = fftmpi.o fftmpi_map.o fftw3d.o fft3dlib.o /opt/intel/mkl/10.0.2.018/lib/em64t/libfftw3xf_intel.a FFT3D = fftmpi.o fftmpi_map.o fftw3d.o fft3dlib.o /opt/intel/composer_xe_2013.1.117/mkl/interfaces/fftw3xf/libfftw3xf_gnu.a #----------------------------------------------------------------------- # general rules and compile lines #----------------------------------------------------------------------- BASIC= symmetry.o symlib.o lattlib.o random.o SOURCE= base.o mpi.o smart_allocate.o xml.o \ constant.o jacobi.o main_mpi.o scala.o \ asa.o lattice.o poscar.o ini.o xclib.o xclib_grad.o \ radial.o pseudo.o mgrid.o gridq.o ebs.o \ mkpoints.o wave.o wave_mpi.o wave_high.o \ $(BASIC) nonl.o nonlr.o nonl_high.o dfast.o choleski2.o \ mix.o hamil.o xcgrad.o xcspin.o potex1.o potex2.o \ metagga.o constrmag.o cl_shift.o relativistic.o LDApU.o \ paw_base.o egrad.o pawsym.o pawfock.o pawlhf.o paw.o \ mkpoints_full.o charge.o dipol.o pot.o \ dos.o elf.o tet.o tetweight.o hamil_rot.o \ steep.o chain.o dyna.o sphpro.o us.o core_rel.o \ aedens.o wavpre.o wavpre_noio.o broyden.o \ dynbr.o rmm-diis.o reader.o writer.o tutor.o xml_writer.o \ brent.o stufak.o fileio.o opergrid.o stepver.o \ chgloc.o fast_aug.o fock.o mkpoints_change.o sym_grad.o \ mymath.o internals.o dimer_heyden.o dvvtrajectory.o vdwforcefield.o \ hamil_high.o nmr.o force.o \ pead.o subrot.o subrot_scf.o pwlhf.o gw_model.o optreal.o davidson.o \ electron.o rot.o electron_all.o shm.o pardens.o paircorrection.o \ optics.o constr_cell_relax.o stm.o finite_diff.o elpol.o \ hamil_lr.o rmm-diis_lr.o subrot_cluster.o subrot_lr.o \ lr_helper.o hamil_lrf.o elinear_response.o ilinear_response.o \ linear_optics.o linear_response.o \ setlocalpp.o wannier.o electron_OEP.o electron_lhf.o twoelectron4o.o \ ratpol.o screened_2e.o wave_cacher.o chi_base.o wpot.o local_field.o \ ump2.o bse.o acfdt.o chi.o sydmat.o INC= vasp: $(SOURCE) $(FFT3D) $(INC) main.o rm -f vasp $(FCL) -o vasp main.o $(SOURCE) $(FFT3D) $(LIB) $(LINK) makeparam: $(SOURCE) $(FFT3D) makeparam.o main.F $(INC) $(FCL) -o makeparam $(LINK) makeparam.o $(SOURCE) $(FFT3D) $(LIB) zgemmtest: zgemmtest.o base.o random.o $(INC) $(FCL) -o zgemmtest $(LINK) zgemmtest.o random.o base.o $(LIB) dgemmtest: dgemmtest.o base.o random.o $(INC) $(FCL) -o dgemmtest $(LINK) dgemmtest.o random.o base.o $(LIB) ffttest: base.o smart_allocate.o mpi.o mgrid.o random.o ffttest.o $(FFT3D) $(INC) $(FCL) -o ffttest $(LINK) ffttest.o mpi.o mgrid.o random.o smart_allocate.o base.o $(FFT3D) $(LIB) kpoints: $(SOURCE) $(FFT3D) makekpoints.o main.F $(INC) $(FCL) -o kpoints $(LINK) makekpoints.o $(SOURCE) $(FFT3D) $(LIB) clean: -rm -f *.g *.f *.o *.L *.mod ; touch *.F main.o: main$(SUFFIX) $(FC) $(FFLAGS)$(DEBUG) $(INCS) -c main$(SUFFIX) xcgrad.o: xcgrad$(SUFFIX) $(FC) $(FFLAGS) $(INLINE) $(INCS) -c xcgrad$(SUFFIX) xcspin.o: xcspin$(SUFFIX) $(FC) $(FFLAGS) $(INLINE) $(INCS) -c xcspin$(SUFFIX) makeparam.o: makeparam$(SUFFIX) $(FC) $(FFLAGS)$(DEBUG) $(INCS) -c makeparam$(SUFFIX) makeparam$(SUFFIX): makeparam.F main.F # # MIND: I do not have a full dependency list for the include # and MODULES: here are only the minimal basic dependencies # if one strucuture is changed then touch_dep must be called # with the corresponding name of the structure # base.o: base.inc base.F mgrid.o: mgrid.inc mgrid.F constant.o: constant.inc constant.F lattice.o: lattice.inc lattice.F setex.o: setexm.inc setex.F pseudo.o: pseudo.inc pseudo.F poscar.o: poscar.inc poscar.F mkpoints.o: mkpoints.inc mkpoints.F wave.o: wave.inc wave.F nonl.o: nonl.inc nonl.F nonlr.o: nonlr.inc nonlr.F $(OBJ_HIGH): $(CPP) $(FC) $(FFLAGS) $(OFLAG_HIGH) $(INCS) -c $*$(SUFFIX) $(OBJ_NOOPT): $(CPP) $(FC) $(FFLAGS) $(INCS) -c $*$(SUFFIX) fft3dlib_f77.o: fft3dlib_f77.F $(CPP) $(F77) $(FFLAGS_F77) -c $*$(SUFFIX) .F.o: $(CPP) $(FC) $(FFLAGS) $(OFLAG) $(INCS) -c $*$(SUFFIX) .F$(SUFFIX): $(CPP) $(SUFFIX).o: $(FC) $(FFLAGS) $(OFLAG) $(INCS) -c $*$(SUFFIX) # special rules #----------------------------------------------------------------------- # these special rules are cummulative (that is once failed # in one compiler version, stays in the list forever) # -tpp5|6|7 P, PII-PIII, PIV # -xW use SIMD (does not pay of on PII, since fft3d uses double prec) # all other options do no affect the code performance since -O1 is used fft3dlib.o : fft3dlib.F $(CPP) $(FC) -FR -lowercase -O2 -c $*$(SUFFIX) fft3dfurth.o : fft3dfurth.F $(CPP) $(FC) -FR -lowercase -O1 -c $*$(SUFFIX) radial.o : radial.F $(CPP) $(FC) -FR -lowercase -O1 -c $*$(SUFFIX) symlib.o : symlib.F $(CPP) $(FC) -FR -lowercase -O1 -c $*$(SUFFIX) symmetry.o : symmetry.F $(CPP) $(FC) -FR -lowercase -O1 -c $*$(SUFFIX) wave_mpi.o : wave_mpi.F $(CPP) $(FC) -FR -lowercase -O1 -c $*$(SUFFIX) wave.o : wave.F $(CPP) $(FC) -FR -lowercase -O1 -c $*$(SUFFIX) dynbr.o : dynbr.F $(CPP) $(FC) -FR -lowercase -O1 -c $*$(SUFFIX) asa.o : asa.F $(CPP) $(FC) -FR -lowercase -O1 -c $*$(SUFFIX) broyden.o : broyden.F $(CPP) $(FC) -FR -lowercase -O2 -c $*$(SUFFIX) us.o : us.F $(CPP) $(FC) -FR -lowercase -O1 -c $*$(SUFFIX) LDApU.o : LDApU.F $(CPP) $(FC) -FR -lowercase -O2 -c $*$(SUFFIX) ´íÎóÈçÏ£º rm -f vasp mpif90 -o vasp main.o base.o mpi.o smart_allocate.o xml.o constant.o jacobi.o main_mpi.o scala.o asa.o lattice.o poscar.o ini.o xclib.o xclib_grad.o radial.o pseudo.o mgrid.o gridq.o ebs.o mkpoints.o wave.o wave_mpi.o wave_high.o symmetry.o symlib.o lattlib.o random.o nonl.o nonlr.o nonl_high.o dfast.o choleski2.o mix.o hamil.o xcgrad.o xcspin.o potex1.o potex2.o metagga.o constrmag.o cl_shift.o relativistic.o LDApU.o paw_base.o egrad.o pawsym.o pawfock.o pawlhf.o paw.o mkpoints_full.o charge.o dipol.o pot.o dos.o elf.o tet.o tetweight.o hamil_rot.o steep.o chain.o dyna.o sphpro.o us.o core_rel.o aedens.o wavpre.o wavpre_noio.o broyden.o dynbr.o rmm-diis.o reader.o writer.o tutor.o xml_writer.o brent.o stufak.o fileio.o opergrid.o stepver.o chgloc.o fast_aug.o fock.o mkpoints_change.o sym_grad.o mymath.o internals.o dimer_heyden.o dvvtrajectory.o vdwforcefield.o hamil_high.o nmr.o force.o pead.o subrot.o subrot_scf.o pwlhf.o gw_model.o optreal.o davidson.o electron.o rot.o electron_all.o shm.o pardens.o paircorrection.o optics.o constr_cell_relax.o stm.o finite_diff.o elpol.o hamil_lr.o rmm-diis_lr.o subrot_cluster.o subrot_lr.o lr_helper.o hamil_lrf.o elinear_response.o ilinear_response.o linear_optics.o linear_response.o setlocalpp.o wannier.o electron_OEP.o electron_lhf.o twoelectron4o.o ratpol.o screened_2e.o wave_cacher.o chi_base.o wpot.o local_field.o ump2.o bse.o acfdt.o chi.o sydmat.o fftmpi.o fftmpi_map.o fftw3d.o fft3dlib.o /opt/intel/composer_xe_2013.1.117/mkl/interfaces/fftw3xf/libfftw3xf_gnu.a -L../vasp.5.lib -ldmy ../vasp.5.lib/linpack_double.o -L/opt/intel/mkl/lib/ia32 -lmkl_intel -lmkl_sequential -lmkl_core -lpthread /opt/intel/mkl/lib/ia32/libmkl_scalapack_core.a /opt/intel/mkl/lib/ia32/libmkl_blacs_openmpi.a -L/opt/intel/mkl/lib/ia32 -lmkl_intel -lmkl_sequential -lmkl_core -lpthread main.o: In function `MAIN__': main.f90:(.text+0x2e69): undefined reference to `rdatab_' main.f90:(.text+0x1ab0d): undefined reference to `rdatab_' main.f90:(.text+0x1ada0): undefined reference to `rdatab_' main.f90:(.text+0x1ccdc): undefined reference to `wforce_' main.f90:(.text+0x1df46): undefined reference to `rdatab_' main.f90:(.text+0x2cb44): undefined reference to `wforce_' main.f90:(.text+0x2d625): undefined reference to `wforce_' main.f90:(.text+0x2dabb): undefined reference to `wforce_' main.f90:(.text+0x2e4ea): undefined reference to `wforce_' main.f90:(.text+0x30909): undefined reference to `wforce_' main.f90:(.text+0x311b9): undefined reference to `reopen_' main.f90:(.text+0x31aa2): undefined reference to `reopen_' main.f90:(.text+0x32259): undefined reference to `wforce_' xml.o: In function `vaspxml_mp_xml_flush_': xml.f90:(.text+0x25): undefined reference to `wforce_' main_mpi.o: In function `main_mpi_mp_init_mpi_': main_mpi.f90:(.text+0x2b5): undefined reference to `rdatab_' main_mpi.f90:(.text+0x42b): undefined reference to `rdatab_' main_mpi.f90:(.text+0x5b0): undefined reference to `rdatab_' main_mpi.f90:(.text+0x7dc): undefined reference to `rdatab_' poscar.o: In function `poscar_mp_rd_poscar_head_': poscar.f90:(.text+0x793): undefined reference to `nitems_' poscar.f90:(.text+0xc91): undefined reference to `nitems_' poscar.f90:(.text+0xf29): undefined reference to `nitems_' poscar.f90:(.text+0x136b): undefined reference to `nitems_' poscar.f90:(.text+0x168a): undefined reference to `nitems_' poscar.o:poscar.f90:(.text+0x1a50): more undefined references to `nitems_' follow poscar.o: In function `poscar_mp_outpos_trail_': poscar.f90:(.text+0x9cbc): undefined reference to `reopen_' pseudo.o: In function `pseudo_mp_rd_pseudo_': pseudo.f90:(.text+0xa1f): undefined reference to `length_' pseudo.o: In function `pseudo_mp_rdpars_': pseudo.f90:(.text+0xa89a): undefined reference to `length_' nonlr.o: In function `nonlr_mp_lreal_compat_mode_': nonlr.f90:(.text+0x163): undefined reference to `rdatab_' constrmag.o: In function `constrained_m_modular_mp_constrained_m_reader_': constrmag.f90:(.text+0x1ab): undefined reference to `rdatab_' constrmag.f90:(.text+0x4ba): undefined reference to `rdatab_' constrmag.f90:(.text+0x846): undefined reference to `rdatab_' constrmag.f90:(.text+0xf12): undefined reference to `rdatab_' cl_shift.o:cl_shift.f90:(.text+0x159d0): more undefined references to `rdatab_' follow core_rel.o: In function `core_rel_mp_init_core_rel_': core_rel.f90:(.text+0x51b0b): undefined reference to `strip_' core_rel.f90:(.text+0x51d10): undefined reference to `rdatab_' core_rel.f90:(.text+0x51ea3): undefined reference to `rdatab_' core_rel.f90:(.text+0x52022): undefined reference to `rdatab_' core_rel.f90:(.text+0x521b8): undefined reference to `rdatab_' core_rel.f90:(.text+0x52351): undefined reference to `rdatab_' core_rel.o:core_rel.f90:(.text+0x524e1): more undefined references to `rdatab_' follow reader.o: In function `reader_': reader.f90:(.text+0x250): undefined reference to `strip_' reader.f90:(.text+0x36c): undefined reference to `rdatab_' reader.f90:(.text+0x4ed): undefined reference to `rdatab_' reader.f90:(.text+0x6be): undefined reference to `rdatab_' reader.f90:(.text+0x753): undefined reference to `strip_' reader.f90:(.text+0x76a): undefined reference to `lower_' reader.f90:(.text+0x893): undefined reference to `rdatab_' reader.f90:(.text+0xa43): undefined reference to `rdatab_' reader.f90:(.text+0xb3b): undefined reference to `strip_' reader.f90:(.text+0xb52): undefined reference to `lower_' reader.f90:(.text+0xcbd): undefined reference to `rdatab_' reader.f90:(.text+0xe3e): undefined reference to `rdatab_' reader.f90:(.text+0xfc2): undefined reference to `rdatab_' reader.f90:(.text+0x114a): undefined reference to `rdatab_' reader.f90:(.text+0x12e4): undefined reference to `rdatab_' reader.o:reader.f90:(.text+0x140a): more undefined references to `rdatab_' follow reader.o: In function `reader_': reader.f90:(.text+0xa64e): undefined reference to `strip_' reader.f90:(.text+0xa850): undefined reference to `rdatab_' writer.o: In function `writer_mp_writer_reader_': writer.f90:(.text+0x147): undefined reference to `rdatab_' writer.f90:(.text+0x29b): undefined reference to `rdatab_' tutor.o: In function `vtutor_': tutor.f90:(.text+0x8f): undefined reference to `strip_' fileio.o: In function `fileio_mp_readni_': fileio.f90:(.text+0x8c6c): undefined reference to `nitems_' fileio.f90:(.text+0x8cc8): undefined reference to `subwrd_' fileio.f90:(.text+0x8ce7): undefined reference to `chkint_' fileio.f90:(.text+0x8d63): undefined reference to `strip_' fileio.o: In function `fileio_mp_readch_': fileio.f90:(.text+0x9322): undefined reference to `nitems_' fileio.f90:(.text+0x939d): undefined reference to `subwrd_' fileio.f90:(.text+0x93bf): undefined reference to `chkint_' fileio.f90:(.text+0x9479): undefined reference to `strip_' fileio.o: In function `fileio_mp_readpot_': fileio.f90:(.text+0xb674): undefined reference to `nitems_' fileio.f90:(.text+0xb6e6): undefined reference to `subwrd_' fileio.f90:(.text+0xb708): undefined reference to `chkint_' fileio.f90:(.text+0xb7c2): undefined reference to `strip_' fock.o: In function `fock_mp_xc_fock_reader_': fock.f90:(.text+0x1bd): undefined reference to `rdatab_' fock.f90:(.text+0x34c): undefined reference to `rdatab_' fock.f90:(.text+0x4be): undefined reference to `rdatab_' fock.f90:(.text+0x638): undefined reference to `rdatab_' fock.f90:(.text+0x796): undefined reference to `rdatab_' fock.o:fock.f90:(.text+0x8f4): more undefined references to `rdatab_' follow fock.o: In function `fock_mp_xc_fock_reader_': fock.f90:(.text+0xfd4): undefined reference to `strip_' fock.f90:(.text+0xfe3): undefined reference to `upper_' fock.f90:(.text+0x10e0): undefined reference to `rdatab_' fock.f90:(.text+0x1238): undefined reference to `rdatab_' fock.f90:(.text+0x1397): undefined reference to `rdatab_' fock.f90:(.text+0x14f2): undefined reference to `rdatab_' fock.f90:(.text+0x16b1): undefined reference to `rdatab_' fock.o:fock.f90:(.text+0x18e9): more undefined references to `rdatab_' follow fock.o: In function `fock_mp_setup_fock_': fock.f90:(.text+0x46fa): undefined reference to `wforce_' dimer_heyden.o: In function `dimer_heyden_mp_dimer_': dimer_heyden.f90:(.text+0x1b50e): undefined reference to `rdatab_' dimer_heyden.f90:(.text+0x1b677): undefined reference to `rdatab_' dimer_heyden.f90:(.text+0x1b7e0): undefined reference to `rdatab_' dimer_heyden.f90:(.text+0x1b962): undefined reference to `rdatab_' dimer_heyden.f90:(.text+0x1bae4): undefined reference to `rdatab_' dimer_heyden.o:dimer_heyden.f90:(.text+0x1bc66): more undefined references to `rdatab_' follow subrot_scf.o: In function `subrotscf_mp_subrot_scf_': subrot_scf.f90:(.text+0x6ced): undefined reference to `wforce_' subrot_scf.o: In function `subrotscf_mp_setup_subrot_scf_': subrot_scf.f90:(.text+0xe009): undefined reference to `rdatab_' gw_model.o: In function `gw_model_mp_gwdynsm1_ij_': gw_model.f90:(.text+0x15b3): undefined reference to `rdatab_' electron.o: In function `elmin_': electron.f90:(.text+0x3349): undefined reference to `wforce_' electron.f90:(.text+0x4403): undefined reference to `rdatab_' electron.f90:(.text+0x605a): undefined reference to `wforce_' electron_all.o: In function `elmin_all_': electron_all.f90:(.text+0x6c72): undefined reference to `wforce_' electron_all.f90:(.text+0x7f1b): undefined reference to `rdatab_' electron_all.f90:(.text+0x855e): undefined reference to `wforce_' pardens.o: In function `pardens_mp_parchg_': pardens.f90:(.text+0x58a): undefined reference to `wforce_' pardens.f90:(.text+0xd87): undefined reference to `wforce_' pardens.f90:(.text+0x123c): undefined reference to `clean_' pardens.f90:(.text+0x1249): undefined reference to `nxtfru_' pardens.f90:(.text+0x134e): undefined reference to `clean_' pardens.f90:(.text+0x1367): undefined reference to `nxtfru_' pardens.f90:(.text+0x21b8): undefined reference to `wforce_' pardens.f90:(.text+0x2f39): undefined reference to `wforce_' pardens.f90:(.text+0x2ff9): undefined reference to `wforce_' pardens.f90:(.text+0x57cf): undefined reference to `nxtfru_' pardens.f90:(.text+0x585f): undefined reference to `wforce_' pardens.o: In function `pardensparchg_mp_read_pard_': pardens.f90:(.text+0x6876): undefined reference to `wforce_' pardens.f90:(.text+0x6a42): undefined reference to `nxtfru_' pardens.f90:(.text+0x6cf7): undefined reference to `rdatab_' pardens.f90:(.text+0x6de2): undefined reference to `rdatab_' pardens.f90:(.text+0x7188): undefined reference to `wforce_' pardens.f90:(.text+0x7272): undefined reference to `rdatab_' pardens.f90:(.text+0x7988): undefined reference to `rdatab_' pardens.f90:(.text+0x7e00): undefined reference to `wforce_' pardens.f90:(.text+0x7e96): undefined reference to `wforce_' pardens.f90:(.text+0x7f1e): undefined reference to `wforce_' pardens.f90:(.text+0x7ff7): undefined reference to `rdatab_' pardens.f90:(.text+0x849c): undefined reference to `wforce_' pardens.f90:(.text+0x8571): undefined reference to `rdatab_' pardens.f90:(.text+0x85f7): undefined reference to `wforce_' pardens.f90:(.text+0x86cc): undefined reference to `rdatab_' pardens.f90:(.text+0x8752): undefined reference to `wforce_' pardens.f90:(.text+0x88cb): undefined reference to `rdatab_' pardens.f90:(.text+0x8ecd): undefined reference to `wforce_' pardens.f90:(.text+0x8fc1): undefined reference to `rdatab_' pardens.f90:(.text+0x96ce): undefined reference to `wforce_' pardens.o: In function `pardensparchg_mp_write_eigv_': pardens.f90:(.text+0xae30): undefined reference to `wforce_' paircorrection.o: In function `pair_correction_': paircorrection.f90:(.text+0x15c): undefined reference to `rdatab_' optics.o: In function `calc_nabij_': optics.f90:(.text+0xef): undefined reference to `rdatab_' optics.f90:(.text+0x2b4): undefined reference to `rdatab_' optics.f90:(.text+0x4b6): undefined reference to `rdatab_' optics.f90:(.text+0x67c): undefined reference to `rdatab_' elpol.o:elpol.f90:(.text+0x1e92): more undefined references to `rdatab_' follow elinear_response.o: In function `mlrf_main_mp_lrf_main_': elinear_response.f90:(.text+0x5c4e): undefined reference to `wforce_' elinear_response.f90:(.text+0xcf68): undefined reference to `wforce_' elinear_response.o: In function `mlrf_main_mp_lrf_rphi_': elinear_response.f90:(.text+0x19c6e): undefined reference to `wforce_' elinear_response.f90:(.text+0x1c53c): undefined reference to `wforce_' elinear_response.o: In function `mlrf_main_mp_lr_reader_': elinear_response.f90:(.text+0x218d3): undefined reference to `rdatab_' elinear_response.f90:(.text+0x21a3d): undefined reference to `rdatab_' elinear_response.f90:(.text+0x21b9c): undefined reference to `rdatab_' elinear_response.f90:(.text+0x21cfb): undefined reference to `rdatab_' elinear_response.f90:(.text+0x21e5a): undefined reference to `rdatab_' elinear_response.o:elinear_response.f90:(.text+0x21fc0): more undefined references to `rdatab_' follow ilinear_response.o: In function `lri_main_mp_lr_main_': ilinear_response.f90:(.text+0x6f4b): undefined reference to `wforce_' ilinear_response.f90:(.text+0x1e322): undefined reference to `wforce_' linear_optics.o: In function `mlr_optic_mp_lr_optic_': linear_optics.f90:(.text+0x987): undefined reference to `wforce_' linear_response.o: In function `mlr_main_mp_lr_skeleton_': linear_response.f90:(.text+0x33db): undefined reference to `wforce_' linear_response.f90:(.text+0x3be8): undefined reference to `wforce_' linear_response.o:linear_response.f90:(.text+0x49dc): more undefined references to `wforce_' follow wannier.o: In function `wannier_mp_wannier_reader_': wannier.f90:(.text+0x144): undefined reference to `rdatab_' electron_OEP.o: In function `elmin_oep_': electron_OEP.f90:(.text+0x40bf): undefined reference to `wforce_' electron_OEP.f90:(.text+0x4d1b): undefined reference to `rdatab_' electron_OEP.f90:(.text+0x8555): undefined reference to `wforce_' electron_lhf.o: In function `elmin_lhf_': electron_lhf.f90:(.text+0x3093): undefined reference to `wforce_' electron_lhf.f90:(.text+0x3cda): undefined reference to `rdatab_' electron_lhf.f90:(.text+0x64e0): undefined reference to `wforce_' wave_cacher.o: In function `wave_cacher_mp_eddiag_gw_': wave_cacher.f90:(.text+0x4d44): undefined reference to `rdatab_' chi.o: In function `xi_mp_response_reader_': chi.f90:(.text+0x146): undefined reference to `rdatab_' chi.f90:(.text+0x1d4): undefined reference to `strip_' chi.f90:(.text+0x1e3): undefined reference to `lower_' chi.f90:(.text+0x1f2): undefined reference to `length_' chi.f90:(.text+0x5b5): undefined reference to `rdatab_' chi.f90:(.text+0x724): undefined reference to `rdatab_' chi.f90:(.text+0x886): undefined reference to `rdatab_' chi.f90:(.text+0x9e8): undefined reference to `rdatab_' chi.f90:(.text+0xb4a): undefined reference to `rdatab_' chi.o:chi.f90:(.text+0xcc1): more undefined references to `rdatab_' follow chi.o: In function `xi_mp_calculate_xi_': chi.f90:(.text+0xbaae): undefined reference to `wforce_' chi.f90:(.text+0x100a5): undefined reference to `wforce_' chi.o: In function `xi_mp_set_gw_from_algo_': chi.f90:(.text+0x31f51): undefined reference to `strip_' chi.f90:(.text+0x31f5b): undefined reference to `lower_' chi.f90:(.text+0x31f65): undefined reference to `length_' make: *** [vasp] ´íÎó 1 |
35Â¥2013-01-26 16:55:37
wuli8
ÈÙÓþ°æÖ÷ (ÖªÃû×÷¼Ò)
- 1STÇ¿Ìû: 2
- Ó¦Öú: 35 (СѧÉú)
- ¹ó±ö: 12.924
- ½ð±Ò: 20190.4
- Ìû×Ó: 7840
- ÔÚÏß: 1114.6Сʱ
- ³æºÅ: 465889
37Â¥2013-04-05 09:24:19
39Â¥2013-04-07 03:59:43
45Â¥2013-05-05 13:12:53
50Â¥2013-10-04 15:27:39
¼òµ¥»Ø¸´
uuv20107Â¥
2012-06-06 21:38
»Ø¸´
ÎåÐÇºÃÆÀ
dalongmao9Â¥
2012-06-07 08:55
»Ø¸´
ÎåÐÇºÃÆÀ
mansamsung811312Â¥
2012-06-07 13:51
»Ø¸´
ÎåÐÇºÃÆÀ ¶¥Ò»Ï£¬¸Ðл·ÖÏí£¡
lwk20513Â¥
2012-06-09 18:36
»Ø¸´
ÎåÐÇºÃÆÀ ¶¥Ò»Ï£¬¸Ðл·ÖÏí£¡
redsnowolf18Â¥
2012-09-13 20:57
»Ø¸´
ÎåÐÇºÃÆÀ ¶¥Ò»Ï£¬¸Ðл·ÖÏí£¡
weiyongkai19Â¥
2012-09-13 22:41
»Ø¸´
ÎåÐÇºÃÆÀ
gll32974832721Â¥
2012-10-12 14:48
»Ø¸´
ÎåÐÇºÃÆÀ ¶¥Ò»Ï£¬¸Ðл·ÖÏí£¡
sg1840892622Â¥
2012-10-14 18:18
»Ø¸´
ÎåÐÇºÃÆÀ
liangkuai24Â¥
2012-10-17 07:26
»Ø¸´
лл·ÖÏí~~
xiayu200225Â¥
2012-10-30 10:29
»Ø¸´
ÈýÐÇºÃÆÀ ¶¥Ò»Ï£¬¸Ðл·ÖÏí£¡
xfys829226Â¥
2012-11-13 14:13
»Ø¸´
ÎåÐÇºÃÆÀ ¶¥Ò»Ï£¬¸Ðл·ÖÏí£¡
ÎÞËùν10927Â¥
2012-11-23 23:52
»Ø¸´
ÎåÐÇºÃÆÀ ¶¥Ò»Ï£¬¸Ðл·ÖÏí£¡
yunfan95129Â¥
2012-12-13 15:26
»Ø¸´
ÎåÐÇºÃÆÀ ¶¥Ò»Ï£¬¸Ðл·ÖÏí£¡
yunfan95130Â¥
2012-12-13 15:27
»Ø¸´
yunfan95131Â¥
2012-12-13 15:33
»Ø¸´
furukawabona32Â¥
2013-01-18 23:14
»Ø¸´
ÎåÐÇºÃÆÀ ¶¥Ò»Ï£¬¸Ðл·ÖÏí£¡
lxmn34Â¥
2013-01-22 10:15
»Ø¸´
ÎåÐÇºÃÆÀ ¶¥Ò»Ï£¬¸Ðл·ÖÏí£¡
37113199036Â¥
2013-04-04 15:08
»Ø¸´
ÎåÐÇºÃÆÀ ¶¥Ò»Ï£¬¸Ðл·ÖÏí£¡
2535104838Â¥
2013-04-05 16:59
»Ø¸´
ÎåÐÇºÃÆÀ ¶¥Ò»Ï£¬¸Ðл·ÖÏí£¡
wenj67440Â¥
2013-04-09 12:48
»Ø¸´
ÎåÐÇºÃÆÀ ¶¥Ò»Ï£¬¸Ðл·ÖÏí£¡
½ÅÓ¡Ïûʧ41Â¥
2013-04-16 19:25
»Ø¸´
ÎåÐÇºÃÆÀ ¶¥Ò»Ï£¬¸Ðл·ÖÏí£¡
huichli42Â¥
2013-04-17 15:55
»Ø¸´
ÎåÐÇºÃÆÀ ¶¥Ò»Ï£¬¸Ðл·ÖÏí£¡
tang91143Â¥
2013-04-19 11:04
»Ø¸´
ÎåÐÇºÃÆÀ ¶¥Ò»Ï£¬¸Ðл·ÖÏí£¡
tswangan44Â¥
2013-04-19 23:02
»Ø¸´
ÎåÐÇºÃÆÀ ¶¥Ò»Ï£¬¸Ðл·ÖÏí£¡
ÅÄÅÄÐܳöÒþµ¶46Â¥
2013-05-11 14:49
»Ø¸´
ÎåÐÇºÃÆÀ ¶¥Ò»Ï£¬¸Ðл·ÖÏí£¡
truemantwo47Â¥
2013-06-18 21:49
»Ø¸´
ÈýÐÇºÃÆÀ ¶¥Ò»Ï£¬¸Ðл·ÖÏí£¡
cc1987022048Â¥
2013-06-23 10:41
»Ø¸´
ÎåÐÇºÃÆÀ ¶¥Ò»Ï£¬¸Ðл·ÖÏí£¡
ÂþÌìÆ®Ñ©49Â¥
2013-08-12 10:14
»Ø¸´
ÎåÐÇºÃÆÀ ¶¥Ò»Ï£¬¸Ðл·ÖÏí£¡














»Ø¸´´ËÂ¥
