Menu

#36 EDIV can delete files before vnumlparser.pl has read them

open
nobody
None
5
2008-12-02
2008-12-02
No

When stopping a simulation with EDIV whe use the code:

# Purge the scenario
&purgeScenario;
sleep(5);

# Clean simulation from database
&cleanDB;

# Delete /tmp files
&deleteTMP;

The sleep command should be replaced by a more stable code.

Discussion


Log in to post a comment.