]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Reduce ulimit runtime.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 24 Nov 2011 05:32:29 +0000 (05:32 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 24 Nov 2011 05:32:29 +0000 (05:32 +0000)
git-svn-id: https://svn.dealii.org/trunk@24767 0785d39b-7218-0410-832d-ea1e28bc413d

tests/Makefile.rules

index 76e50a963290fea7ad602517c206c065762ea534..e03d9fdc26882d943fdce776fd579a7c44c6bd7e 100644 (file)
@@ -84,7 +84,7 @@ ifndef OVERRIDE_OUTPUT_RULE
 %/output : %/exe
        @echo =====Running======= $<
        @echo Running > $(dir $@)/status
-       @$(ULIMIT) -t $(if $(ULIMIT_LIMIT),$(ULIMIT_LIMIT),900) ; \
+       @$(ULIMIT) -t $(if $(ULIMIT_LIMIT),$(ULIMIT_LIMIT),600) ; \
          export WALLTIME=3600 ; \
          ./$< ; \
          if test ! $$? = 0 ; then rm $@ ; false ; fi

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.