How to see console output on Mac

Provides a system for patient-specific cardiovascular modeling and simulation.
POST REPLY
User avatar
Autumn Zemlicka
Posts: 9
Joined: Fri Mar 20, 2020 1:27 pm

How to see console output on Mac

Post by Autumn Zemlicka » Mon Oct 12, 2020 12:41 pm

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

User avatar
Daniel Emerson
Posts: 12
Joined: Fri Jul 17, 2020 4:33 pm

Re: How to see console output on Mac

Post by Daniel Emerson » Mon Oct 12, 2020 4:44 pm

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/

POST REPLY