Applications ============ .. toctree:: :maxdepth: 2 Compilers/compilers.rst Gurobi/gurobi.rst Mathematica/mathematica.rst SAS/sas.rst Stata/stata.rst Julia/julia.rst Python/python.rst R/r.rst Matlab/matlab.rst .. stata: stata -b do $infile .. stata: stata-se -b do $infile .. stata: stataMP -b do $infile .. sas: sas -work /grid_temp $infile .. sas: sas -work /grid_temp -noterminal $infile .. sas: sas -work /grid_temp -memsize 0 -sortsize 0 $infiles $outfiles .. java: java $infile .. matlab: matlab -nodisplay -nosplash -r $infile -logfile $outfile 2>&1 .. matlab: matlab-gpu -nodisplay -nosplash -r $infile -logfile $outfile 2>&1 .. mathematica: math < $infile > $outfile 2>&1 .. splus: splus SBATCH -input $infile -output $outfile .. batch-R: batch-R < $infile > $outfile .. rstudio: rstudio