Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Méso-NH code
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RODIER Quentin
Méso-NH code
Commits
6c540ccd
Commit
6c540ccd
authored
8 years ago
by
Gaelle TANGUY
Browse files
Options
Downloads
Patches
Plain Diff
G.Delautier 15/11/2016 : compilateur beaufix
parent
6668d263
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/Makefile.MESONH.mk
+1
-1
1 addition, 1 deletion
src/Makefile.MESONH.mk
src/configure
+7
-22
7 additions, 22 deletions
src/configure
with
8 additions
and
23 deletions
src/Makefile.MESONH.mk
+
1
−
1
View file @
6c540ccd
...
...
@@ -443,7 +443,7 @@ endif
#
# NetCDF in beaufix (bull meteo-france)
ifeq
"$(VER_CDF)" "CDFBFIX"
CDF_PATH
?=
/opt/softs/libraries/ICC1
3
.1.
4.183
/netcdf-4.
3
.0
CDF_PATH
?=
/opt/softs/libraries/ICC1
6
.1.
150
/netcdf-4.
4
.0
INC_NETCDF
?=
-I
${
CDF_PATH
}
/include
LIB_NETCDF
?=
-L
${
CDF_PATH
}
/lib
-lnetcdf
-lnetcdff
INC
+=
$(
INC_NETCDF
)
...
...
This diff is collapsed.
Click to expand it.
src/configure
+
7
−
22
View file @
6c540ccd
...
...
@@ -10,7 +10,6 @@ then
#
export
VERSION_MASTER
=
${
VERSION_MASTER
:-
MNH
-V5-3
}
export
VERSION_BUG
=
${
VERSION_BUG
:-
0
}
export
VER_OASIS
=
${
VER_OASIS
:-
""
}
export
VERSION_XYZ
=
${
VERSION_XYZ
:-${
VERSION_MASTER
}
-
${
VERSION_BUG
}${
VER_OASIS
:+-
${
VER_OASIS
}}}
export
VERSION_DATE
=
${
VERSION_DATE
:-
"23/06/2016"
}
export
VERSION_CDF
=
${
VERSION_CDF
:-
"4.1.3"
}
...
...
@@ -22,7 +21,6 @@ export MNH_IOCDF4=${MNH_IOCDF4:-1}
export
VERSION_OASIS
=
${
VERSION_OASIS
:-
"mct_v3"
}
export
VERSION_TOY
=
${
VERSION_TOY
:-
"v1-0"
}
export
VERSION_NCL
=
${
VERSION_NCL
:-
"ncl-6.3.0"
}
#
...
...
@@ -75,33 +73,20 @@ export MPI_DSM_CPULIST=0-7:allhosts
export
MVWORK
=
${
MVWORK
:-
NO
}
export
VER_CDF
=
${
VER_CDF
:-
CDFAUTO
}
;;
'Linux beaufix'
*
|
'Linux compute'
*
)
export
ARCH
=
${
ARCH
:-
LXifort
}
export
VER_MPI
=
${
VER_MPI
:-
MPIINTEL
}
export
OPTLEVEL
=
${
OPTLEVEL
:-
O3
}
export
MVWORK
=
${
MVWORK
:-
NO
}
export
VER_CDF
=
${
VER_CDF
:-
CDFBFIX
}
export
NEED_TOOLS
=
NO
export
MNHENV
=
${
MNHENV
:-
"
module rm intel ; module load intel/13.1.4.183 ;
module rm intelmpi ; module load intelmpi/4.1.1.036 ;
module rm netcdf ; module load netcdf/4.3.0 ;
module rm grib_api ; module load grib_api/1.13.0_netcdf ;
export GRIBAPI_PATH=/opt/softs/libraries/ICC13.1.4.183/grib_api-1.13.0_netcdf
"
}
;;
'Linux prolix'
*
)
'Linux beaufix'
*
|
'Linux prolix'
*
)
export
ARCH
=
${
ARCH
:-
LXifort
}
export
VER_MPI
=
${
VER_MPI
:-
MPIINTEL
}
export
OPTLEVEL
=
${
OPTLEVEL
:-
O3
}
export
MVWORK
=
${
MVWORK
:-
NO
}
export
VER_CDF
=
${
VER_CDF
:-
CDFBFIX
}
export
NEED_NCARG
=
${
NEED_NCARG
:-
NO
}
export
NEED_TOOLS
=
NO
export
MNHENV
=
${
MNHENV
:-
"
module rm intel ; module load intel/1
3
.1.
4.183
;
module rm intel ; module load intel/1
6
.1.
150
;
module rm intelmpi ; module load intelmpi/5.1.2.150 ;
module rm netcdf ; module load netcdf/4.
3
.0 ;
module rm grib_api ; module load grib_api/1.1
3.0_netcdf
;
export GRIBAPI_PATH=/opt/softs/libraries/ICC1
3
.1.
4.183
/grib_api-1.1
3.0_netcdf
module rm netcdf ; module load netcdf/4.
4
.0 ;
module rm grib_api ; module load grib_api/1.1
4.5
;
export GRIBAPI_PATH=/opt/softs/libraries/ICC1
6
.1.
150
/grib_api-1.1
4.5
"
}
;;
'Linux login0'
*
|
'Linux compute'
*
)
...
...
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