Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
3fec713d
Commit
3fec713d
authored
Dec 13, 2012
by
Thomas Jahns
🤸
Browse files
Add shared MPI library wrappers to PATH in default CDI-pio blizzard configuration.
parent
8f599791
Changes
1
Hide whitespace changes
Inline
Side-by-side
config/default-mpi
View file @
3fec713d
...
...
@@ -29,6 +29,14 @@ case "${HOSTNAME}" in
export
PKG_CONFIG_PATH
=
"/sw/aix61/yaxt-0.1.1-64bit/lib/pkgconfig:/sw/aix61/ppm-1.0.1-64bit-xl-pe-noomp/lib/pkgconfig:
${
PKG_CONFIG_PATH
+
:
$PKG_CONFIG_PATH
}
"
OPTFLAGS
=
'-O3 -qarch=pwr6 -qtune=pwr6'
export
CONFIG_SHELL
=
/bin/bash
# add shared library wrappers to PATH
case
":
$PATH
:"
in
*
:/sw/aix61/smartmpxlf/bin:
*
)
;;
*
)
PATH
=
"/sw/aix61/smartmpxlf/bin:
$PATH
"
;;
esac
$CONFIG_SHELL
"
$confpath
/configure"
\
--prefix
=
"
$HOME
/opt/cdi-powerpc-ibm-aix6-netcdf4-pe"
\
--with-netcdf
=
/sw/aix61/netcdf-4.2.1.1-64bit-parallel
\
...
...
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