Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
integration-cfmesh
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Community
integration-cfmesh
Commits
952a63e9
Commit
952a63e9
authored
Mar 26, 2018
by
Mark Olesen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
COMP: change dir for Allwmake, Allwclean
parent
0cb890e0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
10 deletions
+7
-10
Allwclean
Allwclean
+6
-5
Allwmake
Allwmake
+1
-5
No files found.
Allwclean
View file @
952a63e9
#!/bin/sh
#!/bin/sh
# Compile mesh library
cd
${
0
%/*
}
||
exit
1
# Run from this directory
wclean libso meshLibrary
# Compile executables
#------------------------------------------------------------------------------
wclean all executables
# Compile utilities
wclean libso meshLibrary
wclean all executables
wclean all utilities
wclean all utilities
#------------------------------------------------------------------------------
Allwmake
View file @
952a63e9
#!/bin/sh
#!/bin/sh
cd
${
0
%/*
}
||
exit
1
# Run from this directory
# Parse arguments for library compilation
# Parse arguments for library compilation
if
[
-f
$WM_PROJECT_DIR
/wmake/scripts/AllwmakeParseArguments
]
if
[
-f
$WM_PROJECT_DIR
/wmake/scripts/AllwmakeParseArguments
]
...
@@ -13,13 +14,8 @@ echo " $WM_COMPILER $WM_COMPILER_TYPE compiler"
...
@@ -13,13 +14,8 @@ echo " $WM_COMPILER $WM_COMPILER_TYPE compiler"
echo
"
${
WM_OPTIONS
}
, with
${
WM_MPLIB
}
${
FOAM_MPI
}
"
echo
"
${
WM_OPTIONS
}
, with
${
WM_MPLIB
}
${
FOAM_MPI
}
"
echo
echo
# Compile mesh library
wmake libso meshLibrary
wmake libso meshLibrary
# Compile executables
wmake all executables
wmake all executables
# Compile utilities
wmake all utilities
wmake all utilities
# Some summary information
# Some summary information
...
...
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