Skip to content
Snippets Groups Projects
  1. Jul 14, 2006
  2. Jul 13, 2006
    • Christopher J. Morrone's avatar
      - Add new commands "slaunch", "salloc", and "sbatch". · 55a43a90
      Christopher J. Morrone authored
      - SlurmdPidFile, SlurmdLogFile, and SlurmdSpoolDir may each contain a
        "%h" and/or a "%n", which will be replaced by the hostname or NodeName,
        respectively.
      - Add new xstring.c xstrsubstitute() function.
      - launch_tasks_response_msg_t structure now contains a task_ids array
      - Remove SLURM_DIST_UNKNOWN from enum task_dist_states
      - job_desc_msg_t now lists a seperate addresses for the 
        RESPONSE_RESOURCE_ALLOCATION message.
      - Expand the job step context concept used previously for task "spawn"
        for poe.  The step context is now also used for nomal step launch.
        New SLURM API function slurm_step_launch() and associated support
        functions.
      - Fix spaghetti header #includes relating to global_srun.[ch]
      - Fix slurmctld segfault when slaunch --relative is used
      55a43a90
  3. May 30, 2006
    • Christopher J. Morrone's avatar
      Merge my api-work development branch. It includes: · 1e593ebc
      Christopher J. Morrone authored
      * Fix for slurmctld behaviour when environment is NULL on batch script launch
      * Move client (srun) IO code into the API in preparation for adding
        an API call for launching a normal parallel job step.
      * Rename SLURM_CRED_SIGLEN back to SLURM_IO_KEY_SIZE, but put it in a better
        header.
      1e593ebc
  4. Apr 05, 2006
  5. Feb 03, 2006
  6. Feb 01, 2006
  7. Jan 05, 2006
  8. Nov 17, 2005
  9. Nov 14, 2005
  10. Nov 14, 2003
  11. Oct 17, 2003
  12. May 07, 2003
  13. Jan 29, 2003
  14. Nov 21, 2002
  15. Nov 19, 2002
  16. Nov 15, 2002
  17. Aug 01, 2002
  18. Jul 23, 2002
  19. Jul 18, 2002
  20. Jul 10, 2002
  21. Jul 09, 2002
  22. Jun 18, 2002
  23. Jun 14, 2002
  24. Jun 12, 2002
  25. May 29, 2002
    • Moe Jette's avatar
      Changed job_id to 32 bits per DPCS requirement. Jobs without job_id · 6eb7ccfe
      Moe Jette authored
      specified at submit time start with a value of 1<<16 and DPCS uses
      values 1 to 0xffffffff. This preclude effective use of a max job_id
      in search function, which was able to quickly indicate that a job_id
      requested by DPCS was not already in use. I added a job_id hash table
      to restore quick job find operations.
      6eb7ccfe
  26. May 20, 2002
  27. May 07, 2002
  28. Apr 30, 2002
  29. Apr 17, 2002
  30. Apr 05, 2002
Loading