Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-uggrid
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
staging
dune-uggrid
Commits
5a6a8a37
Commit
5a6a8a37
authored
10 years ago
by
Oliver Sander
Browse files
Options
Downloads
Patches
Plain Diff
Remove ug.conf, another remnant of the old pre-AutoTools build system
parent
9c675fb2
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ug.conf
+0
-143
0 additions, 143 deletions
ug.conf
with
0 additions
and
143 deletions
ug.conf
deleted
100644 → 0
+
0
−
143
View file @
9c675fb2
######################################################################
#
# UG CONFIGURATION FILE
#
# edit this file in order to configure your ug version for
# your execution environment. this includes two parts:
#
# - part 1: architecture and programming models
# - part 2: application switches
#
######################################################################
######################################################################
#
# UG CONFIGS PART 1: ARCHITECTURE DEPENDENT PART
#
######################################################################
# edit ARCH to set your architecture
# - choose exactly one of:
# HP SGI DEC AIX PARAGON PC POWERGC SOLARIS SUN4GCC T3D NECSX4
# - for Macintosh consider exception (see manual for Makefiles)
# - for changing architecture dependent compile and link
# flags (e.g., -O2 or -g) edit macro definition file
# in $UGROOT/arch/$ARCH/mk.arch.
ARCH
=
PC
# edit MODEL to set the basic programming model
# - SEQ for compiling sequential version
# - one of MPI NX NXLIB PARIX PVM SHMEMT3D
# for parallel version
MODEL
=
SEQ
# for certain parallel programming models, additional
# include and lib paths will be necessary, according to
# your local installation.
# reuse or edit one of the following example settings, if necessary.
# example settings for MPI
#MODEL_ENV_CFLAGS = -I$(MPIHOME)/include
#MODEL_ENV_LFLAGS = -L$(MPIHOME)/lib/IRIX/ch_p4 -lmpi
# for SGI ORIGIN MPIHOME=/usr/lib32
#MODEL_ENV_LFLAGS = -L$(MPIHOME)/ -lmpi
# example settings for PVM
#MODEL_ENV_CFLAGS = -I$(PVM_ROOT)/include
#MODEL_ENV_LFLAGS = -L$(PVM_ROOT)/lib/$(PVM_ARCH) -lpvm3
######################################################################
#
# UG CONFIGS PART 2: APPLICATION DEPENDENT PART
#
######################################################################
# edit DIM to set the space dimension of the ug library
# - choose one of 2 or 3
DIM
=
3
# edit GRAPE if you want to use the graphical user interface ug/Grape
# - choose one of ON or OFF
GRAPE
=
OFF
# for using GRAPE, additional lib paths will be necessary, according
# to your local installation. reuse or edit one of the following
# example settings, if necessary.
# example settings for GL (or OpenGL?)
#GRAPE_ENV_LFLAGS = -lgl -lGL -lspaceball
# edit COVISE if you want to use the interface to Covise
# - choose one of ON or OFF
COVISE
=
OFF
# edit PV3 if you want to use the interface to pV3
# - choose one of ON or OFF
PV3
=
OFF
# edit NETGEN if you want to use Schoeberls grid generator
# - choose one of ON or OFF
NETGEN
=
OFF
# edit REMOTE_IF to use the ugd/rif remote ug interface
# - choose one ON or OFF
REMOTE_IF
=
OFF
IF
=
X
# edit GUI in order to use gui library
# - choose one of ON or OFF
GUI
=
OFF
# edit DOM_MODULE to choose the domain module
# - currently only STD_DOMAIN is available
DOM_MODULE
=
STD_DOMAIN
# edit DEBUG_MODE in order to use ug inline debugging code
# - choose one of ON or OFF
DEBUG_MODE
=
ON
# edit OPTIM_MODE for compiling
# - choose one of ON or OFF
OPTIM_MODE
=
ON
# edit CHACO in order to use Chaco partitioning library (ModelP only!)
# - choose one of ON or OFF
CHACO
=
OFF
# edit CAD in order to use cad library
# - choose one of ON or OFF
CAD
=
OFF
######################################################################
# do not edit below this line
include
$(
UGROOT
)/
configs
/
mk
.
ugsettings
######################################################################
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