]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove Utilities::System::job_supports_mpi() 4389/head
authorDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Sun, 14 May 2017 09:22:47 +0000 (11:22 +0200)
committerDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Sun, 14 May 2017 09:22:47 +0000 (11:22 +0200)
doc/news/changes/incompatibilities/20170514DanielArndt [new file with mode: 0644]
include/deal.II/base/utilities.h
source/base/partitioner.cc

diff --git a/doc/news/changes/incompatibilities/20170514DanielArndt b/doc/news/changes/incompatibilities/20170514DanielArndt
new file mode 100644 (file)
index 0000000..0f9e394
--- /dev/null
@@ -0,0 +1,4 @@
+Changed: The deprecated function Utilities::System::job_supports_mpi()
+has been removed. Use Utilities::MPI::job_supports_mpi() instead. 
+<br>
+(Daniel Arndt, 2017/05/14)
index d7aa997490432c624d01fee87a0acf807e69e6f7..4ea4ace924a1ab5652c3a0097d301a1ff66f2efb 100644 (file)
@@ -450,11 +450,6 @@ namespace Utilities
      * leaving this task to the calling site.
      */
     void posix_memalign (void **memptr, size_t alignment, size_t size);
-
-    /**
-     * @deprecated Use Utilities::MPI::job_supports_mpi() instead.
-     */
-    bool job_supports_mpi () DEAL_II_DEPRECATED;
   }
 
 
index 28e96f5048942e8fac7509d35abac94af025b297..b4fd341a538964bcb4ffa2733bd67950aa877369 100644 (file)
@@ -105,7 +105,7 @@ namespace Utilities
     void
     Partitioner::set_owned_indices (const IndexSet &locally_owned_indices)
     {
-      if (Utilities::System::job_supports_mpi() == true)
+      if (Utilities::MPI::job_supports_mpi() == true)
         {
           my_pid = Utilities::MPI::this_mpi_process(communicator);
           n_procs = Utilities::MPI::n_mpi_processes(communicator);

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


Typeset in Trocchi and Trocchi Bold Sans Serif.