X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=code%2Fstage1%2Fsrc%2Fmain.sh;fp=code%2Fstage1%2Fsrc%2Fmain.sh;h=0000000000000000000000000000000000000000;hb=7709d507dfab9256a401f2c77ced7bc70d90fec3;hp=26cd32f6c44a39a1ee054ebb404d3787a8d3c3b6;hpb=38aef1cbef037257bf03dd1e65fbb682a32e3f2c;p=epclust.git diff --git a/code/stage1/src/main.sh b/code/stage1/src/main.sh deleted file mode 100644 index 26cd32f..0000000 --- a/code/stage1/src/main.sh +++ /dev/null @@ -1,30 +0,0 @@ -#!/bin/bash -#PBS -l walltime=00:05:00 -#PBS -l nodes=2:ppn=8,pmem=1gb -#PBS -oe .output - -WORKDIR="/workdir2/auder/edfclust/code" -cd $WORKDIR - -rm -f .output - -saveLibPath=$LD_LIBRARY_PATH - -#TODO: CDS as a module -LD_LIBRARY_PATH=/workdir2/cds/lib:/opt/openmpi/lib:$LD_LIBRARY_PATH -export LD_LIBRARY_PATH - -#TODO: externalize (de)serialization, do not make assumptions on "how is data stored" (...) - -# ppam args (in case of clustering) = -# 1: path to binary dataset -# 2: series per processor -# 3: number of clusters -# 4: boolean to randomize series sampling -# 5: type of distance (1 for L1, 2 for L2...) - -#TODO: Hybrid MPI+OpenMP -mpirun -np 16 ppam cluster ../data/2009_first10000.bin 300 7 0 1 - -LD_LIBRARY_PATH=$saveLibPath -export LD_LIBRARY_PATH