[ET Trac] [Einstein Toolkit] #953: Don't produce core files while running test suite
    Einstein Toolkit 
    trac-noreply at einsteintoolkit.org
       
    Mon Jun 11 14:26:12 CDT 2012
    
    
  
#953: Don't produce core files while running test suite
-------------------------+--------------------------------------------------
 Reporter:  eschnett     |       Owner:  eschnett
     Type:  enhancement  |      Status:  new     
 Priority:  minor        |   Milestone:          
Component:  SimFactory   |     Version:          
 Keywords:               |  
-------------------------+--------------------------------------------------
 I suggest to disable core file while running the test suite:
 {{{
 $ svn diff bin/RunTestSuite
 Index: bin/RunTestSuite
 ===================================================================
 --- bin/RunTestSuite    (revision 1694)
 +++ bin/RunTestSuite    (working copy)
 @@ -13,4 +13,7 @@
  # This is the number of MPI processes to run on
  export CCTK_TESTSUITE_RUN_PROCESSORS=@NUM_PROCS@
 +# Do not produce core files
 +ulimit -c 0
 +
  make @CONFIGURATION at -testsuite PROMPT=no
 }}}
-- 
Ticket URL: <https://trac.einsteintoolkit.org/ticket/953>
Einstein Toolkit <http://einsteintoolkit.org>
The Einstein Toolkit
    
    
More information about the Trac
mailing list