[ET Trac] [Einstein Toolkit] #251: Submitting on my laptop fails
Einstein Toolkit
trac-noreply at einsteintoolkit.org
Sat Jan 29 18:05:28 CST 2011
#251: Submitting on my laptop fails
-------------------------+--------------------------------------------------
Reporter: eschnett | Owner: mthomas
Type: defect | Status: closed
Priority: blocker | Milestone:
Component: SimFactory | Version:
Resolution: wontfix | Keywords:
-------------------------+--------------------------------------------------
Changes (by mthomas):
* status: new => closed
* resolution: => wontfix
Comment:
I don't really know what to do about this -- it's erroring with too many
open files, which is an OS problem, and something simfactory can't
control. The function that is failing is os.listdir(simulationDir), which
is necessary to get the list of restarts inside of a simulation. I could
switch to using ls and parse the output myself, but that isn't cross
platform. I'll do some auditing in simfactory to make sure it closes files
that it opens, but os.listdir internally opens and closes the directory
file handle. Nothing that can be controlled.
I'm open to suggestions?
--
Ticket URL: <https://trac.einsteintoolkit.org/ticket/251#comment:1>
Einstein Toolkit <http://einsteintoolkit.org>
The Einstein Toolkit
More information about the Trac
mailing list