compilation of large cluster_wham with -mcmodel=medium -shared-intel
[unres.git] / source / cluster / wham / src / DIMENSIONS
index 806387c..d9f0c81 100644 (file)
@@ -9,7 +9,7 @@ C Max. number of processors.
       parameter (maxprocs=16)
 C Max. number of AA residues
       integer maxres,maxres2
-      parameter (maxres=650)
+      parameter (maxres=600)
 C Appr. max. number of interaction sites
       parameter (maxres2=2*maxres)
 C Max. number of variables
@@ -55,7 +55,7 @@ C Max. number of dihedral angle constraints
       parameter (maxdih_constr=maxres)
 C Max. number of energy components
       integer max_ene
-      parameter (max_ene=20)
+      parameter (max_ene=27)
 C Max. number of temperatures
       integer maxt
       parameter (maxT=5)
@@ -65,3 +65,6 @@ C Maximum number of SC local term fitting function coefficiants
 C Maximum number of terms in SC bond-stretching potential
       integer maxbondterm
       parameter (maxbondterm=3)
+C Maximum number of templates in homology-modeling restraints
+      integer max_template
+      parameter(max_template=25)