From: wolf Date: Wed, 26 Sep 2001 11:24:09 +0000 (+0000) Subject: Doc update. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3d20883d2597ec8d8ee9831d6af488cba6dad53;p=dealii-svn.git Doc update. git-svn-id: https://svn.dealii.org/trunk@5071 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/source/multithread_info.cc b/deal.II/base/source/multithread_info.cc index 00ab313f0a..e3a4367f9f 100644 --- a/deal.II/base/source/multithread_info.cc +++ b/deal.II/base/source/multithread_info.cc @@ -63,6 +63,15 @@ unsigned int MultithreadInfo::get_n_cpus() #else +// if you get to see this warning, then this can have two reasons: either +// because you fell through all of the above #if clauses and on your system +// the detection of processors is really not implemented, or you are using +// a compiler that does not understand the #warning directive, in which case +// you will see a report on the screen even if the detection of processors +// is implemented for your system. In the latter case, you need not worry +// about the warning (although it is acknowledged that it is annoying), +// otherwise you might want to consider implementing the missing feature +// and submitting it back to the authors of the library. #warning Detection of Processors not supported on this OS unsigned int MultithreadInfo::get_n_cpus()