Neper -S error: Failed to parse directory #119
-
Hello, guys. It's me again. I have problem in using neper S mode to postprocess the simulation result.
Could you please give me some guidance? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This is a path issue, you must provide the precise location of the directory which contains the output. It seems you are in your top-level directory ( Example 1: You are in Example 2: You are currently in |
Beta Was this translation helpful? Give feedback.
This is a path issue, you must provide the precise location of the directory which contains the output. It seems you are in your top-level directory (
Ubuntu-app
), and to run the command you provided, you must be in the directory directly above2_triaxCSR
. Alternatively, you could provide the path to the2_triaxCSR
in yourneper -S
command.Example 1: You are in
/home/path/to/examples/
which contains the folder2_triaxCSR
. You can simply runneper -S 2_triaxCSR
.Example 2: You are currently in
/home/
. You would runneper -S /home/path/to/examples/2_triaxCSR/
.