mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
mpi minor polish
This commit is contained in:
parent
35b373ba36
commit
455428582f
@ -10,8 +10,6 @@ if {[catch {package require Tix } result ]} {
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# userlevel 1..standard user 2..power-user 3..developer
|
||||
|
||||
set userlevel 3
|
||||
|
@ -3020,7 +3020,6 @@ void PlayAnimFile(const char* name, int speed, int maxcnt)
|
||||
|
||||
#ifdef PARALLEL
|
||||
if (id == 0) MyMPI_SendCmd ("end");
|
||||
cout << "finalize, id = " << id << endl;
|
||||
MPI_Finalize();
|
||||
#endif
|
||||
|
||||
@ -3069,7 +3068,6 @@ void PlayAnimFile(const char* name, int speed, int maxcnt)
|
||||
#ifdef OCCGEOMETRY
|
||||
extern "C" int Ng_occ_Init (Tcl_Interp * interp);
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user