Skip to content
Snippets Groups Projects
Commit dd51d180 authored by Antoine Cyril David Hoffmann's avatar Antoine Cyril David Hoffmann 🌱
Browse files

Merge branch 'master' of gitlab.epfl.ch:ahoffman/gyacomo

parents cc955a56 724adf75
No related branches found
No related tags found
No related merge requests found
.vimrc
*.swp
*~
*.asv
*.m.orig
*.DS_Store
*.fig
*.pdf
*.eps
*.mov
*.mp4
*.emf
*.pptx
*.jpg
*.gif
*.jpeg
*.mat
*.dat
*.mod
*.h5
*.o
*.a
*.png
logs/
results/
results_old/
mod/
obj/
bin/
wk/fort*.90
.directory
checkpoint/
FM/
iCa/
*.out
src/srcinfo.h
src/srcinfo/srcinfo.h
local/
*/*.sh
Gallery/
.vscode/settings.json
*figure*
results*
out*
!scripts/*
*.avi
gyacomo
gyacomo_dbg
gyacomo23*
wk/parameters/profiles
local/dirs.inc
simulations
__pycache__
ignore*
ralf*
\ No newline at end of file
# Variables for main path and libraries
PREFIX = $(HOME)/gyacomo
LIBDIR = $(HOME)/lib
# OS environment: Linux, Marconi or MacOS (use Linux per default)
ENVTYPE = Linux
# Auxiliary variables
SRCDIR = $(PREFIX)/src
BINDIR = $(PREFIX)/bin
OBJDIR = $(PREFIX)/obj
MODDIR = $(PREFIX)/mod
ifeq ($(ENVTYPE), Linux) #Linux env.
FMDIR = $(LIBDIR)/FM
FUTILS_DIR = $(LIBDIR)/futils/src
FFTW3DIR = $(LIBDIR)/fftw-3.3.10
#LAPACKDIR = $(LIBDIR)/lapack-3.10.0
HDF5_LIB = $(HDF5_ROOT)/lib
endif
ifeq ($(ENVTYPE), Marconi) #Marconi env.
FMDIR = $(LIBDIR)/FM
FUTILS_DIR = $(LIBDIR)/futils/src
FFTW3DIR = $(FFTW_HOME)
endif
ifeq ($(ENVTYPE), MacOS) #MacOS
FMDIR = $(LIBDIR)/FM
FUTILS_DIR = $(LIBDIR)/futils/src
FFTW3DIR = $(LIBDIR)/fftw-3.3.10
LAPACKDIR = /opt/homebrew/opt/lapack
HDF5_LIB = /usr/local/hdf5-1.8.22/lib
endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment