X-Recipient: archive-cygwin@delorie.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:subject:to:references:from:message-id:date
	:mime-version:in-reply-to:content-type
	:content-transfer-encoding; q=dns; s=default; b=s9IxAW62cR66zNQ+
	yDu6yOmMENn93rF8zenYRB6tR4M52EvIliwV7DtpiXmqpsMLGwg6KS8BClya5Qin
	+J0JcocS7JzeLr1YfBFUjq9/6VQvg49YuLxTzg7jRgL65wbtW4H8re+Ihkf7roHc
	t0rIl8gv4i+L2+fuB8OZuFeVfVc=
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:subject:to:references:from:message-id:date
	:mime-version:in-reply-to:content-type
	:content-transfer-encoding; s=default; bh=8W9LqqfVUaRUulsehOoMbA
	5weFc=; b=LTAnCr/NmWP2YoKk/NrmdqH1Qqn5fSCwudvqXTGeNonZaZFszRbZ1Y
	2ezhBFUiJn8b9aWsAkn4T+psiaU95yauTB7X3v/AJshQ0eMrNjDch2Sge/DnbgmX
	Xtc6QgIjdmM9bp8VwLA7fiZbgH0fdDVG1b2UVGzYnE6YcjgJcF8TA=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 spammy=HX-Languages-Length:869, dear, Dear, H*r:sk:mailout
X-HELO: mailout01.t-online.de
Subject: Re: OPENMPI only works on Cygwin Terminal not windows Command Line
To: cygwin@cygwin.com
References: <CAK=LkowuGPCG-OEg8Sfo-kwr07xQBGVWj6fvjv9ueFTV-Umn_g@mail.gmail.com>
From: =?UTF-8?Q?Hans-Bernhard_Br=c3=b6ker?= <HBBroeker@t-online.de>
Message-ID: <bb34ebca-8f28-75a5-c715-cb0865a948a1@t-online.de>
Date: Sun, 27 Oct 2019 16:58:54 +0100
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.2.0
MIME-Version: 1.0
In-Reply-To: <CAK=LkowuGPCG-OEg8Sfo-kwr07xQBGVWj6fvjv9ueFTV-Umn_g@mail.gmail.com>
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
X-IsSubscribed: yes

Am 27.10.2019 um 04:33 schrieb William John:
> Dear Cygwin,
> 
> I recently installed openmpi and libopenmpi-devel on my windows machine.
> However, I cannot call mpicc on my windows cmd, rather I get "'mpicc' is
> not recognized as an internal or external command, operable program or
> batch file". 

That's not really surprising, given the following:

$ ls -l /usr/bin/mpicc
lrwxrwxrwx 1 hbbro hbbro 16 29. Mrz 2019  /usr/bin/mpicc ->
opal_wrapper.exe*

There are at least two problems with trying to run this from a Windows
command prompt:

1) The file is a Cygwin-style symbolic link.  Windows native tools
haven't the slightest idea what that is, nor what to do with it.

2) The file name does not have an extension, much less one recognized by
Windows command processors as executable (like .exe)


--
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

