Skip to content

Commit

Permalink
feat: Adding SLURM batch submit
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekkatial committed Aug 28, 2024
1 parent addfedf commit 960d895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/run_instances_n_layers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ for file in "$inst_directory"/*; do
logfile="logs/run-$instance-%x-%j-%N.out"
# Submit the Slurm job for each combination with logging
echo "Run $i: Submitting job for file: $file"
# sbatch --output="$logfile" bin/run_evolved_instance.slurm "$file"
sbatch --output="$logfile" bin/bin/run_instances_n_layers.slurm "$file"
((i++))
done

0 comments on commit 960d895

Please sign in to comment.