Changeset 1464
- Timestamp:
- 03/27/18 14:08:10 (7 years ago)
- Location:
- XIOS/dev/branch_openmp
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
XIOS/dev/branch_openmp/bld.cfg
r1463 r1464 33 33 bld::target libxios.a 34 34 #bld::target generate_fortran_interface.exe 35 #bld::target xios_server.exe35 bld::target xios_server.exe 36 36 #bld::target test_regular.exe 37 37 #bld::target test_expand_domain.exe -
XIOS/dev/branch_openmp/src/calendar.cpp
r1460 r1464 128 128 { 129 129 #pragma omp critical (_output) 130 info( 20) << "update step : " << step << " timestep " << this->timestep << std::endl;130 info(80) << "update step : " << step << " timestep " << this->timestep << std::endl; 131 131 this->step = step; 132 132 return (this->currentDate = this->getInitDate() + step * this->timestep); -
XIOS/dev/branch_openmp/src/registry.cpp
r1328 r1464 259 259 void CRegistry::hierarchicalGatherRegistry(void) 260 260 { 261 hierarchicalGatherRegistry(communicator) ; 261 //hierarchicalGatherRegistry(communicator) ; 262 gatherRegistry(communicator) ; 262 263 } 263 264 -
XIOS/dev/branch_openmp/src/server.cpp
r1461 r1464 439 439 //else MPI_Finalize() ; 440 440 } 441 442 MPI_Finalize(); 443 441 444 report(0)<<"Performance report : Time spent for XIOS : "<<CTimer::get("XIOS server").getCumulatedTime()<<endl ; 442 445 report(0)<<"Performance report : Time spent in processing events : "<<CTimer::get("Process events").getCumulatedTime()<<endl ;
Note: See TracChangeset
for help on using the changeset viewer.