[ET Trac] [Einstein Toolkit] #976: Cactus ignors (since r4839 ie #768) changes to param.ccl when recompiling

Einstein Toolkit trac-noreply at einsteintoolkit.org
Wed Jul 25 03:49:53 CDT 2012


#976: Cactus ignors (since r4839 ie #768) changes to param.ccl when recompiling
-----------------------+----------------------------------------------------
  Reporter:  rhaas     |       Owner:        
      Type:  defect    |      Status:  review
  Priority:  critical  |   Milestone:        
 Component:  Cactus    |     Version:        
Resolution:            |    Keywords:        
-----------------------+----------------------------------------------------

Comment (by eschnett):

 Instead of testing trying to find out whether find will succeed, I suggest
 to allow find to fail instead, and not abort when such a failure is
 encountered. This can be implemented in two ways:

 1. Add a minus sign ("-") in front of the find command (that's a make
 feature)
 2. Add "|| true" after the find command

 This is more elegant, since one does not need to try to find out ahead of
 time what could make find fail. It is also faster, since the "-d" test is
 executed only once (by find) (but being faster is irrelevant here).

-- 
Ticket URL: <https://trac.einsteintoolkit.org/ticket/976#comment:19>
Einstein Toolkit <http://einsteintoolkit.org>
The Einstein Toolkit


More information about the Trac mailing list