Dear all,
I use mm_pbsa.pl to evaluate the binding free energy for ligand to a 860 AA
protein (16000 atoms). The problem is I have not been able to get nmode to
estimate entropy work. I have been trying several approaches. The newest
attempt is to use AMBER8. I have a quad Opteron system run on RHAS3 with 16
GB memory. I compiled AMBER8 with pgi compiler. However, I keep getting the
following error when I run nmode:
Total memory required : -1811607622 real words
Total memory required : 92789421 integer words
Maximum nonbond pairs 91943579
Segmentation fault
I modified sizes2.h and change the parameters to huge numbers (see below).
Nmode was compiled but I still got the same error. Could anybody let me know
what went wrong? Does AMBER8 no longer have sizes.h file which can be found
in AMBER7?
#sizes2.h
parameter (memdrv=20000000000)
parameter (maxatom=20000)
parameter (maxint=93000000)
parameter (maxvec=50000)
! ----- SET THE LIMITS OF SOME ARRAY BOUNDS -----
parameter (maxdih = 550000)
parameter (maxdia = 350000)
parameter (maxinb = 900000)
parameter (maxbon = 260000)
parameter (maxbnh = 200000)
Thanks,
--Jianwen
-----------------------------------------------------------------------
The AMBER Mail Reflector
To post, send mail to amber.scripps.edu
To unsubscribe, send "unsubscribe amber" to majordomo.scripps.edu
Received on Wed Sep 22 2004 - 20:53:00 PDT