Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
wintel
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
opentelemac
wintel
Commits
56486fbd
Commit
56486fbd
authored
1 year ago
by
Boris Basic
Browse files
Options
Downloads
Patches
Plain Diff
Fix MED URL, update OpenBlas and MUMPS
parent
26b0eec1
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
build-telemac.bat
+6
-6
6 additions, 6 deletions
build-telemac.bat
config/pysource.gnu.bat
+1
-1
1 addition, 1 deletion
config/pysource.gnu.bat
config/pysource.gnu.debug.bat
+1
-1
1 addition, 1 deletion
config/pysource.gnu.debug.bat
patches/mumps-5.2.1.patch
+12
-0
12 additions, 0 deletions
patches/mumps-5.2.1.patch
with
20 additions
and
8 deletions
build-telemac.bat
+
6
−
6
View file @
56486fbd
...
...
@@ -10,7 +10,7 @@ set hdf5=hdf5-1.10.9
set
med
=
med
-
4
.1.1
set
metis
=
metis
-
5
.1.0
set
msmpi
=
msmpi
-
10
.1.2
set
openblas
=
openblas
-
0
.3.2
1
set
openblas
=
openblas
-
0
.3.2
4
set
scalapack
=
scalapack
-
2
.1.0
set
mumps
=
mumps
-
5
.2.1
set
aed2
=
libaed2
-
1
.2.0
...
...
@@ -184,7 +184,7 @@ pushd %install_path%
xcopy
/e/y
%~dp0
config
configs
\
>
nul
call
configs
\pysource.gnu.bat
rem Replace "#!/usr/bin/env python3" with
"#!/usr/bin/env python" so that the scripts
rem Replace "#!/usr/bin/env python3" with "#!/usr/bin/env python" so that the scripts
rem can be executed by the Python launcher using the active virtual environment
rem This is done using "find" and "sed" from the GNU tools provided by Git for Windows
for
%%a
in
(
"
%git_path%
\..\.."
)
do
set
"path=
%%~fa
\usr\bin;
%path%
"
...
...
@@ -228,7 +228,7 @@ rem ***
rem MED
rem ***
:build
_med
call
:download
%med%
"https://files.salome-platform.org/Salome/
other
/med-4.1.1.tar.gz"
||
exit
/b
1
call
:download
%med%
"https://files.salome-platform.org/Salome/
medfile
/med-4.1.1.tar.gz"
||
exit
/b
1
set
cmake_config_options
=
-DHDF
5
_ROOT_DIR:PATH
=
%external_path%
/
%hdf5
%
-DMEDFILE
_BUILD_TESTS:BOOL
=
OFF
-DMEDFILE
_INSTALL_DOC:BOOL
=
OFF
if
%compiler%
==
intel
(
rem MED libraries cannot be built as shared libraries with Visual Studio generator as they
...
...
@@ -290,8 +290,8 @@ rem ********
rem OpenBLAS
rem ********
:build
_openblas
call
:download
%openblas%
"https://github.com/xianyi/OpenBLAS/archive/refs/tags/v0.3.2
1
.tar.gz"
||
exit
/b
1
set
cmake_config_options
=
call
:download
%openblas%
"https://github.com/xianyi/OpenBLAS/archive/refs/tags/v0.3.2
4
.tar.gz"
||
exit
/b
1
set
cmake_config_options
=
-DBUILD
_TESTING
=
OFF
call
:cmake
_build
%openblas%
||
exit
/b
1
exit
/b
0
...
...
@@ -309,7 +309,7 @@ rem *****
rem MUMPS
rem *****
:build
_mumps
call
:download
%mumps%
"https://github.com/scivision/mumps/archive/refs/tags/v5.
4
.1.
11.zip
"
||
exit
/b
1
call
:download
%mumps%
"https://github.com/scivision/mumps/archive/refs/tags/v5.
6
.1.
2.tar.gz
"
||
exit
/b
1
set
cmake_config_options
=
-DMUMPS
_UPSTREAM_VERSION
=
5
.2.1
-DBLAS
_LIBRARY
=
%external_path%
/
%openblas%
/lib/libopenblas
.a
-DLAPACK
_LIBRARY
=
%external_path%
/
%openblas%
/lib/libopenblas
.a
-DSCALAPACK
_ROOT:PATH
=
%external_path%
/
%scalapack%
if
%compiler%
==
mingw
(
set
cmake_config_options
=
%cmake_config_options%
-DMPI
_ROOT:PATH
=
%external_path%
/
%msmpi%
...
...
This diff is collapsed.
Click to expand it.
config/pysource.gnu.bat
+
1
−
1
View file @
56486fbd
...
...
@@ -42,7 +42,7 @@ rem MSPMPI
set
MPIHOME
=
%EXTERNAL%
\msmpi
-
10
.1.2
set
PATH
=
%MPIHOME%
\bin
;
%PATH%
rem OPENBLAS, SCALAPACK and MUMPS
set
OPENBLASHOME
=
%EXTERNAL%
\openblas
-
0
.3.2
1
set
OPENBLASHOME
=
%EXTERNAL%
\openblas
-
0
.3.2
4
set
SCALAPACKHOME
=
%EXTERNAL%
\scalapack
-
2
.1.0
set
MUMPSHOME
=
%EXTERNAL%
\mumps
-
5
.2.1
rem AED
...
...
This diff is collapsed.
Click to expand it.
config/pysource.gnu.debug.bat
+
1
−
1
View file @
56486fbd
...
...
@@ -42,7 +42,7 @@ rem MSPMPI
set
MPIHOME
=
%EXTERNAL%
\msmpi
-
10
.1.2
set
PATH
=
%MPIHOME%
\bin
;
%PATH%
rem OPENBLAS, SCALAPACK and MUMPS
set
OPENBLASHOME
=
%EXTERNAL%
\openblas
-
0
.3.2
1
set
OPENBLASHOME
=
%EXTERNAL%
\openblas
-
0
.3.2
4
set
SCALAPACKHOME
=
%EXTERNAL%
\scalapack
-
2
.1.0
set
MUMPSHOME
=
%EXTERNAL%
\mumps
-
5
.2.1
rem AED
...
...
This diff is collapsed.
Click to expand it.
patches/mumps-5.2.1.patch
0 → 100644
+
12
−
0
View file @
56486fbd
diff -ur mumps-5.2.1/cmake/mumps_src.cmake mumps-5.2.1-patched/cmake/mumps_src.cmake
--- mumps-5.2.1/cmake/mumps_src.cmake 2023-10-12 14:25:21.520763100 +0200
+++ mumps-5.2.1-patched/cmake/mumps_src.cmake 2023-09-08 19:42:43.000000000 +0200
@@ -60,7 +60,7 @@
FetchContent_Declare(${PROJECT_NAME}
URL ${urls}
URL_HASH SHA256=${sha256}
-TLS_VERIFY true
+TLS_VERIFY false
GIT_REMOTE_UPDATE_STRATEGY "CHECKOUT"
INACTIVITY_TIMEOUT 60
)
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