OpenCMISS / iron

Source code repository for OpenCMISS-Iron
9 stars 62 forks source link

Utils convert #175

Open lorenzo-mechbau opened 5 years ago

lorenzo-mechbau commented 5 years ago

I corrected the existing convert file to work correctly for mpich and created a new one for openmpi.

Use convert to split parallel output in several files using openmpi, e.g.: mpirun -n 4 -tag-output ./src/fortran/laplace_equation_Fortran >&out.txt ~/software/opencmiss/opencmiss/src/iron/utils/convert_openmpi out.txt

which generates out.txt.0 etc. For mpich:

mpirun -n 4 -l ./src/fortran/laplace_equation_Fortran >&out.txt ~/software/opencmiss/opencmiss/src/iron/utils/convert_openmpi out.txt