| ... | @@ -19,7 +19,7 @@ Create the Conda environment as follows: |
... | @@ -19,7 +19,7 @@ Create the Conda environment as follows: |
|
|
mamba create -y --name profilers python=3.10 sphinx openmpi-mpifort openmpi-mpicc openmpi-mpicxx netcdf4 six clangdev llvmdev cmake
|
|
mamba create -y --name profilers python=3.10 sphinx openmpi-mpifort openmpi-mpicc openmpi-mpicxx netcdf4 six clangdev llvmdev cmake
|
|
|
```
|
|
```
|
|
|
|
|
|
|
|
Alternatively, the environment can also be download [here](uploads/c01b03d6b7cae396aa5d21bb2490f97e/profilers.yml)
|
|
Alternatively, the environment can also be download [here](uploads/458fcfce8753fadd10c56584bb67642d/profilers.yml)
|
|
|
|
|
|
|
|
Activate the environment:
|
|
Activate the environment:
|
|
|
|
|
|
| ... | @@ -42,14 +42,10 @@ export PROFILER_PATH_SCOREP=/home/BARRIER/Softwares/profilers/install-scorep |
... | @@ -42,14 +42,10 @@ export PROFILER_PATH_SCOREP=/home/BARRIER/Softwares/profilers/install-scorep |
|
|
|
|
|
|
|
```
|
|
```
|
|
|
# Define compiler variables
|
|
# Define compiler variables
|
|
|
export CC=gcc
|
|
export OMPI_CXX=g++
|
|
|
export FC=gfortran
|
|
export OMPI_CC=gcc
|
|
|
export F77=gfortran
|
|
export OMPI_FC=gfortran
|
|
|
export CXX=g++
|
|
export OMPI_F77=gfortran
|
|
|
export MPICC=mpicc
|
|
|
|
|
export MPICXX=mpic++
|
|
|
|
|
export MPIFORT=mpifort
|
|
|
|
|
export FCFLAGS="-ffree-form"
|
|
|
|
|
|
|
|
|
|
# Define compiler variables
|
|
# Define compiler variables
|
|
|
export CC=gcc
|
|
export CC=gcc
|
| ... | |
... | |
| ... | | ... | |