Skip to content

Conversation

@lorenzo-mechbau
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant