[Trilinos-Users] Trilinos-Users Digest, Vol 96, Issue 11

Hoemmen, Mark mhoemme at sandia.gov
Thu Aug 22 12:43:14 MDT 2013


On Aug 22, 2013, at 12:00 PM, <trilinos-users-request at software.sandia.gov>
 wrote:
> Message: 1
> Date: Thu, 22 Aug 2013 09:27:52 +0200
> From: "Villa Andrea (RSE)" <Andrea.Villa at rse-web.it>
> Subject: [Trilinos-Users] Trilinos with Intel compilers
> To: trilinos-users at software.sandia.gov
> Message-ID:
> 	<F45D2AD919AD1E4F95AD7E35A98795A1218123 at welkrock.ricerca.lan>
> Content-Type: text/plain; charset="iso-8859-1"
> 
> Dear Trilinos developers, I am experiencing some problems (see below) copiling Trilinos with Intel compilers. The same error does not occur with gcc.
> Apparently a templated function is called without template arguments. Is there any work around?
> Thank you very much.
> Andrea
> 
> 
> 
> /home/TTD/trilinos-11.4.1-Source/packages/tpetra/src/Tpetra_CrsMatrix_decl.hpp(403): error: argument list for template "<unnamed>::clone" is missing
>        RCP<const Map2> clonedRowMap = getRowMap()->template clone(node2);
>                                                             ^

We just fixed this not long ago.  The "workaround" for now is to use the development version in the public git repository :-)  We aim to back-port the fix to the 11.x releases soon but we're all so busy that it might be a little while before the fix makes it to previous releases.

> Message: 3
> Date: Thu, 22 Aug 2013 15:34:10 +0200
> From: "Fan YE" <yefanhust at gmail.com>
> Subject: [Trilinos-Users] Teuchos::TimeMonitor
> To: "trilinos-users at software.sandia.gov"
> 	<trilinos-users at software.sandia.gov>
> Message-ID:
> 	<CANvyi3EtzCkziuVp5hv4+iOT65-7Q5DujNShbSZbbH+V-t_TfQ at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
> 
> Dear developers,
> 
> I've studied a previous example of Teuchos::TimeMonitor in which there are
> stuffs like "TimeMonitor::lookupCounter", "TimeMonitor::getNewCounter".
> However, when I seek for further information of these functions in doxygen
> (by the links below), there is no equivalent.

These are methods in the base class, PerformanceMonitorBase.  Please refer to documentation of the base class:

http://trilinos.sandia.gov/packages/docs/dev/packages/teuchos/doc/html/classTeuchos_1_1PerformanceMonitorBase.html

mfh


More information about the Trilinos-Users mailing list