Loading code/bogemms.cc +4 −4 Original line number Diff line number Diff line Loading @@ -60,8 +60,8 @@ int main( int argc, char** argv ) { G4MPImanager* g4MPI = new G4MPImanager(argc, argv); G4MPIsession* session = g4MPI->GetMPIsession(); //G4double t1, t2; //t1 = MPI_Wtime(); G4double t1, t2; t1 = MPI_Wtime(); if(argc > 1) { Loading Loading @@ -204,8 +204,8 @@ int main( int argc, char** argv ) { cout << "End of processing" << endl; //t2 = MPI_Wtime(); //printf( "Elapsed time is %f\n", t2 - t1 ); t2 = MPI_Wtime(); printf( "Elapsed time is %f\n", t2 - t1 ); delete g4MPI; // job termination Loading Loading
code/bogemms.cc +4 −4 Original line number Diff line number Diff line Loading @@ -60,8 +60,8 @@ int main( int argc, char** argv ) { G4MPImanager* g4MPI = new G4MPImanager(argc, argv); G4MPIsession* session = g4MPI->GetMPIsession(); //G4double t1, t2; //t1 = MPI_Wtime(); G4double t1, t2; t1 = MPI_Wtime(); if(argc > 1) { Loading Loading @@ -204,8 +204,8 @@ int main( int argc, char** argv ) { cout << "End of processing" << endl; //t2 = MPI_Wtime(); //printf( "Elapsed time is %f\n", t2 - t1 ); t2 = MPI_Wtime(); printf( "Elapsed time is %f\n", t2 - t1 ); delete g4MPI; // job termination Loading