Searched refs:converterN2O (Results 1 – 4 of 4) sorted by relevance
8 all: converterO2N converterN2O13 converterN2O: converterN2O.o phastaIO.o target14 $(cxx) converterN2O.o phastaIO.o -g -o converterN2O23 converterN2O.o:24 $(cxx) -g -DMPICH_IGNORE_CXX_SEEK -c converterN2O.cc -o converterN2O.o27 rm -rf *.o converterO2N converterN2O
11 add_executable(converterN2O converterN2O.cc) target13 target_link_libraries(converterN2O phastaIO)
5 converterN2O
15 Both conversion executables are named respectively converterO2N (Posix->SyncIO) and converterN2O (S…57 b) converterN2O61 …from the SyncIO format to the Posix format, we simply need to run the converterN2O executable in t…63 mpirun -np # converterN2O67 … serial reader for SyncIO file that is used in Paraview for instance, converterN2O can currently r…71 …also a bash script named create_IO_N2O_input.sh which can generate the input file for converterN2O.