Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Gyacomo
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package 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
Antoine Cyril David Hoffmann
Gyacomo
Commits
dd51d180
Commit
dd51d180
authored
10 months ago
by
Antoine Cyril David Hoffmann
🌱
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of gitlab.epfl.ch:ahoffman/gyacomo
parents
cc955a56
724adf75
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+55
-0
55 additions, 0 deletions
.gitignore
local/dirs.inc
+0
-32
0 additions, 32 deletions
local/dirs.inc
with
55 additions
and
32 deletions
.gitignore
0 → 100644
+
55
−
0
View file @
dd51d180
.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
This diff is collapsed.
Click to expand it.
local/dirs.inc
deleted
100644 → 0
+
0
−
32
View file @
cc955a56
# 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
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