Ignore:
Timestamp:
10/04/17 17:02:13 (7 years ago)
Author:
yushan
Message:

EP update part 2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/branch_openmp/extern/src_ep_dev/ep_create.cpp

    r1287 r1289  
    6363 
    6464    out_comm_hdls[0].my_buffer = new BUFFER; 
    65     // out_comm_hdls[0].my_buffer->buf_double = new double[BUFFER_SIZE]; 
    66     // out_comm_hdls[0].my_buffer->buf_float  = new float[BUFFER_SIZE]; 
    67     // out_comm_hdls[0].my_buffer->buf_int    = new int[BUFFER_SIZE]; 
    68     // out_comm_hdls[0].my_buffer->buf_long   = new long[BUFFER_SIZE]; 
    69     // out_comm_hdls[0].my_buffer->buf_ulong  = new unsigned long[BUFFER_SIZE]; 
    70     // out_comm_hdls[0].my_buffer->buf_char   = new char[BUFFER_SIZE]; 
     65    out_comm_hdls[0].my_buffer->buf_double = new double[BUFFER_SIZE]; 
     66    out_comm_hdls[0].my_buffer->buf_float  = new float[BUFFER_SIZE]; 
     67    out_comm_hdls[0].my_buffer->buf_int    = new int[BUFFER_SIZE]; 
     68    out_comm_hdls[0].my_buffer->buf_long   = new long[BUFFER_SIZE]; 
     69    out_comm_hdls[0].my_buffer->buf_ulong  = new unsigned long[BUFFER_SIZE]; 
     70    out_comm_hdls[0].my_buffer->buf_char   = new char[BUFFER_SIZE]; 
    7171 
    7272    out_comm_hdls[0].rank_map = new RANK_MAP; 
     
    145145 
    146146    out_comm_hdls[0].my_buffer = new BUFFER; 
    147     // out_comm_hdls[0].my_buffer->buf_double = new double[BUFFER_SIZE]; 
    148     // out_comm_hdls[0].my_buffer->buf_float  = new float[BUFFER_SIZE]; 
    149     // out_comm_hdls[0].my_buffer->buf_int    = new int[BUFFER_SIZE]; 
    150     // out_comm_hdls[0].my_buffer->buf_long   = new long[BUFFER_SIZE]; 
    151     // out_comm_hdls[0].my_buffer->buf_ulong  = new unsigned long[BUFFER_SIZE]; 
    152     // out_comm_hdls[0].my_buffer->buf_char   = new char[BUFFER_SIZE]; 
     147    out_comm_hdls[0].my_buffer->buf_double = new double[BUFFER_SIZE]; 
     148    out_comm_hdls[0].my_buffer->buf_float  = new float[BUFFER_SIZE]; 
     149    out_comm_hdls[0].my_buffer->buf_int    = new int[BUFFER_SIZE]; 
     150    out_comm_hdls[0].my_buffer->buf_long   = new long[BUFFER_SIZE]; 
     151    out_comm_hdls[0].my_buffer->buf_ulong  = new unsigned long[BUFFER_SIZE]; 
     152    out_comm_hdls[0].my_buffer->buf_char   = new char[BUFFER_SIZE]; 
    153153 
    154154    out_comm_hdls[0].rank_map = new RANK_MAP; 
     
    233233 
    234234    out_comm_hdls[0].my_buffer = new BUFFER; 
    235     // out_comm_hdls[0].my_buffer->buf_double = new double[BUFFER_SIZE]; 
    236     // out_comm_hdls[0].my_buffer->buf_float  = new float[BUFFER_SIZE]; 
    237     // out_comm_hdls[0].my_buffer->buf_int    = new int[BUFFER_SIZE]; 
    238     // out_comm_hdls[0].my_buffer->buf_long   = new long[BUFFER_SIZE]; 
    239     // out_comm_hdls[0].my_buffer->buf_ulong  = new unsigned long[BUFFER_SIZE]; 
    240     // out_comm_hdls[0].my_buffer->buf_char   = new char[BUFFER_SIZE]; 
     235    out_comm_hdls[0].my_buffer->buf_double = new double[BUFFER_SIZE]; 
     236    out_comm_hdls[0].my_buffer->buf_float  = new float[BUFFER_SIZE]; 
     237    out_comm_hdls[0].my_buffer->buf_int    = new int[BUFFER_SIZE]; 
     238    out_comm_hdls[0].my_buffer->buf_long   = new long[BUFFER_SIZE]; 
     239    out_comm_hdls[0].my_buffer->buf_ulong  = new unsigned long[BUFFER_SIZE]; 
     240    out_comm_hdls[0].my_buffer->buf_char   = new char[BUFFER_SIZE]; 
    241241 
    242242    out_comm_hdls[0].rank_map = new RANK_MAP; 
Note: See TracChangeset for help on using the changeset viewer.