Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
openfoam
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor 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
Development
openfoam
Commits
4bfb21b1
Commit
4bfb21b1
authored
17 years ago
by
henry
Committed by
Mark Olesen
17 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Made WM_COMPILER externally selectable. Default is set to Gcc.
parent
c0a6360f
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
etc/bashrc
+1
-1
1 addition, 1 deletion
etc/bashrc
etc/cshrc
+1
-1
1 addition, 1 deletion
etc/cshrc
with
2 additions
and
2 deletions
etc/bashrc
+
1
−
1
View file @
4bfb21b1
...
...
@@ -65,7 +65,7 @@ export WM_PROJECT_USER_DIR=$HOME/$WM_PROJECT/$USER-$WM_PROJECT_VERSION
# Compiler: set to Gcc, Gcc43 or Icc (for Intel's icc)
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
export
WM_COMPILER
=
Gcc43
:
${
WM_COMPILER
:
=Gcc
}
;
export
WM_COMPILER
export
WM_COMPILER_ARCH
=
export
WM_COMPILER_LIB_ARCH
=
...
...
This diff is collapsed.
Click to expand it.
etc/cshrc
+
1
−
1
View file @
4bfb21b1
...
...
@@ -57,7 +57,7 @@ setenv WM_PROJECT_USER_DIR $HOME/$WM_PROJECT/$LOGNAME-$WM_PROJECT_VERSION
# Compiler: set to Gcc, Gcc43 or Icc (for Intel's icc)
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
setenv WM_COMPILER Gcc
43
if
(
!
$?
WM_COMPILER
)
setenv WM_COMPILER Gcc
setenv WM_COMPILER_ARCH
setenv WM_COMPILER_LIB_ARCH
...
...
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