On Windows, a separate window with the console opens and I can see the output for Simvascular, like what iteration step it is on, etc. This window does not open on my Mac, is there a way I can see this information?
Thank you
How to see console output on Mac
- Daniel Emerson
- Posts: 12
- Joined: Fri Jul 17, 2020 4:33 pm
Re: How to see console output on Mac
You can call svSolver in terminal and see the step-by-step output.
First set the current directory to the folder containing the restart files:
cd [restart file path]
Then call the svSolver executable:
mpiexec -n [number of processes] [solver path]/svsolver
For example, I input the following in terminal:
cd /Users/danemerson/Documents/CMU/Cardiovascular/SV/CoronaryProject/Simulations/sim${i}/
mpiexec -n 8 /usr/local/sv/svsolver/2019-01-19/svsolver/
First set the current directory to the folder containing the restart files:
cd [restart file path]
Then call the svSolver executable:
mpiexec -n [number of processes] [solver path]/svsolver
For example, I input the following in terminal:
cd /Users/danemerson/Documents/CMU/Cardiovascular/SV/CoronaryProject/Simulations/sim${i}/
mpiexec -n 8 /usr/local/sv/svsolver/2019-01-19/svsolver/