Skip to content
  1. Oct 30, 2023
    • Alberto Miranda's avatar
      Add `cli` directory for utility programs · 2e2fb821
      Alberto Miranda authored
      The directory currently includes the following helper programs:
      
      - `scord_ping`: A helper program to check if a `scord` server is active
        on a certain address.
      - `scord_query`: A helper program to query a `scord` server for
        information on active jobs.
      2e2fb821
    • Alberto Miranda's avatar
      [Slurm] Start Cargo as a systemd user-level service · 4ee1445e
      Alberto Miranda authored
      Cargo is now started as a systemd user-level service whenever a
      job requests for an ad-hoc storage service.
      
      The following scripts have been added:
      
      - `cargo@.service`: The Cargo systemd service file. Installed in
        `$SYSTEMD_UNIT_DIRECTORY` for user-level services (typically
        `/usr/lib/systemd/user/`)
      - `cargoctl`: Control script for the Cargo user-level service. Installed
        in `$CMAKE_INSTALL_DATADIR/scord/cargoctl` (typically `/usr/share/scord`).
        Used internally by `cargo@.service`.
      
      The `scord_prolog.sh` and `scord_epilog.sh` scripts have been updated to use
      the new scripts when configuring the environment for a job.
      4ee1445e
    • Alberto Miranda's avatar
      [CMake] Search for Cargo as a dependency · 72648bdf
      Alberto Miranda authored
      72648bdf
  2. Oct 24, 2023
  3. Jul 31, 2023
  4. Jul 28, 2023
  5. Jul 26, 2023