Skip to content

Clarification on how to use the EPU command #344

Answered by gsjaardema
souravmat-git asked this question in Q&A
Discussion options

You must be logged in to vote

You need to somehow add the path to the epu command to your environment, or you can add the explicit path to the beginning of the epu command. For example, if the epu binary is at /usr/local/seacas/bin/epu, then you could do:

export PATH=$PATH:/usr/local/seacas/bin
epu -auto /where/my/distributed/mesh/is/ filename.e

or

/usr/local/seacas/bin/epu -auto `/where/my/distributed/mesh/is/ filename.e

Note that with recent versions of epu, you don't need to add the <#of_processors>.<0000> as long as you only have one set of decomposed files in the directory.

Hope that is clear and helps...

Replies: 3 comments 4 replies

Comment options

You must be logged in to vote
1 reply
@souravmat-git
Comment options

Answer selected by souravmat-git
Comment options

You must be logged in to vote
3 replies
@souravmat-git
Comment options

@gsjaardema
Comment options

@souravmat-git
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
EPU Parallel File Unification (file-per-rank parallel output to single file)
2 participants