delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2016/12/18/12:52:34

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=kZ1B98QYIv4VgAxn
1d7nzcbMARwwJ2z1fd8xmeTPM9EaZDPS5nlp1x5UiR8BTOKeIzhSqRnp3hK3iR8G
2G/hTqRvYyKpBYdb2meN9IsUCR7dqFhdS8rqB8rNHY3ZDeGFMAF7ZI4DqplkblhV
0Jfs6Cc8Ezw6GGvqfcNgnCKLNwE=
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=g36AqB3/iWE2Wy0jRYnXTn
NCLxI=; b=QBJKCU+Uh8P0y4NQvZ1oLL5sJb8Tuc2thYBQ+y/LV4fM2IZRz5s8pP
f/hnomjCYZeO09GV+DYIi7Ix7WuhXHt4fr0d9afjIJBayylSigUSF4VKxfb8EeHv
Ug0LppGwp/p/HjYM8pY2JYBbyBkA88uqSeiatxtbPmAQh9M3bDGgs=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
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=-1.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=H*r:ip*192.168.0.6, H*i:sk:CAGKnoQ, H*f:sk:CAGKnoQ, frequently
X-HELO: mail-io0-f170.google.com
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=pI7YEyO1IeeOXMb+Ag6bJvXOHmhYIs/7EQmMDVqXO5M=; b=CKL2f3dre9hQwrnmN5MICakveZP3+gDr28LVnseP1ZrHC5yEWM4Vt5QtRTvTWhhVKA skpOosFmX6GBnnW6QIxgcqfTfuOAFknjyYzi/+/TvRqOo3dzqM6hkho+SPYn/6V/Zo6w +kGtO8xKTm92Hiy5RGsiXH/4bF15lhwnKazluKGluAR9AhvqKyipg3MQ3IvrzDFPM8+Q Z/NimmUgilCBFXulHYILWU1a6o63GR1LsTJyKylKvka0sa/ZNZNGNuZbsOC51tqRD+C+ ARyCqusj+RhU6GXLQIE/SyWughsC+rrJm6D1g6kpYABYxcm+3pXy01isVU9TMVQ2773p RJmw==
X-Gm-Message-State: AKaTC02lH8pxMQdQV34Buv1A/HO8G8zZ+zjiKfYBaPvubNeyZvVy5a6uUktwAd2uNx+Y9Q==
X-Received: by 10.107.9.215 with SMTP id 84mr13888561ioj.140.1482083527806; Sun, 18 Dec 2016 09:52:07 -0800 (PST)
Subject: Re: OpenMPI Problem
To: cygwin AT cygwin DOT com
References: <CAGKnoQA3JwziRerSGxr6Dqnxx_zgitrJ1FuRg5oFk7wuhh0GtQ AT mail DOT gmail DOT com>
From: cyg Simple <cygsimple AT gmail DOT com>
Message-ID: <529afec8-bbe5-19b4-8122-d610eb2a2eba@gmail.com>
Date: Sun, 18 Dec 2016 12:52:03 -0500
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1
MIME-Version: 1.0
In-Reply-To: <CAGKnoQA3JwziRerSGxr6Dqnxx_zgitrJ1FuRg5oFk7wuhh0GtQ@mail.gmail.com>
X-IsSubscribed: yes

On 12/18/2016 9:55 AM, Bahadır Öncel wrote:
> Hello all!
> I've installed cygwin and openmpi successfully. I can compile and run
> mpi programs. Twist is, even the openmpi test program hello_c.c approx
> takes a minute to run. When I try in my virtual machine (linux) the
> same program takes less than a second to run.
> I've found that other users asked the same question but did not find
> any solution.

Windows itself is inherently slow.  Adding in the emulation layer slows
it even more.  So if you want to port the compiler to Windows native you
may find a bit faster execution but that may be debatable.

> Problem reports:       http://cygwin.com/problems.html
Use the above when reporting issues, even in a question.

> FAQ:                   http://cygwin.com/faq/
Since speed of execution is a frequently asked question, you might find
some tidbits in the FAQ.

And don't forget about BLODA issues.

-- 
cyg Simple

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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019