Home
last modified time | relevance | path

Searched refs:adios2_step_status_ok (Results 1 – 7 of 7) sorted by relevance

/dports/misc/adios2/ADIOS2-2.7.1/bindings/C/adios2/c/
H A Dadios2_c_types.h127 adios2_step_status_ok = 0, enumerator
H A Dadios2_c_engine.cpp69 status = adios2_step_status_ok; in ToStepStatus()
/dports/misc/adios2/ADIOS2-2.7.1/bindings/Fortran/modules/
H A Dadios2_parameters_mod.f9072 integer, parameter :: adios2_step_status_ok = 0 variable
/dports/misc/adios2/ADIOS2-2.7.1/examples/hello/insituMPI/
H A DhelloInsituMPIReader.f9049 if (ierr /= adios2_step_status_ok) then
/dports/misc/adios2/ADIOS2-2.7.1/testing/adios2/performance/manyvars/
H A DPerfManyVars.c409 if (status == adios2_step_status_ok) in read_file()
H A DTestManyVars.cpp424 if (status == adios2_step_status_ok) in read_file()
/dports/misc/adios2/ADIOS2-2.7.1/source/h5vol/
H A DH5VolReadWrite.c111 if (adios2_step_status_ok == status) in H5VL_adios2_beginstep()
117 else if (adios2_step_status_ok == status) in H5VL_adios2_beginstep()