X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:date:message-id:content-type :content-transfer-encoding:mime-version; q=dns; s=default; b=Ww5 KaZx92Q7EW0uuhAlpdeSnk4IbziOYBjQs7cGmUoeGzXHjRXfv59JIa854fJmxHI8 Pq6q5SK5qcXfTeoAWpjwHyBZifk5Wan/BqTbVNd5jiVYy8E8Th5h/nPKRlYISv+b 9Lq7lYrVerLRrir7nFnkg6eKtPqScH4nAMQXovAc= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:date:message-id:content-type :content-transfer-encoding:mime-version; s=default; bh=eie4vZeK4 4OrmS/gbHpswDGEtVw=; b=wQ0rNY5KQaGYVUk6ponms7myvIKOdUUrvM/r6o23A pcTRrZCQik7RSVq9tBb1ol3BXLVHxfb8kfSUdFXe00uAtZ6SNBN9P6BHl3BdUF8N tAGjVywWfGTy95qyqSAuvzZTuegSs6iQ0BDCb3O7tNN5Pd1MrwGoS6HKPvBZ1iUu CQ= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.1 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: vm-emlprdomg-02.its.yale.edu From: "Altman, Eric" To: "cygwin AT cygwin DOT com" Subject: OpenMPI Fails to Run Date: Sat, 16 Aug 2014 23:09:47 +0000 Message-ID: <15AD3274F80E6543890B8A7EABB7EF2318124D@x10-mbx8.yu.yale.edu> Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.12.52,1.0.27,0.0.0000 definitions=2014-08-16_02:2014-08-15,2014-08-16,1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 suspectscore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=7.0.1-1402240000 definitions=main-1408160312 X-Yale-Not-Spam: For more info see: http://www.yale.edu/email/spam/content.html Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id s7GNA4bO007645 I am trying to run MPI programs under Cygwin64 version 1.15.1-4 with OpenMPI version 1.7.5-1.  The computer is an i7 running Windows 8.0.  I do not have any issues compiling programs, but I get the following errors trying to run hello_c.exe (https://github.com/hpc/cce-mpi-openmpi-1.6.4/tree/master/examples): $ mpirun -np 4 hello_c.exe [fsp-eng-jfn5kn1:03900] [[63491,0],0] CONNECTION REQUEST ON UNKNOWN INTERFACE [fsp-eng-jfn5kn1:03900] [[63491,0],0] CONNECTION REQUEST ON UNKNOWN INTERFACE [fsp-eng-jfn5kn1:03900] [[63491,0],0] CONNECTION REQUEST ON UNKNOWN INTERFACE [fsp-eng-jfn5kn1:03900] [[63491,0],0] CONNECTION REQUEST ON UNKNOWN INTERFACE I have all the packages it said to load (rsh, ssh, all versions of compilers and header files). I have tried numerous things but always get this error.  I would appreciate any help in resolving it. Thanks. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple