forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12822 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
793ab9aa55
commit
6e61c2a738
|
@ -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 )
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue