Skip to content

Commit

Permalink
Make default of Number of grouped files 16
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacky Austermann committed May 15, 2017
1 parent 015007f commit 18a2e08
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions doc/modules/changes/20170515_austermann
@@ -0,0 +1,5 @@
Changed: The default number of grouped files has been changed from 0 (i.e. the nunmber of
processors) to 16 in order to keep the number of output files small if not explicitely
stated otherwise.
<br>
(Jacky Austermann, 2017/05/15)
2 changes: 1 addition & 1 deletion source/postprocess/visualization.cc
Expand Up @@ -727,7 +727,7 @@ namespace aspect
Patterns::Selection (DataOutBase::get_output_format_names ()),
"The file format to be used for graphical output.");

prm.declare_entry ("Number of grouped files", "0",
prm.declare_entry ("Number of grouped files", "16",
Patterns::Integer(0),
"VTU file output supports grouping files from several CPUs "
"into a given number of files using MPI I/O when writing on a parallel "
Expand Down

0 comments on commit 18a2e08

Please sign in to comment.