Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
B
buildblocks
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
4
Issues
4
List
Boards
Labels
Service Desk
Milestones
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Pmodules
buildblocks
Commits
059fb38f
Commit
059fb38f
authored
Nov 16, 2020
by
l_opal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mpich: version 3.3.2 with current GCCs
- reviewed configuration
parent
b40b1f21
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
1 deletion
+13
-1
Compiler/mpich/build
Compiler/mpich/build
+10
-0
Compiler/mpich/files/variants.merlin
Compiler/mpich/files/variants.merlin
+2
-0
Compiler/mpich/files/variants.rhel6
Compiler/mpich/files/variants.rhel6
+1
-1
No files found.
Compiler/mpich/build
View file @
059fb38f
...
@@ -11,8 +11,18 @@ pbuild::pre_configure() {
...
@@ -11,8 +11,18 @@ pbuild::pre_configure() {
pbuild
::
add_configure_args
"--enable-cxx"
pbuild
::
add_configure_args
"--enable-cxx"
pbuild
::
add_configure_args
"--enable-fortran"
pbuild
::
add_configure_args
"--enable-fortran"
if
pbuild
::
use_flag
merlin
;
then
if
pbuild
::
use_flag
merlin
;
then
MXM_DIR
=
'/opt/mellanox/mxm/'
pbuild
::
add_configure_args
"--with-device=ch3:nemesis:mxm"
pbuild
::
add_configure_args
"--with-device=ch3:nemesis:mxm"
pbuild
::
add_configure_args
"--with-mxm=${MXM_DIR}"
pbuild
::
add_configure_args
"--with-mxm=${MXM_DIR}"
pbuild
::
add_configure_args
"--without-x"
#pbuild::add_configure_args "--with-slurm-include=/usr/include/slurm"
#pbuild::add_configure_args "--with-slurm-lib=/usr/lib64"
#pbuild::add_configure_args "--with-pmi=slurm"
#pbuild::add_configure_args "--with-pm=no"
pbuild
::
add_configure_args
"--enable-gl=no"
fi
if
[[
"${COMPILER}"
==
'gcc'
]]
&&
((
$
{
COMPILER_VERSION
%
.
*
.
*
}
==
10
));
then
pbuild
::
add_configure_args
"FFLAGS=-fallow-argument-mismatch"
fi
fi
}
}
Compiler/mpich/files/variants.merlin
View file @
059fb38f
mpich/3.2.1_merlin unstable gcc/{6.4.0,7.3.0} b:binutils/2.29 b:mxm/3.6.3104
mpich/3.2.1_merlin unstable gcc/{6.4.0,7.3.0} b:binutils/2.29 b:mxm/3.6.3104
mpich/3.3.2_merlin unstable gcc/10.2.0 b:binutils/2.29
Compiler/mpich/files/variants.rhel6
View file @
059fb38f
...
@@ -5,4 +5,4 @@ mpich/3.2.1 stable gcc/{4.8.5,5.5.0,6.4.0,7.3.0,8.2.0}
...
@@ -5,4 +5,4 @@ mpich/3.2.1 stable gcc/{4.8.5,5.5.0,6.4.0,7.3.0,8.2.0}
mpich/3.2.1 stable intel/17.4
mpich/3.2.1 stable intel/17.4
mpich/3.3 stable gcc/{7.3.0,7.4.0,8.3.0}
mpich/3.3 stable gcc/{7.3.0,7.4.0,8.3.0}
mpich/3.3.2 unstable gcc/{7.5.0,8.4.0,9.3.0}
mpich/3.3.2 unstable gcc/{7.5.0,8.4.0,9.3.0
,10.2.0
}
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