Erica,

my configuration includes at least one frontend per cluster from which
users submit their jobs. This frontend runs munge and has slurm
installed but no service running, just the same configuration as on the
controller and nodes.

So the question doesn't come to mind in my case as users log in to the
frontend to submit jobs and access the cluster filesystems.

Regards,

        Uwe

Am 08.09.2014 20:20, schrieb Erica Riello:
> Uwe,
> 
> But then would I be able to submit jobs to different clusters?
> 
> Regards,
> 
> Erica
> 
> Jason,
> 
> I was thinking of something more simple, like the -q option in torque / pbs
> 
> Regards,
> 
> Erica
> 
> 2014-09-08 15:06 GMT-03:00 Jason Bacon <[email protected]
> <mailto:[email protected]>>:
> 
> 
> 
>     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] <mailto:[email protected]>
> 
>       Circumstances don't make a man:
>       They reveal him.
>     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~__~~~~~
> 
> 
> 
> 
> -- 
> ===============
> Erica Riello
> Aluna Engenharia de Computação PUC-Rio
> 

Reply via email to