aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* added ConnectionAttempts ssh optiondiogo4642025-07-241-1/+5
|
* replaced scp with rsyncdiogo4642025-07-241-21/+13
|
* chore: bump version to 0.2.11v0.2.11diogo4642025-07-232-2/+2
|
* added concurrency limit via OAR_P2P_CONCURRENCY_LIMITdiogo4642025-07-232-35/+69
| | | | | | the env var OAR_P2P_CONCURRENCY_LIMIT limits the number of parallel "operations" being done on the cluster machines. so, if it is set to 3, then we only work on 3 machines at time. setting to 0 means unlimited.
* updated Cargo.lockdiogo4642025-07-221-1/+1
|
* chore: bump version to 0.2.10v0.2.10diogo4642025-07-221-1/+1
|
* feat: added oar job id inferencediogo4642025-07-224-7/+313
|
* setup network before benchmark startsdiogo4642025-07-181-0/+3
|
* chore: bump version to 0.2.9v0.2.9diogo4642025-07-172-2/+2
|
* fixed address listing on machines with no addressesdiogo4642025-07-171-1/+1
| | | | | | | currently the shell script used to list 10.0.0.0/8 range of addresses on a machine would fail with exit code 1 if no addresses were present in that range (i.e. grep did not match anything). this fix just makes sure that command always returns exit code 0.
* chore: bump version to 0.2.8v0.2.8diogo4642025-07-172-2/+2
|
* added the interface for machines oddish,psyduck,squirtle,bulbasaurdiogo4642025-07-171-11/+11
|
* updated claude release commanddiogo4642025-07-171-1/+2
|
* updated cargo lockdiogo4642025-07-171-1/+1
|
* chore: bump version to 0.2.7v0.2.7diogo4642025-07-171-1/+1
|
* improved cli help textdiogo4642025-07-171-0/+62
|
* set the interface for moltres machinesdiogo4642025-07-171-10/+10
|
* updated READMEdiogo4642025-07-131-0/+24
|
* updated Cargo.lockdiogo4642025-07-131-1/+1
|
* chore: bump version to 0.2.6v0.2.6diogo4642025-07-131-1/+1
|
* added custom signals to run subcommanddiogo4642025-07-134-23/+291
|
* chore: bump version to 0.2.5v0.2.5diogo4642025-07-112-2/+2
|
* feat: add benchmark startup analysis tools and improve demo.shdiogo4642025-07-116-0/+295
| | | | | | | | - Add generate-schedule.sh script to create container schedules from addresses.txt - Add benchmark-startup Python script for analyzing container startup times - Update demo.sh to print timestamps and wait for start signal at /oar-p2p/start - Add comprehensive statistics including startup, start signal, and waiting times - Support for synchronized container coordination via start signal file
* chore: bump version to 0.2.4v0.2.4diogo4642025-07-112-2/+2
|
* fix: correct shell redirection syntax from 2>1 to 2>&1diogo4642025-07-111-1/+1
|
* chore: bump version to 0.2.3v0.2.3diogo4642025-07-112-2/+2
|
* feat: add logging for scp command outputdiogo4642025-07-111-0/+9
|
* feat: create output directory if it doesn't exist in run commanddiogo4642025-07-111-0/+8
|
* chore: bump version to 0.2.2v0.2.2diogo4642025-07-112-2/+2
|
* fix: replace todo!() with bond0 interface for alakazam and kadabra machinesdiogo4642025-07-111-16/+16
|
* chore: bump version to 0.2.1v0.2.1diogo4642025-07-112-2/+2
|
* fix: add error handling for latency matrix dimension checkdiogo4642025-07-111-4/+12
|
* docs: update release command to push to all remotesdiogo4642025-07-111-1/+2
|
* chore: update Cargo.lock and add .claude directorydiogo4642025-07-112-1/+21
|
* chore: bump version to 0.2.0v0.2.0diogo4642025-07-111-1/+1
|
* updated READMEdiogo4642025-07-115-2/+109
|
* fixed log copyingdiogo4642025-07-111-1/+1
|
* fixed env var quoting when setting container variablesdiogo4642025-07-111-0/+2
|
* fixed reading schedule from stdindiogo4642025-07-111-4/+9
|
* added addr allocation policydiogo4642025-07-112-16/+204
|
* fixed net container builddiogo4642025-07-111-1/+3
|
* readme wipdiogo4642025-07-111-0/+55
|
* removed README.md, will re-add laterdiogo4642025-07-101-48/+0
|
* file cleanupdiogo4642025-07-108-717/+3
|
* Update GitHub Actions to latest versions for 2025v0.1.0diogo4642025-07-101-4/+4
| | | | | | | | | | | | | | - Update actions/cache from v3 to v4 (v1-v3 deprecated as of Feb 2025) - Update actions/upload-artifact to v4 (v3 deprecated) - Update actions/download-artifact to v4 (v3 deprecated) - Update softprops/action-gh-release from v1 to v2 These updates are required as older versions are deprecated and will stop working in 2025. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
* Fix GitHub Actions: Update artifact actions to v4diogo4642025-07-101-2/+2
| | | | | | | | | The v3 versions of upload-artifact and download-artifact are deprecated. Updated to v4 to fix the workflow. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
* Add GitHub Actions release workflow and build scriptsdiogo4642025-07-105-0/+662
| | | | | | | | | | | | | | | - Add .github/workflows/release.yml for automated releases on version tags - Add scripts/build-static.sh for building statically linked binaries - Add scripts/prepare-release.sh for preparing release artifacts - Optimize Cargo.toml for smaller binary size (reduced from 4.5MB to 2.9MB) - Add scripts/README.md with usage documentation The workflow automatically builds binaries for Linux (musl) and macOS (Intel/ARM) when a version tag is pushed. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
* cargo clippy --fixdiogo4642025-07-103-20/+17
|
* clean enough for nowdiogo4642025-07-104-320/+433
|
* it works, now needs cleanupdiogo4642025-07-104-102/+991
|