Skip to content

Commit 7f64ffc

Browse files
author
Idate96
committed
Restore section-based organization for scripts directory
1 parent 652804b commit 7f64ffc

18 files changed

+13
-13
lines changed

docs/computing-guide.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -621,11 +621,11 @@ We provide test scripts for all computing scenarios:
621621
- Test scripts are provided inline in the examples above
622622

623623
### Batch Jobs
624-
- **[test_cpu_job.sh](scripts/test_cpu_job.sh)** - Basic CPU job submission
625-
- **[test_basic_cpu.sh](scripts/test_basic_cpu.sh)** - Alternative CPU test
626-
- **[test_gpu_job.sh](scripts/test_gpu_job.sh)** - GPU allocation test
627-
- **[test_gpu_specific.sh](scripts/test_gpu_specific.sh)** - Specific GPU type selection (RTX 4090)
628-
- **[test_array_job.sh](scripts/test_array_job.sh)** - Array job for parameter sweeps
624+
- **[test_cpu_job.sh](scripts/computing-guide/test_cpu_job.sh)** - Basic CPU job submission
625+
- **[test_basic_cpu.sh](scripts/computing-guide/test_basic_cpu.sh)** - Alternative CPU test
626+
- **[test_gpu_job.sh](scripts/computing-guide/test_gpu_job.sh)** - GPU allocation test
627+
- **[test_gpu_specific.sh](scripts/computing-guide/test_gpu_specific.sh)** - Specific GPU type selection (RTX 4090)
628+
- **[test_array_job.sh](scripts/computing-guide/test_array_job.sh)** - Array job for parameter sweeps
629629

630630
To run the tests:
631631
```bash

docs/container-workflow.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -359,10 +359,10 @@ ssh euler "cd /cluster/work/rsl/$USER && sbatch job_${VERSION}.sh"
359359

360360
Complete test files for the container workflow:
361361

362-
- **[Dockerfile](scripts/Dockerfile)** - Test Docker image with CUDA support
363-
- **[hello_cluster.py](scripts/hello_cluster.py)** - Python test script for containers
364-
- **[test_job_project.sh](scripts/test_job_project.sh)** - Complete container job example
365-
- **[test_container_extraction.sh](scripts/test_container_extraction.sh)** - Test container extraction timing
362+
- **[Dockerfile](scripts/container-workflow/Dockerfile)** - Test Docker image with CUDA support
363+
- **[hello_cluster.py](scripts/container-workflow/hello_cluster.py)** - Python test script for containers
364+
- **[test_job_project.sh](scripts/container-workflow/test_job_project.sh)** - Complete container job example
365+
- **[test_container_extraction.sh](scripts/container-workflow/test_container_extraction.sh)** - Test container extraction timing
366366

367367
To test the complete workflow:
368368
```bash

docs/data-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Whenever you run a compute job, you can also ask for a certain amount of local s
8383

8484
To verify your storage setup and check quotas:
8585

86-
- **[test_storage_quotas.sh](scripts/test_storage_quotas.sh)** - Checks all storage paths, quotas, and creates missing directories
86+
- **[test_storage_quotas.sh](scripts/data-management/test_storage_quotas.sh)** - Checks all storage paths, quotas, and creates missing directories
8787

8888
Submit as a job to test `$TMPDIR`:
8989
```bash

docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Once you are logged into the Euler cluster, it's important to confirm that you h
140140

141141
To verify your setup is working correctly, we provide test scripts:
142142

143-
- **[test_group_membership.sh](scripts/test_group_membership.sh)** - Verifies RSL group membership and creates user directories
143+
- **[test_group_membership.sh](scripts/getting-started/test_group_membership.sh)** - Verifies RSL group membership and creates user directories
144144

145145
Run the test after logging in:
146146
```bash

docs/python-environments.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -379,8 +379,8 @@ python analyze_results.py --results-dir /cluster/project/rsl/$USER/results/<job_
379379

380380
We provide complete test scripts to verify the ML workflow:
381381

382-
- **[fake_train.py](scripts/fake_train.py)** - Simulated ML training script for testing
383-
- **[test_full_training_job.sh](scripts/test_full_training_job.sh)** - Complete ML training job test
382+
- **[fake_train.py](scripts/python-environments/fake_train.py)** - Simulated ML training script for testing
383+
- **[test_full_training_job.sh](scripts/python-environments/test_full_training_job.sh)** - Complete ML training job test
384384

385385
To test the full workflow:
386386
```bash
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)