Dear GAUSS,
How to I run a GAUSS program in batch mode? I would like to submit my program to a cluster compute node via a scheduler and then check back on in once completed.
Please advise.
Best Regards,
Amit
1 Answer
0
To run GAUSS in batch mode, you pass the -b flag. Typically in that context you would want to run the terminal only (i.e. no GUI version of GAUSS). Your command would look something like this:
tgauss -b my_file.gss
Your Answer
1 Answer
0
To run GAUSS in batch mode, you pass the -b flag. Typically in that context you would want to run the terminal only (i.e. no GUI version of GAUSS). Your command would look something like this:
tgauss -b my_file.gss