Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
EAR.UP
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dorian Stoll
EAR.UP
Commits
e105df26
Commit
e105df26
authored
2 years ago
by
Oriol Vidal Teruel
Browse files
Options
Downloads
Patches
Plain Diff
Start ignoring deployment script
parent
24aec9e4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
deployment.sh
+0
-32
0 additions, 32 deletions
deployment.sh
with
0 additions
and
32 deletions
deployment.sh
deleted
100755 → 0
+
0
−
32
View file @
24aec9e4
#!/bin/bash
export
EAR_INSTALL
=
$HOME
/ear4.2_lenox
export
EAR_INSTALL
=
/hpc/base/ctt/packages/EAR/ear4.2
export
EAR_TMP
=
/var/ear
export
EAR_ETC
=
$EAR_INSTALL
/etc
module purge
module load base-env
module load compiler/gnu/11.2.0
module load cuda/11.0
module load likwid/5.2.1
module load mpi/intel/2021.2
module load compiler/intel/20.4
module load cupti/10.1
autoreconf
-i
echo
"Intel MPI"
./configure
--prefix
=
$EAR_INSTALL
EAR_TMP
=
/var/ear
EAR_ETC
=
$EAR_INSTALL
/etc
--with-slurm
=
/hpc/base/ctt/build/slurm-21.08.4
--with-likwid
=
$LIKWIDROOT
--with-cuda
=
$CUDA_HOME
CC
=
icc
MPICC
=
mpiicc
CC_FLAGS
=
"-static-intel -Werror-all -g"
MPICC_FLAGS
=
"-static-intel -Werror-all -g"
--with-cupti
=
$CUDA_HOME
/extras/CUPTI
--with-oneapi
=
$HOME
/level_zero
MAKE_NAME
=
icc.impi.cupti.oneapi
echo
"SLURM_CFLAGS = -I/hpc/base/ctt/build/slurm-21.08.4"
>>
Makefile.icc.impi.cupti.oneapi
module unload mpi/intel/2021.2
module unload compiler/intel/20.4
module load mpi/openmpi/4.1.3_gnu_cuda
echo
"OpenMPI"
./configure
--prefix
=
$EAR_INSTALL
EAR_TMP
=
/var/ear
EAR_ETC
=
$EAR_INSTALL
/etc
--with-slurm
=
/hpc/base/ctt/build/slurm-21.08.4
--with-likwid
=
$LIKWIDROOT
--with-cuda
=
$CUDA_HOME
CC
=
gcc
MPICC
=
mpicc
CC_FLAGS
=
"-Wall -g"
MPICC_FLAGS
=
"-Wall -g"
--with-cupti
=
$CUDA_HOME
/extras/CUPTI
--with-oneapi
=
$HOME
/level_zero
MAKE_NAME
=
gcc.ompi.cupti.oneapi
MPI_VERSION
=
ompi
echo
"SLURM_CFLAGS = -I/hpc/base/ctt/build/slurm-21.08.4"
>>
Makefile.gcc.ompi.cupti.oneapi
echo
"No MPI"
./configure
--prefix
=
$EAR_INSTALL
EAR_TMP
=
/var/ear
EAR_ETC
=
$EAR_INSTALL
/etc
--with-slurm
=
/hpc/base/ctt/build/slurm-21.08.4
--with-likwid
=
$LIKWIDROOT
--with-cuda
=
$CUDA_HOME
CC
=
gcc
MPICC
=
mpicc
CC_FLAGS
=
"-Wall -g"
MPICC_FLAGS
=
"-Wall -g"
--with-cupti
=
$CUDA_HOME
/extras/CUPTI
--with-oneapi
=
$HOME
/level_zero
MAKE_NAME
=
gcc.nompi.cupti.oneapi
--disable-mpi
echo
"SLURM_CFLAGS = -I/hpc/base/ctt/build/slurm-21.08.4"
>>
Makefile.gcc.nompi.cupti.oneapi
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment