===== How to run a simulation? ==== ---- {{ :telemacv7p0.png}} After installing the TELEMAC system with the automatic installer, the software can be run through the shortcut created during the installation process. ==== Running a test case ==== All test cases are in //C:\opentelemac-mascaret\v7p0\examples// \\ \\ - Double click on the TELEMAC v7p0 shortcut - Navigate to the test case folder. For example //C:\opentelemac-mascaret\v7p0\examples\telemac2d\bumpflu//cd examples\telemac2d\bumpflu - Run the following command:telemac2d.py t2d_bumpflu.cas {{:runningTestCase.png}} ==== Deadlock on execution ==== If when you are testing a case the listing seems block just after displaying the header. It might be because your mpi installation is not registered to do that. Do the following actions: - In an admnistrator shell type the following commands: - smpd -install - mpiexec -remove - mpiexec -register (With your windows login) If you do not have administrator rights. A temporary solution that you will have to redo everytime you open a new shell. Is to go inside the temporary folder run the command that was displayed in the listing (the one with mpirun in it). To check that it worked: - In an user shell type the following commands - mpiexec -validate (it should return SUCCESS on a user shell) - smpd -status (it should return 'smpd running on ')