Hello
I am attempting to compile AMBER16 on a cluster, and after I did "./configure gnu" successfully, I did "make install" after awhile I got the errors listed below. I am using gcc 6.3 compiler...Is this the problem? Do I need an older/newer version gcc?
Thanks, Steve
============================================================
getopts_c.F90:591:18:
character(len=length),pointer,dimension(:) :: type
1
Error: Scalar INTEGER expression expected at (1)
getopts_c.F90:592:18:
character(len=length),pointer,dimension(:) :: get_c_pt
1
Error: Scalar INTEGER expression expected at (1)
getopts_c.F90:588:2:
function get_c_pt(key, type,length)! result(value)
1
Error: Function result 'get_c_pt' at (1) has no IMPLICIT type
getopts_c.F90:600:54:
if(associated(get_c_pt)) deallocate(get_c_pt)
1
Error: Allocate-object at (1) is not a nonprocedure pointer nor an allocatable
variable
getopts_c.F90:588:29:
function get_c_pt(key, type,length)! result(value)
1
Error: Symbol 'type' at (1) has no IMPLICIT type
============================================================
_______________________________________________
AMBER mailing list
AMBER.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber
Received on Thu Dec 27 2018 - 12:00:02 PST