Hello Everyone, What is the recommended way for a C++ program to submit a job? The API documentation says
SLURM job steps involve numerous interactions with the slurmd
daemon. The job step creation is only the first step in the
process. We don't advise direct user creation of job steps, but
include the information here for completeness.
Should I use system("srun")? DRMAA?
Thank you,
Walter Landry
[email protected]
