Helo there,
Please ignore my previous post; I figured it out.
It needed a fix on the source code.
I have now as installation instructions
Installing Amber 16:
tar xvfj AmberTools16.tar.bz2
tar xvfj Amber16.tar.bz2
First make the following modification on
Ambertools/src/rism/getopts_c.F90 on line 588:
function get_c_pt(key, type,length)! result(value)
implicit none
character(len=*), intent(in) :: key
character(len=length),pointer,dimension(:) :: type
character(len=length),pointer,dimension(:) :: get_c_pt
integer, intent(in) :: length
to
function get_c_pt(key, type,length)! result(value)
implicit none
integer, intent(in) :: length
character(len=*), intent(in) :: key
character(len=length),pointer,dimension(:) :: type
character(len=length),pointer,dimension(:) :: get_c_pt
After this do
./configure -macAccelerate clang
csh /Users/erpz/AMBER_DIR/amber16/amber.csh
make install
Erik R.P. Zuiderweg
Professor Emeritus
Department of Biological Chemistry
University of Michigan Medical School
Ann Arbor, MI, USA
Guest Professor, Institute for Molecules and Materials,
Radboud University, Nijmegen,
The Netherlands
Director, EZ-NMR consulting
zuiderwe.umich.edu ; eznmrlab.gmail.com
(+31) 611154835
_______________________________________________
AMBER mailing list
AMBER.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber
Received on Mon Dec 30 2019 - 05:00:01 PST