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:date:from:reply-to:message-id:to:subject
	:in-reply-to:references:mime-version:content-type
	:content-transfer-encoding; q=dns; s=default; b=EmbMZoo5VQaayzee
	ZZPqd1Tc54IkbXi0JmIdeZls1E1AkLV7WdGWfEt2Ya7bEOK7p3ogq3T6PNRnctvF
	m5nB+4z5wXg9YVyKbyPsmb726yyW00M8ed/eSQz8W0BvGm2U8NQk4zZ75nuIpG3q
	rK50bE/WQd6DC4TxUeukjAB4BKA=
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:date:from:reply-to:message-id:to:subject
	:in-reply-to:references:mime-version:content-type
	:content-transfer-encoding; s=default; bh=IkmWkPtP4BDc46d+3bukeb
	HJwcY=; b=uFi0/eSCUmE4fWIBcOTothTzS+ke6MrAo7JdwWH3WSrs2TxGyi+NyB
	2uB4in8W2H4cCIlrSj0ehS91x5pytABietAOW7YUzxxFp5s/yW6fCl4TC5cvApFR
	S4iE75eFaafx8465hDcNzIwysykhl8yqmS/etMJXKMGjJtpbx/GnQ=
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.2 required=5.0 tests=BAYES_20,FREEMAIL_FROM,KAM_THEBAT,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.1 spammy=UD:ru, Andrey, HX-Languages-Length:877, andrey
X-HELO: forward105p.mail.yandex.net
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1572284102;	bh=6p6zlXtaZiqaY/RBtMiWxXJDzHA0pMGGqnwyIoZYxdA=;	h=In-Reply-To:Subject:To:Reply-To:From:Message-ID:References:Date;	b=FFt4UyGppbEIOcKaIj3dg0oZz4BwxxGT8mWFo+bCo9lgrHa9qhRDXg83Yz5N3CGeJ	 S1qucXh8SEEO/cpbVUjMnfbimYYQeL0+xjPvMSV9wGtJctSr9gOprxKJd6SAniNA5W	 5nKHY7t+s+UfZi8zsI5Zsy8qgcNMq/jcwnC2QWUk=
Authentication-Results: mxback5q.mail.yandex.net; dkim=pass header.i=@yandex.ru
Date: Mon, 28 Oct 2019 20:20:25 +0300
From: Andrey Repin <anrdaemon@yandex.ru>
Reply-To: cygwin@cygwin.com
Message-ID: <46883832.20191028202025@yandex.ru>
To: Thomas Wolff <towo@towo.net>, cygwin@cygwin.com
Subject: Re: OPENMPI only works on Cygwin Terminal not windows Command Line
In-Reply-To: <bb6c2e33-d5e6-08a0-0354-5ba2a8815373@towo.net>
References: <CAK=LkowuGPCG-OEg8Sfo-kwr07xQBGVWj6fvjv9ueFTV-Umn_g@mail.gmail.com>   <CAK=LkozzXqD2Wcdifi3+QdXNhSOWNXm=DvvYJvcZbrM3U5tDRA@mail.gmail.com>  <bb6c2e33-d5e6-08a0-0354-5ba2a8815373@towo.net>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes

Greetings, Thomas Wolff!

> Am 27.10.2019 um 19:56 schrieb William John:
>> I did add it to the Path and also restarted the computer and the command
>> line. I do see that the file mpicc is a symbolic link to
>> opalwrapper executable file and windows cannot recognize that. Is there
>> some way to remedy this?
> Change the soft link to a hard link, in cygwin, with an exe suffix.

I would strongly discourage from hardlinking executable files, especially
those not explicitly controlled by you.
Next time you reinstall the package that contains the origin files, you will
get file versions mismatch between new requisite DLL's and then-linked main
executable.
If you need a link, create native symlink.


-- 
With best regards,
Andrey Repin
Monday, October 28, 2019 20:18:04

Sorry for my terrible english...


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

