- Oct 30, 2023
-
-
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.
-
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.
-
Alberto Miranda authored
-
- Oct 24, 2023
-
-
Alberto Miranda authored
Resolve "Rename `internal::job_info` and `internal:::adhoc_storage_info`" Closes #154 See merge request !115
-
Alberto Miranda authored
- Rename `job_info` to `job_metadata` - Rename `adhoc_storage_info` to `adhoc_storage_metadata` - Rename `pfs_storage_info` to `pfs_storage_metadata`
-
- Jul 31, 2023
-
-
Alberto Miranda authored
Resolve "Update Spack recipe for `0.3.1` release" Closes #151 See merge request !112
-
Alberto Miranda authored
-
Alberto Miranda authored
Resolve "0.3.1 release" Closes #150 See merge request !111
-
Alberto Miranda authored
-
Alberto Miranda authored
Resolve "Spack tests fail due to missing `scord-ctl.conf`" Closes #148 See merge request !109
-
Alberto Miranda authored
- Include `plugins/adhoc_services.d/*.sh` into build artifacts.
-
Alberto Miranda authored
-
Alberto Miranda authored
Resolve "Update Spack recipe for `0.3.0` release" Closes #149 See merge request !110
-
Alberto Miranda authored
-
- Jul 28, 2023
-
-
Alberto Miranda authored
Resolve "Prepare 0.3.0 release" Closes #147 See merge request !108
-
Alberto Miranda authored
-
Alberto Miranda authored
-
Alberto Miranda authored
-
Alberto Miranda authored
-
Alberto Miranda authored
Resolve "Libraries should be licensed under the LGPL" Closes #146 See merge request !107
-
Alberto Miranda authored
-
Alberto Miranda authored
-
Alberto Miranda authored
Resolve "Reorganize `/etc` and `/share` folder" Closes #137 See merge request !106
-
Alberto Miranda authored
Add `compiled/share` to build artifacts
-
Alberto Miranda authored
`scripts/runner.sh` now saves logs for the applications it tries to run and prints them if they cannot be started.
-
Alberto Miranda authored
Scripts for controlling ad-hoc storage services now reside in `CMAKE_INSTALL_FULL_DATADIR/scord/adhoc_services.d`, typically `/usr/share/scord/adhoc_services.d/`.
-
- Jul 26, 2023
-
-
Alberto Miranda authored
Resolve "Add Slurm CLI plugin" Closes #134 See merge request !95
-
Alberto Miranda authored
Rename CLI options
-
Alberto Miranda authored
-
Alberto Miranda authored
-
Alberto Miranda authored
-
Alberto Miranda authored
-
Alberto Miranda authored
-
Alberto Miranda authored
Also, move job registration into `scord` to `slurm_spank_user_init` so that it works both in `srun` and `sbatch`/`salloc`.
-
Alberto Miranda authored
-
Alberto Miranda authored
-
Alberto Miranda authored
-
Alberto Miranda authored
-
Alberto Miranda authored
- `plugins/slurm/scord_prolog.sh`: Prolog script. Starts `scord-ctl` server and sets up environment. - `plugins/slurm/scord_epilog.sh`: Epilog script. Stops `scord-ctl` server and cleans up environment. - `plugins/slurm/scord_common.sh`: Common code to prolog and epilog.
-
Alberto Miranda authored
-