1 integer maxstr,max_ene,maxprot,maxclass,maxfile_prot,maxobj,
2 & maxstr_proc, maxclass1
3 c Maximum number of structures in the database, energy components, proteins,
4 c and structural classes
6 parameter (maxstr=2000000,max_ene=27,maxprot=7,maxclass=5000)
7 parameter (maxclass1=10)
8 c Maximum number of structures to be dealt with by one processor
9 parameter (maxstr_proc=20000)
10 c Maximum number of temperatures
13 c Maximum number of batches
15 parameter (maxbatch=1)
16 c Maximum number of energy/Zscore gaps for a single protein
18 parameter (maxgap=2*maxclass1)
19 c Maximum number of the components of the target function
20 parameter (maxobj=maxgap*maxprot*maxT)
21 c Maximum number of files with energies/coordinates
22 parameter (maxfile_prot=100)
23 c Maximum number of grid points in energy map evaluation
24 integer max_x,max_y,max_minim
25 parameter (max_x=200,max_y=200,max_minim=1000)
26 c Maximum number of processors
28 c parameter (MaxProcs = 2048)
29 parameter (MaxProcs = 128)
30 c Maximum number of optimizable parameters
32 parameter (max_paropt=500)
33 c Maximum number of fragments
35 c parameter (maxfrag=0)
36 c Maximum number of sublevels
38 parameter (maxlev=maxclass)
39 c Maximum number of grid points in temperature
41 parameter (MaxGridT=2000)