Searched refs:converterO2N (Results 1 – 4 of 4) sorted by relevance
8 all: converterO2N converterN2O10 converterO2N: converterO2N.o phastaIO.o target11 $(cxx) converterO2N.o phastaIO.o -g -o converterO2N19 converterO2N.o:20 $(cxx) -g -DMPICH_IGNORE_CXX_SEEK -c converterO2N.cc -o converterO2N.o27 rm -rf *.o converterO2N converterN2O
10 add_executable(converterO2N converterO2N.cc) target12 target_link_libraries(converterO2N phastaIO)
4 converterO2N
15 Both conversion executables are named respectively converterO2N (Posix->SyncIO) and converterN2O (S…19 a) converterO2N25 In order to converter the #-procs_case directory, we simply need to run the converterO2N executable…27 mpirun -np NP converterO2N69 This could be improved in the future for more flexibility like for converterO2N.