Running ParmecΒΆ
PARMEC is a command line program. Typical usage:
Include parmec directory into your PATH variable.
Create a directory where your input/output files will be stored (e.g. mkdir test).
Edit your Python input file in this directory (e.g. test.py); See input commands.
Run PARMEC (e.g. parmec4 path/to/test/test.py, or parmec8 path/to/test/test.py).
Time histories can be generated during analysis using the HISTORY command;
Upon termination output files are created in the same directory (e.g. path/to/test/test.dump);
The output files can be viewed with OVITO, ParaView, or VisIt; See the OUTPUT command.