Home
last modified time | relevance | path

Searched refs:DUMP_BUF_CHUNK_SIZE (Results 1 – 6 of 6) sorted by relevance

/dports/science/lammps/lammps-stable_29Sep2021/src/MPIIO/
H A Ddump_atom_mpiio.cpp36 #define DUMP_BUF_CHUNK_SIZE 16384 macro
571 bufLength[i] = DUMP_BUF_CHUNK_SIZE; in convert_image_omp()
572 mpifh_buffer_line_per_thread[i] = (char *) malloc(DUMP_BUF_CHUNK_SIZE * sizeof(char)); in convert_image_omp()
578 bufLength[i] = DUMP_BUF_CHUNK_SIZE; in convert_image_omp()
579 mpifh_buffer_line_per_thread[i] = (char *) malloc(DUMP_BUF_CHUNK_SIZE * sizeof(char)); in convert_image_omp()
594 (mpifhStringCountPerThread[tid] + DUMP_BUF_CHUNK_SIZE) * sizeof(char)); in convert_image_omp()
667 bufLength[i] = DUMP_BUF_CHUNK_SIZE; in convert_noimage_omp()
668 mpifh_buffer_line_per_thread[i] = (char *) malloc(DUMP_BUF_CHUNK_SIZE * sizeof(char)); in convert_noimage_omp()
674 bufLength[i] = DUMP_BUF_CHUNK_SIZE; in convert_noimage_omp()
675 mpifh_buffer_line_per_thread[i] = (char *) malloc(DUMP_BUF_CHUNK_SIZE * sizeof(char)); in convert_noimage_omp()
[all …]
H A Ddump_cfg_mpiio.cpp44 #define DUMP_BUF_CHUNK_SIZE 16384 macro
360 bufLength[i] = DUMP_BUF_CHUNK_SIZE; in convert_string_omp()
361 mpifh_buffer_line_per_thread[i] = (char *) malloc(DUMP_BUF_CHUNK_SIZE * sizeof(char)); in convert_string_omp()
367 bufLength[i] = DUMP_BUF_CHUNK_SIZE; in convert_string_omp()
368 mpifh_buffer_line_per_thread[i] = (char *) malloc(DUMP_BUF_CHUNK_SIZE * sizeof(char)); in convert_string_omp()
379 …(mpifh_buffer_line_per_thread[tid],(mpifhStringCountPerThread[tid]+DUMP_BUF_CHUNK_SIZE) * sizeof(c… in convert_string_omp()
380 bufLength[tid] = (mpifhStringCountPerThread[tid]+DUMP_BUF_CHUNK_SIZE) * sizeof(char); in convert_string_omp()
405 …(mpifh_buffer_line_per_thread[tid],(mpifhStringCountPerThread[tid]+DUMP_BUF_CHUNK_SIZE) * sizeof(c… in convert_string_omp()
406 bufLength[tid] = (mpifhStringCountPerThread[tid]+DUMP_BUF_CHUNK_SIZE) * sizeof(char); in convert_string_omp()
H A Ddump_xyz_mpiio.cpp38 #define DUMP_BUF_CHUNK_SIZE 16384 macro
345 bufLength[i] = DUMP_BUF_CHUNK_SIZE; in convert_string_omp()
346 mpifh_buffer_line_per_thread[i] = (char *) malloc(DUMP_BUF_CHUNK_SIZE * sizeof(char)); in convert_string_omp()
352 bufLength[i] = DUMP_BUF_CHUNK_SIZE; in convert_string_omp()
353 mpifh_buffer_line_per_thread[i] = (char *) malloc(DUMP_BUF_CHUNK_SIZE * sizeof(char)); in convert_string_omp()
364 …(mpifh_buffer_line_per_thread[tid],(mpifhStringCountPerThread[tid]+DUMP_BUF_CHUNK_SIZE) * sizeof(c… in convert_string_omp()
365 bufLength[tid] = (mpifhStringCountPerThread[tid]+DUMP_BUF_CHUNK_SIZE) * sizeof(char); in convert_string_omp()
H A Ddump_custom_mpiio.cpp40 #define DUMP_BUF_CHUNK_SIZE 16384 macro
591 bufLength[i] = DUMP_BUF_CHUNK_SIZE; in convert_string_omp()
592 mpifh_buffer_line_per_thread[i] = (char *) malloc(DUMP_BUF_CHUNK_SIZE * sizeof(char)); in convert_string_omp()
598 bufLength[i] = DUMP_BUF_CHUNK_SIZE; in convert_string_omp()
599 mpifh_buffer_line_per_thread[i] = (char *) malloc(DUMP_BUF_CHUNK_SIZE * sizeof(char)); in convert_string_omp()
614 (mpifhStringCountPerThread[tid] + DUMP_BUF_CHUNK_SIZE) * sizeof(char)); in convert_string_omp()
615 bufLength[tid] = (mpifhStringCountPerThread[tid] + DUMP_BUF_CHUNK_SIZE) * sizeof(char); in convert_string_omp()
/dports/science/lammps/lammps-stable_29Sep2021/src/ADIOS/
H A Ddump_atom_adios.cpp34 #define DUMP_BUF_CHUNK_SIZE 16384 macro
H A Ddump_custom_adios.cpp42 #define DUMP_BUF_CHUNK_SIZE 16384 macro