Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Utils convert #175

Open
wants to merge 9 commits into
base: develop
Choose a base branch
from

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