@@ -653,12 +653,12 @@ public:
653653
654654 {
655655 MeshType mesh (* TestCommWorld );
656+ mesh .allow_renumbering (false);
656657 IOType meshinput (mesh );
657658
658659 // Avoid getting Nemesis solution values mixed up
659660 if (meshinput .is_parallel_format ())
660661 {
661- mesh .allow_renumbering (false);
662662 mesh .skip_noncritical_partitioning (true);
663663 }
664664
@@ -742,12 +742,12 @@ public:
742742
743743 {
744744 MeshType mesh (* TestCommWorld );
745+ mesh .allow_renumbering (false);
745746 IOType meshinput (mesh );
746747
747748 // Avoid getting Nemesis solution values mixed up
748749 if (meshinput .is_parallel_format ())
749750 {
750- mesh .allow_renumbering (false);
751751 mesh .skip_noncritical_partitioning (true);
752752 }
753753
@@ -831,6 +831,7 @@ public:
831831 // file(s) were written properly.
832832 {
833833 MeshType mesh (* TestCommWorld );
834+ mesh .allow_renumbering (false);
834835 EquationSystems es (mesh );
835836 auto & sys = es .add_system < System > ("SimpleSystem" );
836837 sys .add_variable ("teste" , CONSTANT , MONOMIAL );
@@ -921,12 +922,12 @@ public:
921922
922923 {
923924 MeshType mesh (* TestCommWorld );
925+ mesh .allow_renumbering (false);
924926 IOType meshinput (mesh );
925927
926928 // Avoid getting Nemesis solution values mixed up
927929 if (meshinput .is_parallel_format ())
928930 {
929- mesh .allow_renumbering (false);
930931 mesh .skip_noncritical_partitioning (true);
931932 }
932933
@@ -1034,6 +1035,7 @@ public:
10341035
10351036 // copy_elemental_solution currently requires ReplicatedMesh
10361037 ReplicatedMesh mesh (* TestCommWorld );
1038+ mesh .allow_renumbering (false);
10371039
10381040 EquationSystems es (mesh );
10391041 System & sys = es .add_system < System > ("SimpleSystem" );
@@ -1183,7 +1185,6 @@ public:
11831185 {
11841186 Mesh mesh (* TestCommWorld );
11851187 mesh .allow_renumbering (false);
1186-
11871188 ExodusII_IO exii (mesh );
11881189
11891190 if (mesh .processor_id () == 0 )
0 commit comments