Warning: Trying to access array offset on value of type null in /home/site/wwwroot/lib/plugins/move/action/rename.php on line 42

Warning: Cannot modify header information - headers already sent by (output started at /home/site/wwwroot/lib/plugins/move/action/rename.php:42) in /home/site/wwwroot/inc/common.php on line 1955

Warning: Cannot modify header information - headers already sent by (output started at /home/site/wwwroot/lib/plugins/move/action/rename.php:42) in /home/site/wwwroot/inc/actions.php on line 38
command_line_running [topas wiki]

User Tools

Site Tools


command_line_running

Differences

This shows you the differences between two versions of the page.


Previous revision
command_line_running [2022/11/03 15:08] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Command Line Mode ======
  
 +You can run topas from the command line with:
 +
 +c:>tc file.inp [>file.out]
 +
 +This always works if you run from the main topas directory, it might work from other directories!
 +
 +A useful tip to add information to the inp file at run time is:
 +
 + tc test_examples\y2o3a.inp "macro aac$ { iters 3000 }"
 +
 +The macro called "aac$" is a special macro that instructs the program to place what's in aac$ at the bottom of the INP file.  Other macros are on the page on [[automating_multiple_refinements]].