mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-27 05:35:37 -04:00
openmpi fixes
This commit is contained in:
parent
e60d3d906f
commit
74dcb005dc
1 changed files with 6 additions and 0 deletions
|
|
@ -1,6 +1,12 @@
|
|||
#!/usr/bin/env bash
|
||||
# Exit on error
|
||||
set -e
|
||||
#OpenMPI fixes
|
||||
export OMPI_MCA_plm_rsh_agent=ssh
|
||||
export OMPI_MCA_btl=self,tcp
|
||||
export OMPI_MCA_osc=^ucx
|
||||
export OMPI_MCA_btl_tcp_if_include=lo
|
||||
export OMPI_MCA_btl=self,tcp
|
||||
# source env. variables
|
||||
if [[ -z "$TRAVIS_BUILD_DIR" ]] ; then
|
||||
TRAVIS_BUILD_DIR=$(pwd)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue