./configure is successful
but make all command shows
atrix_operate.F mod_D_lattice.f90:201:16:
allocate(sop_inv_d, source=sop_inv, &
1
Error: Array specification required in ALLOCATE statement at (1)
Makefile:176: recipe for target 'mod_D_lattice.o' failed
make[2]: *** [mod_D_lattice.o] Error 1
make[2]: Leaving directory '/home/ashok/yambo-master/src/modules'
config/mk/actions/compile_yambo.mk:2: recipe for target 'yambo' failed
make[1]: *** [yambo] Error 2
make[1]: Leaving directory '/home/ashok/yambo-master'
yambo build failed
installing error on yambo 5.0
Moderators: Davide Sangalli, andrea.ferretti, myrta gruning, andrea marini, Daniele Varsano, Conor Hogan
-
- Posts: 7
- Joined: Tue Jan 19, 2021 11:12 am
installing error on yambo 5.0
You do not have the required permissions to view the files attached to this post.
Mukesh Jakhar
Central University of Punjab
Bathinda India
Central University of Punjab
Bathinda India
-
- Posts: 214
- Joined: Fri Jan 31, 2014 11:13 am
Re: installing error on yambo 5.0
Dear Mukesh,
this error typically shows up when the compiler you are using does not support allocations using "source", which is a feature of Fortran 2003 further updated with F2008.
Basically, you may need to update your fortran compiler to some newer versions (gfortran >= 7 works, as well as recent intel compilers).
Andrea
this error typically shows up when the compiler you are using does not support allocations using "source", which is a feature of Fortran 2003 further updated with F2008.
Basically, you may need to update your fortran compiler to some newer versions (gfortran >= 7 works, as well as recent intel compilers).
Andrea
Andrea Ferretti, PhD
CNR-NANO-S3 and MaX Centre
via Campi 213/A, 41125, Modena, Italy
Tel: +39 059 2055322; Skype: andrea_ferretti
URL: http://www.nano.cnr.it
CNR-NANO-S3 and MaX Centre
via Campi 213/A, 41125, Modena, Italy
Tel: +39 059 2055322; Skype: andrea_ferretti
URL: http://www.nano.cnr.it