mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-26 21:00:34 +05:00
remove debugging output
This commit is contained in:
parent
b90dbcfbe5
commit
8a450b506b
@ -39,7 +39,8 @@ public:
|
||||
static void StartTimer (int nr)
|
||||
{
|
||||
starttimes[nr] = clock(); counts[nr]++;
|
||||
VT_USER_START (const_cast<char*> (names[nr].c_str()));
|
||||
// VT_USER_START (const_cast<char*> (names[nr].c_str()));
|
||||
VT_USER_START ( (char * const) (names[nr].c_str()));
|
||||
}
|
||||
static void StopTimer (int nr)
|
||||
{
|
||||
|
@ -75,7 +75,7 @@
|
||||
MPI_Query_thread(&provided);
|
||||
if (provided < 3)
|
||||
if (netgen::ntasks > 1) parthread = false;
|
||||
cout << "runparallel = " << parthread << endl;
|
||||
// cout << "runparallel = " << parthread << endl;
|
||||
#endif
|
||||
|
||||
if (parthread)
|
||||
|
@ -447,7 +447,6 @@ namespace netgen
|
||||
#ifdef PARALLEL
|
||||
if (id > 0)
|
||||
{
|
||||
cout << "id = " << id << ", get edge coeffs" << endl;
|
||||
Array<int> master_edgeorder;
|
||||
Array<int> master_edgecoeffsindex;
|
||||
Array<Vec<3> > master_edgecoeffs;
|
||||
|
Loading…
Reference in New Issue
Block a user