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: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 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-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 AT cygwin DOT com References: From: =?UTF-8?Q?Hans-Bernhard_Br=c3=b6ker?= Message-ID: 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: 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