From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x32d.google.com (mail-wm1-x32d.google.com [IPv6:2a00:1450:4864:20::32d]) by sourceware.org (Postfix) with ESMTPS id 9062A386EC66 for ; Tue, 17 Nov 2020 16:20:38 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 9062A386EC66 Received: by mail-wm1-x32d.google.com with SMTP id d142so3811836wmd.4 for ; Tue, 17 Nov 2020 08:20:38 -0800 (PST) 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-language :content-transfer-encoding; bh=KjR3LGvmrP0owEF3SlV1wB0+q8o+9miFeg1adN0kvVE=; b=rTRAzBL4J7eyHlcRAuF2Vh4ZM07HV+2QrX3eosyEo8oDrtfYX5qDAqiwu/xidD/Lt5 AWTCyopHNtPQOJs1NDj8WeCJBhhFhOxpiu6WJphnZDILY7ORr6+PMGkyhrwFZEBWQRZU 4tv+T85SNsZVIKm/XylSMZU7sjw8rJiNpyVPETsl6M+SlyM1xeAex8v8S2a0070Te+pL sb2JWc24NHRknr38KOOY8yPPRW45+U5Qlmdaiazqaj1LBHX40njdj9jkOgANrx7uc2s4 UCoQvhWPurupJDl78gzTgC1Xesoe1qffX2pt5YOxaaCzxJ+nbgRD00KOet7aK7gbipPz iO2w== X-Gm-Message-State: AOAM533c4TDqXVbwbDsLOF/ZCAdniMrAL9jznl/zC1Ty2BPBaOvOO0SJ tzdjju/CXRUCG3aZJ91CZcKMoBfispCQJw== X-Google-Smtp-Source: ABdhPJzd5AJlFQdutjiRD2iyILPHketaf+uHPWlVKie4yyqhqEBgKBuikNsgwEAgWJHffXINm9sE9Q== X-Received: by 2002:a1c:9a12:: with SMTP id c18mr471524wme.22.1605630037074; Tue, 17 Nov 2020 08:20:37 -0800 (PST) Received: from ?IPv6:2003:cc:9f05:58c1:8dc6:55a:f620:1d3c? (p200300cc9f0558c18dc6055af6201d3c.dip0.t-ipconnect.de. [2003:cc:9f05:58c1:8dc6:55a:f620:1d3c]) by smtp.gmail.com with ESMTPSA id u14sm25798015wrq.93.2020.11.17.08.20.36 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 17 Nov 2020 08:20:36 -0800 (PST) Subject: Re: Open MPI broken (November 2 release) ? To: cygwin@cygwin.com References: <2124807096.5977938.1605561666940.ref@mail.yahoo.com> <2124807096.5977938.1605561666940@mail.yahoo.com> <1533758124.6208727.1605625996877@mail.yahoo.com> From: Marco Atzeri Message-ID: <0114e174-b61c-01b0-32bc-e3256e788cf6@gmail.com> Date: Tue, 17 Nov 2020 17:20:37 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.12.1 MIME-Version: 1.0 In-Reply-To: <1533758124.6208727.1605625996877@mail.yahoo.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: it Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-1.7 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Nov 2020 16:20:45 -0000 On 17.11.2020 16:13, Dennis Willen via Cygwin wrote: > Looks like copy/paste mangled the lines.  I'll try again.  Is the openMPI distribution not picking up all the libraries that should come along? > Denny@DESKTOP-BEBCMC4 ~/MPI_tests$ mpifort testmpi.f90/usr/lib/gcc/x86_64-pc-cygwin/10/../../../../x86_64-pc-cygwin/bin/ld: cannot find -lhwloc/usr/lib/gcc/x86_64-pc-cygwin/10/../../../../x86_64-pc-cygwin/bin/ld: cannot find -levent_core/usr/lib/gcc/x86_64-pc-cygwin/10/../../../../x86_64-pc-cygwin/bin/ld: cannot find -levent_pthreads/usr/lib/gcc/x86_64-pc-cygwin/10/../../../../x86_64-pc-cygwin/bin/ld: cannot find -lzcollect2: error: ld returned 1 exit status can you send me the log files ? It seems your system has problem in properly breaking the lines I do not see problem on the /usr/lib/pkgconfig files $ grep Libs ompi.pc # dependencies), so only list these in Libs.private. Libs: -L${libdir} -L${libdir} -lmpi Libs.private: -lhwloc -levent_core -levent_pthreads -lz