Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nek5000
giraffe
Commits
777a501e
Commit
777a501e
authored
Oct 19, 2016
by
Ron Rahaman
Browse files
build script creates dummy include/ and src/ dirs
parent
c687e5b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
examples/template_example/build_coupled_nek.sh
View file @
777a501e
...
...
@@ -2,6 +2,11 @@
NEK_CASENAME
=
"
$(
basename
$(
pwd
))
"
NEK_SOURCE_DIR
=
"
$(
dirname
$(
dirname
$(
pwd
)))
/Nek5000"
# MOOSE issues a warning if these directories do not exist.
# Creating these dirs will suppress that warning
mkdir
-p
src
mkdir
-p
include/base
SCH_FILE
=
"
$NEK_CASENAME
.sch"
if
[
-e
$SCH_FILE
]
;
then
echo
"Deleting
$SCH_FILE
..."
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment