Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
Elmer_dummy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
Moritz Hanke
Elmer_dummy
Commits
72eaca92
Commit
72eaca92
authored
1 month ago
by
Moritz Hanke
Browse files
Options
Downloads
Patches
Plain Diff
adds Makefile to retrieve mesh data
parent
010b90b5
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Makefile
+7
-0
7 additions, 0 deletions
Makefile
mesh/Makefile
+16
-0
16 additions, 0 deletions
mesh/Makefile
src/Makefile
+2
-0
2 additions, 0 deletions
src/Makefile
with
25 additions
and
0 deletions
Makefile
0 → 100644
+
7
−
0
View file @
72eaca92
SUBDIRS
:=
mesh src
.PHONY
:
all $(MAKECMDGOALS) $(SUBDIRS)
$(MAKECMDGOALS) all
:
$(SUBDIRS)
$(SUBDIRS)
:
$(
MAKE
)
-C
$@
$(
MAKECMDGOALS
)
This diff is collapsed.
Click to expand it.
mesh/Makefile
0 → 100644
+
16
−
0
View file @
72eaca92
MESH_FILE_LINK
=
https://kannu.csc.fi/s/npxnWEzPowrd2by/download/MESH_Greenland.tgz
MESH_FILE
=
$(
notdir
$(
MESH_FILE_LINK
))
.PHONY
:
all clean
all
:
$(MESH_FILE)
clean
:
rm
-rf
MESH
*
$(MESH_FILE)
:
echo
$@
echo
fetching:
$@
curl
-sL
$(
MESH_FILE_LINK
)
-o
$@
echo
unpacking:
$@
tar
xvf
$@
This diff is collapsed.
Click to expand it.
src/Makefile
+
2
−
0
View file @
72eaca92
...
...
@@ -15,6 +15,8 @@ LIBS = \
CC
=
mpicc
LD
=
mpicc
.PHONY
:
clean
.SUFFIXES
:
all
:
elmer_dummy.x
...
...
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