mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-27 13:20: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)
|
static void StartTimer (int nr)
|
||||||
{
|
{
|
||||||
starttimes[nr] = clock(); counts[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)
|
static void StopTimer (int nr)
|
||||||
{
|
{
|
||||||
|
@ -75,7 +75,7 @@
|
|||||||
MPI_Query_thread(&provided);
|
MPI_Query_thread(&provided);
|
||||||
if (provided < 3)
|
if (provided < 3)
|
||||||
if (netgen::ntasks > 1) parthread = false;
|
if (netgen::ntasks > 1) parthread = false;
|
||||||
cout << "runparallel = " << parthread << endl;
|
// cout << "runparallel = " << parthread << endl;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (parthread)
|
if (parthread)
|
||||||
|
@ -447,7 +447,6 @@ namespace netgen
|
|||||||
#ifdef PARALLEL
|
#ifdef PARALLEL
|
||||||
if (id > 0)
|
if (id > 0)
|
||||||
{
|
{
|
||||||
cout << "id = " << id << ", get edge coeffs" << endl;
|
|
||||||
Array<int> master_edgeorder;
|
Array<int> master_edgeorder;
|
||||||
Array<int> master_edgecoeffsindex;
|
Array<int> master_edgecoeffsindex;
|
||||||
Array<Vec<3> > master_edgecoeffs;
|
Array<Vec<3> > master_edgecoeffs;
|
||||||
|
Loading…
Reference in New Issue
Block a user