Changeset 158 for trunk/gui/apps/driver


Ignore:
Timestamp:
Jan 29, 2006 8:24:25 PM (18 years ago)
Author:
mmc
Message:
  • Fixed installation so that this "gui" part can be installed with standard autoconf techniques: configure, make all, make install The "gui" library is loaded via "package require RapptureGUI"
  • Added C code for Rappture::rlimit, to support limits on CPU time and file sizes. Default limits are 15 mins of CPU and 1MB for each file. These can be overridden in tool.xml by using <tool><limits><cputime> and <tool><limits><filesize>.
  • Added C code for Rappture::rusage, so we can collect resource usage for all child processes. Each Simulation now reports a line of usage to stderr as follows:

MiddlewareTime?: job=# event=simulation start=xxx cputime=xxx ...

  • Fixed Rappture::exec so that it reports proper error messages when rlimits are execeeded.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/apps/driver

    r115 r158  
    2727
    2828package require Rappture
     29package require RapptureGUI
    2930
    3031option add *MainWin.mode desktop startupFile
Note: See TracChangeset for help on using the changeset viewer.