Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 71af2d4a authored by PRUVOST Florent's avatar PRUVOST Florent
Browse files

trying to fix bench plafrim and guix recipe: put mkl in the adhoc packages

parent 91b43a17
No related branches found
No related tags found
No related merge requests found
...@@ -28,10 +28,10 @@ else ...@@ -28,10 +28,10 @@ else
fi fi
# define env var and guix rule to use depending on the mpi vendor # define env var and guix rule to use depending on the mpi vendor
GUIX_ENV="chameleon --with-input=openblas=mkl" GUIX_ENV="chameleon"
if [ $NODE = "sirocco" ] if [ $NODE = "sirocco" ]
then then
GUIX_ENV="chameleon-cuda --with-input=openblas=mkl" GUIX_ENV="chameleon-cuda"
fi fi
export MPI_OPTIONS="" export MPI_OPTIONS=""
if [ $MPI = "openmpi" ] if [ $MPI = "openmpi" ]
...@@ -51,7 +51,7 @@ else ...@@ -51,7 +51,7 @@ else
echo "$0: Please set the MPI environnement variable to openmpi or nmad." echo "$0: Please set the MPI environnement variable to openmpi or nmad."
exit -1 exit -1
fi fi
GUIX_ADHOC="coreutils gawk grep jube perl python python-click python-certifi python-elasticsearch python-gitpython python-matplotlib python-pandas python-seaborn r-ggplot2 r-plyr r-reshape2 sed slurm@19" GUIX_ADHOC="coreutils gawk grep jube perl python python-click python-certifi python-elasticsearch python-gitpython python-matplotlib python-pandas python-seaborn r-ggplot2 r-plyr r-reshape2 sed slurm@19 mkl"
GUIX_RULE="$GUIX_ENV $GUIX_ENV_MPI --ad-hoc $GUIX_ADHOC $GUIX_ADHOC_MPI" GUIX_RULE="$GUIX_ENV $GUIX_ENV_MPI --ad-hoc $GUIX_ADHOC $GUIX_ADHOC_MPI"
# Submit jobs # Submit jobs
...@@ -73,4 +73,4 @@ exec guix environment --pure \ ...@@ -73,4 +73,4 @@ exec guix environment --pure \
echo "####################### End Chameleon benchmarks #######################" echo "####################### End Chameleon benchmarks #######################"
# clean tmp # clean tmp
rm -rf /tmp/guix-$$ rm -rf /tmp/guix-$$
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment