Home
last modified time | relevance | path

Searched refs:converterN2O (Results 1 – 4 of 4) sorted by relevance

/phasta/converterIO/
H A DMakefile8 all: converterO2N converterN2O
13 converterN2O: converterN2O.o phastaIO.o target
14 $(cxx) converterN2O.o phastaIO.o -g -o converterN2O
23 converterN2O.o:
24 $(cxx) -g -DMPICH_IGNORE_CXX_SEEK -c converterN2O.cc -o converterN2O.o
27 rm -rf *.o converterO2N converterN2O
H A DCMakeLists.txt11 add_executable(converterN2O converterN2O.cc) target
13 target_link_libraries(converterN2O phastaIO)
H A D.gitignore5 converterN2O
H A DREADME.md15 Both conversion executables are named respectively converterO2N (Posix->SyncIO) and converterN2O (S…
57 b) converterN2O
61 …from the SyncIO format to the Posix format, we simply need to run the converterN2O executable in t…
63 mpirun -np # converterN2O
67 … 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.