-
Notifications
You must be signed in to change notification settings - Fork 15
Installation_hpc
Anthony Scemama edited this page Apr 8, 2022
·
2 revisions
./configure \
CC=gcc \
CFLAGS="-g -O2 -ffast-math -march=native -flto -fno-trapping-math -fno-math-errno -ftre
FC=gfortran \
FCFLAGS="-g -O2 -fstack-arrays -ffast-math -march=native -flto -ftree-vectorize -fno-sta
--enable-hpc --with-openmp --enable-static
./configure --with-icc --with-ifort --enable-hpc --with-openmp --enable-static
./configure \
CC=clang \
CFLAGS="-Ofast -g -march=native" \
FC=flang \
FCFLAGS="-Ofast -g -march=native" \
--enable-hpc --with-openmp --enable-static
./configure \
CC=nvc \
CFLAGS="-fast -g -tp=native" \
FC=nvfortran
FCFLAGS="-fast -g -tp=native" \
--enable-hpc --with-openmp
./configure \
CC=nvc \
CFLAGS="-fast -g -gpu=cuda11.5,cc70 -Minfo"
FC=nvfortran
FCFLAGS="-fast -g -gpu=cuda11.5,cc70 -Minfo"
--enable-hpc --with-openmp --enable-gpu=openmp
./configure \
CC=nvc \
CFLAGS="-fast -g -gpu=cuda11.5,cc70 -Minfo"
FC=nvfortran
FCFLAGS="-fast -g -gpu=cuda11.5,cc70 -Minfo"
--enable-hpc --enable-gpu=openacc
./configure \
CC=nvc \
CFLAGS="-fast -g -gpu=cuda11.5,cc70 -Minfo"
FC=nvfortran
FCFLAGS="-fast -g -gpu=cuda11.5,cc70 -Minfo"
--enable-hpc --enable-gpu=openmp --with-cublas