git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12822 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp 2014-12-09 19:42:56 +00:00
parent 793ab9aa55
commit 6e61c2a738
1 changed files with 3 additions and 0 deletions

View File

@ -714,11 +714,14 @@ void ThreadsExec::finalize()
namespace Kokkos {
// you cannot dereference a NULL pointer!
#if 0
Threads & Threads::instance(int)
{
static Threads * const t = 0 ;
return *t ;
}
#endif
int Threads::thread_pool_size( int depth )
{