Running programs on Dozer
- You can run C, C++, openMP, cuda and Fortran programs on Dozer.
-
See at command in order to schedule jobs on dozer.
Syntax:
<path> exec_code arg1 arg2
OR
./exec_code arg1 arg2
where,
arg1, arg2, arg3…: program
arguments
Example:
/home/john/csc5551/cge 8 1
OR
./cge 8 1
This command executes the cge program on dozer, where arg1 is 8 and
arg2 is 1.