We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently we use the Ubuntu Boost packages when provisioning the Vagrant VM (https://github.com/xdata-skylark/libskylark/blob/development/vagrant/trusty64/bootstrap.sh#L68). As for Travis we should use mpich and compile Boost (see https://github.com/xdata-skylark/libskylark/blob/development/script/bootstrap-travis-deps#L6) in order to avoid the MPI_THREAD_MULTIPLE issue (MPI_THREAD_MULTIPLE: WARNING: Could not achieve THREAD_MULTIPLE support., see) or switch to OpenMPI >= 10.1.3.
MPI_THREAD_MULTIPLE: WARNING: Could not achieve THREAD_MULTIPLE support.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently we use the Ubuntu Boost packages when provisioning the Vagrant VM (https://github.com/xdata-skylark/libskylark/blob/development/vagrant/trusty64/bootstrap.sh#L68). As for Travis we should use mpich and compile Boost (see https://github.com/xdata-skylark/libskylark/blob/development/script/bootstrap-travis-deps#L6) in order to avoid the MPI_THREAD_MULTIPLE issue (
MPI_THREAD_MULTIPLE: WARNING: Could not achieve THREAD_MULTIPLE support.
, see) or switch to OpenMPI >= 10.1.3.The text was updated successfully, but these errors were encountered: