From: Axel Kohlmeyer (akohlmey_at_vitae.cmm.upenn.edu)
Date: Tue Jan 17 2006 - 06:32:23 CST

On Mon, 16 Jan 2006, James Rustad wrote:

hi jim,

JR> Info) Waters: 0
JR> Info) Segments: 1
JR> Info) Fragments: 12 Protein: 0 Nucleic: 0
JR> ERROR) Could not read file 0244.xyz
JR>
JR> but if I then type
JR>
JR> vmd > for {set i 244} {$i < 2501} {incr i} {mol new [format "%
JR> 04d.xyz" $i] }:

please try inserting a 'waitfor all' into the 'mol new' part.
this will make sure, that you open only one file at a time.
the number of allowed file descriptors per process is usually
higher that a few hundred, but there may be another limit somewhere.

...

axel.

-- 
=======================================================================
Axel Kohlmeyer   akohlmey_at_cmm.chem.upenn.edu   http://www.cmm.upenn.edu
   Center for Molecular Modeling   --   University of Pennsylvania
Department of Chemistry, 231 S.34th Street, Philadelphia, PA 19104-6323
tel: 1-215-898-1582,  fax: 1-215-573-6233,  office-tel: 1-215-898-5425
=======================================================================
If you make something idiot-proof, the universe creates a better idiot.