You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by strat0sphere <gi...@git.apache.org> on 2014/10/29 06:17:59 UTC

[GitHub] mesos pull request: Update mpiexec-mesos.in

GitHub user strat0sphere opened a pull request:

    https://github.com/apache/mesos/pull/28

    Update mpiexec-mesos.in

    In the if statement [[ is used - [[ is a bash builtin command and is not available in sh. It will give an error ( [[: not found ) unless /bin/sh is a symbolic link to /bin/bash

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/strat0sphere/mesos patch-1

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/mesos/pull/28.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #28
    
----
commit 08b507dd4a62e42acaa726f9ecb1529be862080f
Author: Stratos Dimopoulos <st...@gmail.com>
Date:   2014-10-29T05:17:45Z

    Update mpiexec-mesos.in
    
    In the if statement [[ is used - [[ is a bash builtin command and is not available in sh. It will give an error ( [[: not found ) unless /bin/sh is a symbolic link to /bin/bash

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] mesos issue #28: Update mpiexec-mesos.in

Posted by kaysoky <gi...@git.apache.org>.
Github user kaysoky commented on the issue:

    https://github.com/apache/mesos/pull/28
  
    This MPI code likely does not work anymore, as there is no maintainer for it.  I've opened https://issues.apache.org/jira/browse/MESOS-6084 to track the deprecation of the MPI framework.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] mesos issue #28: Update mpiexec-mesos.in

Posted by jfarrell <gi...@git.apache.org>.
Github user jfarrell commented on the issue:

    https://github.com/apache/mesos/pull/28
  
    Closing as requested in https://s.apache.org/V8r3


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] mesos pull request #28: Update mpiexec-mesos.in

Posted by jfarrell <gi...@git.apache.org>.
Github user jfarrell closed the pull request at:

    https://github.com/apache/mesos/pull/28


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---