[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-users] an error message of AutoDock



Dear all

 I have solved this problem.
 It is because AutoDock use a time-dependent random number generator for its 
seed , and condor standard universe doesn't accept it
 So, any one use AutoDock with condor have to change the .dpf file (docking 
parameter file) about the seed 

  for example :

  from 
  seed time pid
  to 
  seed <long-integer 1 > <long-integer 2 >
 
Cheers


On Thu, 14 Apr 2005 17:02:34 +0800, Li-Yung_Ho wrote
> Dear all
> 
>   I recompiled and ran AutoDock 3.0.5 in standard universe
>   (job is ok in vanilla universe)
>   But the job terminated and returned an error message
> 
>   " a, m, s out of order in mltmod - ABORT! a =    784306273 
> s =            0 m =   2147483399
> mltmod requires: 0 < a < m; 0 < s < m "
> 
>   I have no idea what it means at all
> 
>   Any ideas ?
> 
>   Best regards
> 
> _______________________________________________
> Condor-users mailing list
> Condor-users@xxxxxxxxxxx
> https://lists.cs.wisc.edu/mailman/listinfo/condor-users