Skip to content
Snippets Groups Projects
  1. Jul 25, 2006
  2. Jul 21, 2006
  3. Jul 20, 2006
    • Danny Auble's avatar
      removed task dist from srun put into slurmctld. need to remove the addresses... · 89b08615
      Danny Auble authored
      removed task dist from srun put into slurmctld.  need to remove the addresses from job allocation since that isn't needed anymore.  need to fix some issues with the way sbcast does things now which should be easy.  The switch plugins can change also since we have the tasks laid out already now before we set up the switch.  Some more clean up also will be nice in srun.
      
      89b08615
  4. Jul 15, 2006
  5. Jul 14, 2006
  6. 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
  7. 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
  8. Apr 05, 2006
  9. Feb 03, 2006
  10. Feb 01, 2006
  11. Jan 05, 2006
  12. Nov 17, 2005
  13. Nov 14, 2005
  14. Nov 14, 2003
  15. Oct 17, 2003
  16. May 07, 2003
  17. Jan 29, 2003
  18. Nov 21, 2002
  19. Nov 19, 2002
  20. Nov 15, 2002
  21. Aug 01, 2002
  22. Jul 23, 2002
  23. Jul 18, 2002
  24. Jul 10, 2002
  25. Jul 09, 2002
  26. Jun 18, 2002
  27. Jun 14, 2002
  28. Jun 12, 2002
  29. 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
  30. May 20, 2002
  31. May 07, 2002
  32. Apr 30, 2002
  33. Apr 17, 2002
  34. Apr 05, 2002
Loading