Changeset 1730


Ignore:
Timestamp:
10/03/19 16:56:23 (4 years ago)
Author:
yushan
Message:

GENERIC_TESTCASE : add arch files for Jean-Zay

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  
    3030      { 
    3131        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); 
    3333      } 
    3434    } 
     
    5353      ep_lib::MPI_Comm comm_ptr; 
    5454      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); 
    5656      return  comm_ptr; 
    5757    } 
  • XIOS/dev/dev_trunk_omp/src/filter/file_writer_filter.cpp

    r1689 r1730  
    55#include "workflow_graph.hpp" 
    66#include "graphviz.hpp" 
    7  
     7#ifdef _usingEP 
    88using namespace ep_lib; 
    9  
     9#endif 
    1010namespace xios 
    1111{ 
Note: See TracChangeset for help on using the changeset viewer.