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:mime-version:from:date:message-id:subject:to :content-type; q=dns; s=default; b=DYL3tYbJItR4bUC3nQfUCXSO35yDK CnMGFh7Q/OQAepGsqCMH8YRFIqep3PE9SNgts4Vt8QK5IeLTKK0yK7IpIQ890JhD kxWUlpLPs8cXZ9WvcIIsu8qJ9fheCpzEBesoA/GtDBzBLcac/WZSaG8BCGbLY3Rc 7k+6Isq/gybxrw= 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:mime-version:from:date:message-id:subject:to :content-type; s=default; bh=fPM0HJH46W+b2hnJhiBFJIU+XZA=; b=JcD edVN7Hrz8xMmtxyy33NDHAfSTgU/BGoCalAZF36b1euYJZIbxLvqnAMmB9085OKD XqkxWEvx1CCNfhfWFxTJEf54Rh2LiQ/By01coJZe/nSagYPpn3D4EBGSxxHymyLb QdAYGcC+jysf9nyfQJJzbo8NxS6hbDZucUlaiTjc= 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.7 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-la0-f50.google.com X-Received: by 10.112.167.73 with SMTP id zm9mr1530184lbb.89.1430357541739; Wed, 29 Apr 2015 18:32:21 -0700 (PDT) MIME-Version: 1.0 From: Mark Hadfield Date: Thu, 30 Apr 2015 13:32:01 +1200 Message-ID: Subject: OpenMPI installation bug: /usr/bin/mpif90 links to non-existent target To: Cygwin Content-Type: text/plain; charset=UTF-8 I have the current versions of openmpi and libopenmpi installed in Cygwin-64. The mpif90 command (MPI wrapper for Gfortran) does not execute, even though /usr/bin/mpif90 exists. The problem is that /usr/bin/mpif90 is a symbolic link to /usr/bin/mpifort.exe, which does not exist. However /usr/bin/mpifort does exist (and is itself a link to /usr/bin/opal_wrapper.exe). I have cured this by changing the target of /usr/bin/mpif90: $ ln -sf /usr/bin/mpifort /usr/bin/mpif90 Mark Hadfield 51 Volga St Wellington 6023, NZ -- 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