README 825 Bytes
Newer Older
Moe Jette's avatar
Moe Jette committed
  cd slurm
  ./autogen.sh
  ./configure
  make
Moe Jette's avatar
Moe Jette committed
  cd slurm/src/slurmctld
  ./slurmctld		# start the controller
Moe Jette's avatar
Moe Jette committed
Submit jobs and exercise the other APIs using the DejaGnu scripts
  cd slurm/testsuite/slurm_unit/api/manual
  make
  ./submit-tst [number of jobs]
  ./allocate-tst [number of jobs]
  ./update_config-tst
  ./reconfigure-tst
  ./cancel-tst [job_id]
Moe Jette's avatar
Moe Jette committed
You can also use the tools scontrol, squeue, and scancel.
These tools are in sub-directories of "slurm/src". 
All of these tools also have man pages in "slurm/doc/man".
The job initiation tool srun is not quite ready for use (as of 7/22/2002)
Moe Jette's avatar
Moe Jette committed
You should have autoconf version 2.52 or higher (see "autoconf -V").
On the cluster dev[0-25].llnl.gov, do this by putting /usr/local/pkg/autoconf-2.53/bin
at the begining of your search path.