Page 1 of 1
How to see console output on Mac
Posted: Mon Oct 12, 2020 12:41 pm
by auze7347
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
Re: How to see console output on Mac
Posted: Mon Oct 12, 2020 4:44 pm
by djemerson
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/