- Timestamp:
- 10/03/19 16:56:23 (5 years ago)
- Location:
- XIOS/dev/dev_trunk_omp
- Files:
-
- 3 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
XIOS/dev/dev_trunk_omp/extern/src_ep_dev/ep_fortran.cpp
r1706 r1730 30 30 { 31 31 ep_lib::fc_comm_map.insert(std::make_pair( std::make_pair( *static_cast< MPI_Fint*>(fint), omp_get_thread_num()) , comm)); 32 //printf("EP_Comm_c2f : MAP %p insert: %d, %d, %p\n", &(ep_lib::fc_comm_map), *static_cast< MPI_Fint*>(fint), omp_get_thread_num(), comm->ep_comm_ptr);32 printf("EP_Comm_c2f : MAP %p insert: %d, %d, %p\n", &(ep_lib::fc_comm_map), *static_cast< MPI_Fint*>(fint), omp_get_thread_num(), comm->ep_comm_ptr); 33 33 } 34 34 } … … 53 53 ep_lib::MPI_Comm comm_ptr; 54 54 comm_ptr = it->second; 55 //printf("EP_Comm_f2c : MAP %p find: %d, %d, %p\n", &(ep_lib::fc_comm_map), it->first.first, it->first.second, comm_ptr->ep_comm_ptr);55 printf("EP_Comm_f2c : MAP %p find: %d, %d, %p\n", &(ep_lib::fc_comm_map), it->first.first, it->first.second, comm_ptr->ep_comm_ptr); 56 56 return comm_ptr; 57 57 } -
XIOS/dev/dev_trunk_omp/src/filter/file_writer_filter.cpp
r1689 r1730 5 5 #include "workflow_graph.hpp" 6 6 #include "graphviz.hpp" 7 7 #ifdef _usingEP 8 8 using namespace ep_lib; 9 9 #endif 10 10 namespace xios 11 11 {
Note: See TracChangeset
for help on using the changeset viewer.