You don't really need any cluster configuration for this, hence it wouldn't be in the SLURM docs. It can be easily done using ordinary ssh commands, e.g.

scp file.sbatch [email protected]
ssh [email protected] sbatch file.sbatch

If ssh keys are configured between the cluster and the remote machine, neither command will prompt for a password. ( Use keys only from trusted remote machines, though. )

This kind of simple remote execution can be used between any two Unix machines on a network and is the basis of how SLURM and other resource managers dispatch jobs to compute nodes.

Regards,

    JB

Am 08.09.2014 19:26, schrieb Erica Riello:
Hi,

I have Slurm 14.03.7 running in 2 machine "cluster". Now I'm trying to
submit a job from a machine outside of this cluster, but I find no
documentation on remote submission.

Does anyone know how to do this?

Thanks in advance.

--
===============
Erica Riello
Aluna Engenharia de Computação PUC-Rio



--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  Jason W. Bacon
  [email protected]

  Circumstances don't make a man:
  They reveal him.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Reply via email to