<h3>Specific improvements</h3>
<ol>
+ <li>Fixed: When typing <code>make run</code> in the step-32 directory,
+ the program was executed with <code>mpirun -np 2 ./step-32</code>. This
+ assumes that a program <code>mpirun</code> exists, but also does that
+ deal.II was in fact compiled with MPI support on. Neither was intended.
+ This is now fixed.
+ <br>
+ (Wolfgang Bangerth, 2013/07/24)
+ </li>
+
<li>New: The DataOut, DataOutFaces, and DataOutRotation classes now allow
the output of data vectors using different DoFHandler objects (based on the
same triangulation), by new functions add_data_vector. This is used in the
# You can specify additional files here!
)
-# A custom command line to run the program
-SET(TARGET_RUN mpirun -np 2 ${TARGET})
-
# Define the output that should be cleaned:
SET(CLEAN_UP_FILES *.vtu *.pvtu *.visit)
# You can specify additional files here!
)
-# A custom command line to run the program
-SET(TARGET_RUN mpirun -np 2 ${TARGET})
-
# Define the output that should be cleaned:
SET(CLEAN_UP_FILES *.vtu *.pvtu *.visit)
# You can specify additional files here!
)
-# A custom command line to run the program
-SET(TARGET_RUN mpirun -np 2 ${TARGET})
-
# Define the output that should be cleaned:
SET(CLEAN_UP_FILES *.vtu *.pvtu *.visit)
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