diff --git a/SortingAlg/Distributed_Sorting.2405.out b/SortingAlg/Distributed_Sorting.2405.out deleted file mode 100644 index 824fe69..0000000 --- a/SortingAlg/Distributed_Sorting.2405.out +++ /dev/null @@ -1,3 +0,0 @@ -Usage: sort_big_file -It returns a file with extension '.sort' in the /mnt/raid/tmp/ directory. Make sure to have space before. -Use arguments in the make as ARGS="stuff". Example 'make run ARGS="/path/to/file"'. diff --git a/SortingAlg/eDistributed_Sorting.2405.err b/SortingAlg/eDistributed_Sorting.2405.err deleted file mode 100644 index e69de29..0000000 diff --git a/SortingAlg/launcher.sh b/SortingAlg/launcher.sh deleted file mode 100755 index a0e2337..0000000 --- a/SortingAlg/launcher.sh +++ /dev/null @@ -1,22 +0,0 @@ -#!/bin/bash -## sbatch is the command line interpreter for Slurm - -## specify the name of the job in the queueing system -#SBATCH --job-name=Distributed_Sorting -## specify the partition for the resource allocation. if not specified, slurm is allowed to take the default(the one with a star *) -#SBATCH --partition=production -## format for time is days-hours:minutes:seconds, is used as time limit for the execution duration -#SBATCH --time=12:00:00 -## specify the real memory required per node. suffix can be K-M-G-T but if not present is MegaBytes by default -#SBATCH --mem=3G -## format for hosts as a range(steffe[1-4,10-15,20]), to specify hosts needed to satisfy resource requirements -#SBATCH --nodelist=steffe[1] -## to specify the number of processors per task, default is one -#SBATCH --cpus-per-task=1 -## to specify the number of tasks to be invoked on each node -#SBATCH --ntasks-per-node=1 -## to specify the file of utput and error -#SBATCH --output ./%x.%j.out -#SBATCH --error ./e%x.%j.err - -mpirun sort_big_file diff --git a/SortingAlg/main.o b/SortingAlg/main.o deleted file mode 100644 index a52aa64..0000000 Binary files a/SortingAlg/main.o and /dev/null differ diff --git a/SortingAlg/sort_big_file b/SortingAlg/sort_big_file deleted file mode 100755 index 5fcacc1..0000000 Binary files a/SortingAlg/sort_big_file and /dev/null differ