Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP added first version of gtx1080 updates #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
@@ -0,0 +1 @@
*~
20,164 changes: 20,164 additions & 0 deletions results/GTX1080/clfft-2.12.2/clfft_gcc6.2.0_centos7.5.csv

Large diffs are not rendered by default.

20,164 changes: 20,164 additions & 0 deletions results/GTX1080/cuda-9.0.176/cufft_gcc6.2.0_centos7.5.csv

Large diffs are not rendered by default.

20,164 changes: 20,164 additions & 0 deletions results/GTX1080/cuda-9.1.85/cufft_gcc6.2.0_centos7.5.csv

Large diffs are not rendered by default.

20,164 changes: 20,164 additions & 0 deletions results/GTX1080/cuda-9.2.88/cufft_gcc6.2.0_centos7.5.csv

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions results/GTX1080/sbatch_furiosa_cufft_clfft_gtx1080.sh
@@ -1,7 +1,6 @@
#!/bin/bash
#SBATCH -J gearshifft-gtx1080
#SBATCH --nodes=1
#SBATCH --exclusive
#SBATCH --time=10:00:00
#SBATCH --mem=128000M # gpu2
#SBATCH --partition=gpu
Expand All @@ -14,7 +13,7 @@ k=$SLURM_ARRAY_TASK_ID

CURDIR=${HOME}/development/gearshifft_results
APPROOT=${HOME}/development/gearshifft
RESULTSA=${CURDIR}/results/GTX1080/cuda-8.0.61
RESULTSA=${CURDIR}/results/GTX1080/cuda-9.0.176
RESULTSB=${CURDIR}/results/GTX1080/clfft-2.12.2

FEXTENTS1D=$CURDIR/share/gearshifft/extents_1d_publication.conf
Expand All @@ -23,9 +22,11 @@ FEXTENTS3D=$CURDIR/share/gearshifft/extents_3d_publication.conf
#FEXTENTS=$CURDIR/share/gearshifft/extents_all_publication.conf
FEXTENTS=${APPROOT}/share/gearshifft/extents_capped_all_publication.conf

module load cuda/8.0.61 clfft/2.12.2 fftw/3.3.6-pl1-brdw boost/1.63.0
module unload gcc
module load gcc/5.3.0
module load clfft/2.12.2 boost/1.66.0
module unload cuda
module load cuda/9.0.176
# module unload gcc
# module load gcc/5.3.0

if [[ -z ${FEXTENTS} ]];
then
Expand All @@ -40,15 +41,14 @@ echo "running benchmarks from configuration" `ls $FEXTENTS`
fi


echo -e "results stored to \n->$RESULTSA/cufft_gcc5.3.0_centos7.2.csv\n->$RESULTSB/clfft_gcc5.3.0_centos7.2.csv"
# default is cuda 8.0.61
echo -e "results stored to \n->$RESULTSA/cufft_gcc6.2.0_centos7.5.csv\n->$RESULTSB/clfft_gcc6.2.0_centos7.5.csv"
if [ $k -eq 1 ]; then
mkdir -p ${RESULTSA}
srun $APPROOT/build/gearshifft_cufft -f $FEXTENTS -o $RESULTSA/cufft_gcc5.3.0_centos7.2.csv
srun $APPROOT/build/gearshifft_cufft -f $FEXTENTS -o $RESULTSA/cufft_gcc6.2.0_centos7.5.csv
fi
if [ $k -eq 2 ]; then
mkdir -p ${RESULTSB}
srun $APPROOT/build/gearshifft_clfft -f $FEXTENTS -o $RESULTSB/clfft_gcc5.3.0_centos7.2.csv
srun $APPROOT/build/gearshifft_clfft -f $FEXTENTS -o $RESULTSB/clfft_gcc6.2.0_centos7.5.csv
fi

module list
Expand Down
55 changes: 55 additions & 0 deletions results/GTX1080/sbatch_furiosa_cufft_clfft_gtx1080_91.sh
@@ -0,0 +1,55 @@
#!/bin/bash
#SBATCH -J gearshifft-gtx1080
#SBATCH --nodes=1
#SBATCH --time=10:00:00
#SBATCH --mem=128000M # gpu2
#SBATCH --partition=gpu
#SBATCH --gres=gpu:1
#SBATCH --array 1-2
#SBATCH -o gearshifft-gtx1080_91-%A_%a.out
#SBATCH -e gearshifft-gtx1080_91-%A_%a.err

k=$SLURM_ARRAY_TASK_ID

