Home
last modified time | relevance | path

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

/phasta/converterIO/
H A DMakefile8 all: converterO2N converterN2O
10 converterO2N: converterO2N.o phastaIO.o target
11 $(cxx) converterO2N.o phastaIO.o -g -o converterO2N
19 converterO2N.o:
20 $(cxx) -g -DMPICH_IGNORE_CXX_SEEK -c converterO2N.cc -o converterO2N.o
27 rm -rf *.o converterO2N converterN2O
H A DCMakeLists.txt10 add_executable(converterO2N converterO2N.cc) target
12 target_link_libraries(converterO2N phastaIO)
H A D.gitignore4 converterO2N
H A DREADME.md15 Both conversion executables are named respectively converterO2N (Posix->SyncIO) and converterN2O (S…
19 a) converterO2N
25 In order to converter the #-procs_case directory, we simply need to run the converterO2N executable…
27 mpirun -np NP converterO2N
69 This could be improved in the future for more flexibility like for converterO2N.