dimer compilation problem

Vasp transition state theory tools

Moderator: moderators

Post Reply
jasius
Posts: 17
Joined: Sun Dec 15, 2013 4:59 pm

dimer compilation problem

Post by jasius »

Dear all, I seem to be getting some problems when compiling, I my source looks like below, any input would be appreciated

Jonas

mpif90 -openmp -I/opt/intel/composer_xe_2013.2.146/mkl/include/fftw -free -names lowercase -assume byterecl -i_dynamic -fpe0 -fp-model strict -O0 -c dimer.f90
dimer.f90(525): error #6460: This is not a field name that is defined in the encompassing structure. [TYPE]
IF (T_INFO%TYPE(1)/=' ') THEN
-----------------^
dimer.f90(525): error #6158: The structure-name is invalid or is missing. [T_INFO]
IF (T_INFO%TYPE(1)/=' ') THEN
----------^
compilation aborted for dimer.f90 (code 1)
make: *** [dimer.o] Error 1

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 setex.o radial.o \
pseudo.o mgrid.o mkpoints.o wave.o wave_mpi.o $(BASIC) \
nonl.o nonlr.o dfast.o choleski2.o \
mix.o charge.o xcgrad.o xcspin.o potex1.o potex2.o \
metagga.o constrmag.o pot.o cl_shift.o force.o dos.o elf.o \
tet.o hamil.o steep.o \
dynmat.o neb.o dimer.o lanczos.o instanton.o \
chain.o dyna.o relativistic.o LDApU.o sphpro.o paw.o us.o \
ebs.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 \
dipol.o xclib.o chgloc.o subrot.o optreal.o davidson.o \
edtest.o electron.o shm.o pardens.o paircorrection.o \
optics.o constr_cell_relax.o stm.o finite_diff.o \
elpol.o setlocalpp.o aedens.o \
bfgs.o lbfgs.o sd.o cg.o bbm.o \
fire.o qm.o opt.o
jasius
Posts: 17
Joined: Sun Dec 15, 2013 4:59 pm

Re: dimer compilation problem

Post by jasius »

of course, I am searching other reported problems like this but with my luck I might miss something obvious
graeme
Site Admin
Posts: 2260
Joined: Tue Apr 26, 2005 4:25 am
Contact:

Re: dimer compilation problem

Post by graeme »

is this vasp.5.x?
jasius
Posts: 17
Joined: Sun Dec 15, 2013 4:59 pm

Re: dimer compilation problem

Post by jasius »

4.6. I searched for the solution and deleted the lines suggested, seemed to have compiled so far, thanks

Jonas
Post Reply