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: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 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.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 Reply-To: cygwin AT cygwin DOT com Message-ID: <46883832.20191028202025@yandex.ru> To: Thomas Wolff , cygwin AT cygwin DOT com Subject: Re: OPENMPI only works on Cygwin Terminal not windows Command Line In-Reply-To: References: 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