[ET Trac] [Einstein Toolkit] #1308: MPI: use library list provided by mpic++ instead of guessing (wrong)

Einstein Toolkit trac-noreply at einsteintoolkit.org
Sun Apr 7 13:24:51 CDT 2013


#1308: MPI: use library list provided by mpic++ instead of guessing (wrong)
------------------------------------+---------------------------------------
  Reporter:  knarf                  |       Owner:                     
      Type:  defect                 |      Status:  review             
  Priority:  critical               |   Milestone:  ET_2013_05         
 Component:  EinsteinToolkit thorn  |     Version:  development version
Resolution:                         |    Keywords:                     
------------------------------------+---------------------------------------

Comment (by eschnett):

 The redirection should be
 {{{
 >/dev/null 2>&1
 }}}
 because otherwise stderr will go to a copy of stdout, which will not be
 redirected. Try
 {{{
 cc 2>&1 >/dev/null
 }}}
 to see the effect.

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


More information about the Trac mailing list