Running a biomechanics problem in serial batch mode

Description

Start Continuity

Load Dog Model From Library

Save the Model

Obtain the Script and Execute it

Linux / Mac

  1. To run a job in serial on Linux or Mac, open a Terminal window and type this in the <Continuity>/pcty folder:

    • ./continuity --full --no-threads --batch dog_normal.py     
  2. If the job needs to be able to run even after you close your terminal window, type this:
    • nohup ./continuity --full --no-threads --batch dog_normal.py > contoutput.txt &     
  3. To check the progress of your job, use the command "tail -f" like this:
    • tail -f contoutput.txt     
      And Ctl-C when you are done reading the output.

Windows

  1. To run a job in serial on Windows7, go to Start Menu and type cmd. Click on cmd.exe to open a command window.

  2. Then go to the <Continuity>/pcty folder and type:

    • ContinuityClient.bat --full --no-threads --batch dog_normal.py     

End of Simulation

Continuity/Documentation/Tutorials/batch (last edited 2014-02-04 21:35:12 by JeffVanDorn)