CURDIR=${HOME}/development/gearshifft_results
APPROOT=${HOME}/development/gearshifft
RESULTSA=${CURDIR}/results/GTX1080/cuda-9.1.85
RESULTSB=${CURDIR}/results/GTX1080/clfft-2.12.2

FEXTENTS1D=$CURDIR/share/gearshifft/extents_1d_publication.conf
FEXTENTS2D=$CURDIR/share/gearshifft/extents_2d_publication.conf
FEXTENTS3D=$CURDIR/share/gearshifft/extents_3d_publication.conf
#FEXTENTS=$CURDIR/share/gearshifft/extents_all_publication.conf
FEXTENTS=${APPROOT}/share/gearshifft/extents_capped_all_publication.conf

module load clfft/2.12.2 boost/1.66.0
module unload cuda
module load cuda/9.1.85
# module unload gcc
# module load gcc/5.3.0

if [[ -z ${FEXTENTS} ]];
then
echo "uups, ${FEXTENTS} is empty"
fi

if [[ ! -e ${FEXTENTS} ]];
then
echo "uups, ${FEXTENTS} does not exist"
else
echo "running benchmarks from configuration" `ls $FEXTENTS`
fi


echo -e "results stored to \n->$RESULTSA/cufft_gcc6.2.0_centos7.5.csv\n->$RESULTSB/clfft_gcc6.2.0_centos7.5.csv"
if [ $k -eq 1 ]; then
mkdir -p ${RESULTSA}
srun $APPROOT/build/gearshifft_cufft -f $FEXTENTS -o $RESULTSA/cufft_gcc6.2.0_centos7.5.csv
fi
if [ $k -eq 2 ]; then
mkdir -p ${RESULTSB}
srun $APPROOT/build/gearshifft_clfft -f $FEXTENTS -o $RESULTSB/clfft_gcc6.2.0_centos7.5.csv
fi

module list
nvidia-smi -q -d PERFORMANCE
55 changes: 55 additions & 0 deletions results/GTX1080/sbatch_furiosa_cufft_clfft_gtx1080_92.sh
@@ -0,0 +1,55 @@
#!/bin/bash
#SBATCH -J gearshifft-gtx1080
#SBATCH --nodes=1
#SBATCH --time=10:00:00
#SBATCH --mem=128000M # gpu2
#SBATCH --partition=gpu
#SBATCH --gres=gpu:1
#SBATCH --array 1-2
#SBATCH -o gearshifft-gtx1080_92-%A_%a.out
#SBATCH -e gearshifft-gtx1080_92-%A_%a.err

k=$SLURM_ARRAY_TASK_ID

CURDIR=${HOME}/development/gearshifft_results
APPROOT=${HOME}/development/gearshifft
RESULTSA=${CURDIR}/results/GTX1080/cuda-9.2.88
RESULTSB=${CURDIR}/results/GTX1080/clfft-2.12.2

FEXTENTS1D=$CURDIR/share/gearshifft/extents_1d_publication.conf
FEXTENTS2D=$CURDIR/share/gearshifft/extents_2d_publication.conf
FEXTENTS3D=$CURDIR/share/gearshifft/extents_3d_publication.conf
#FEXTENTS=$CURDIR/share/gearshifft/extents_all_publication.conf
FEXTENTS=${APPROOT}/share/gearshifft/extents_capped_all_publication.conf

module load clfft/2.12.2 boost/1.66.0
module unload cuda
module load cuda/9.2.88
# module unload gcc
# module load gcc/5.3.0

if [[ -z ${FEXTENTS} ]];
then
echo "uups, ${FEXTENTS} is empty"
fi

if [[ ! -e ${FEXTENTS} ]];
then
echo "uups, ${FEXTENTS} does not exist"
else
echo "running benchmarks from configuration" `ls $FEXTENTS`
fi


echo -e "results stored to \n->$RESULTSA/cufft_gcc6.2.0_centos7.5.csv\n->$RESULTSB/clfft_gcc6.2.0_centos7.5.csv"
if [ $k -eq 1 ]; then
mkdir -p ${RESULTSA}
srun $APPROOT/build/gearshifft_cufft -f $FEXTENTS -o $RESULTSA/cufft_gcc6.2.0_centos7.5.csv
fi
if [ $k -eq 2 ]; then
mkdir -p ${RESULTSB}
srun $APPROOT/build/gearshifft_clfft -f $FEXTENTS -o $RESULTSB/clfft_gcc6.2.0_centos7.5.csv
fi

module list
nvidia-smi -q -d PERFORMANCE