<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
Dear Walter and Jay,
<div class=""><br class="">
</div>
<div class="">The compile issue was now sorted out.  I would like to ask the following question.</div>
<div class=""><br class="">
</div>
<div class=""><span style="font-family: arial, helvetica, sans-serif; orphans: 2; widows: 2;" class="">Is there any body who tried the native correlation with Mark5B+, whose OS is the 64bit one?  If any, please tell me your successful (or unsuccessful) story.</span></div>
<div class=""><span style="font-family: arial, helvetica, sans-serif; orphans: 2; widows: 2;" class=""><br class="">
</span></div>
<div class=""><span style="font-family: arial, helvetica, sans-serif; orphans: 2; widows: 2;" class="">Best regards,</span></div>
<div class=""><span style="font-family: arial, helvetica, sans-serif; orphans: 2; widows: 2;" class="">Jongsoo</span></div>
<div class=""><br class="">
</div>
<div class=""><br class="">
<div>
<blockquote type="cite" class="">
<div class="">On Jul 11, 2017, at 9:47 AM, Walter Brisken <<a href="mailto:wbrisken@lbo.us" class="">wbrisken@lbo.us</a>> wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div class=""><br class="">
Good call on the compiler being an issue.<br class="">
<br class="">
It could be g++ itself, or the MPI software (e.g., openmpi, with compiler called mpicxx) was not found.  openmpi is the most commonly used MPI package with DiFX.<br class="">
<br class="">
-W<br class="">
<br class="">
On Tue, 11 Jul 2017, Jay Blanchard wrote:<br class="">
<br class="">
<blockquote type="cite" class="">Are you sure you have g++ installed?<br class="">
I think it's in package build-essential in debian...<br class="">
<br class="">
On 10 July 2017 at 13:30, Jongsoo Kim <<a href="mailto:jskim@kasi.re.kr" class="">jskim@kasi.re.kr</a>> wrote:<br class="">
<br class="">
<blockquote type="cite" class="">Dear DIFX users,<br class="">
<br class="">
I am trying to install DiFX 2.4.1 in a MarkB+ in order to do remote<br class="">
distributed correlation using the native mode of Mark5 for the KVN<br class="">
observations.   The installation options are as follows,<br class="">
<br class="">
./install-difx --noipp --nodoc --mk5daemon<br class="">
<br class="">
The above commend compiles packages of "difxio", "difxmessages", and<br class="">
"mark5access" without any problems.  But it generates the attached error<br class="">
message when it comes to the mpifxcorr package.<br class="">
<br class="">
The Mark5B+ system has Debian Wheezy 32bit OS.  The output of "uname -a"<br class="">
is as follows.<br class="">
<br class="">
2.6.32-5-686 #1 SMP Mon Sep 23 23:00:18 UTC 2013 i686 GNU/Linux<br class="">
<br class="">
Most of the Debian packages required for the difx described in the difx<br class="">
web site were installed except openmpi.<br class="">
<br class="">
  - pkg-config<br class="">
  - bison<br class="">
  - flex<br class="">
  - libexpat1-dev<br class="">
  - fftw3-dev<br class="">
  - autoconf<br class="">
  - automake<br class="">
  - libtool<br class="">
  - gfortran<br class="">
<br class="">
The openmpi 1.10.2 was manually installed with --enable-heterogeneous.<br class="">
Do you have any idea to sort out the problem that I have?<br class="">
<br class="">
I have the other question. Is there any body who tried the native<br class="">
correlation with Mark5B+, whose OS is the 64bit one?  If any, please tell<br class="">
me your successful (or unsuccessful) story to me.<br class="">
<br class="">
Best regards,<br class="">
<br class="">
Jongsoo<br class="">
------------------------------<br class="">
<br class="">
Making mpifxcorr<br class="">
<br class="">
<br class="">
Reconfiguring mpifxcorr<br class="">
<br class="">
configure.ac:1: warning: AC_INIT: not a literal: Adam Deller <<br class="">
<a href="mailto:adeller@astro.swin.edu.au" class="">adeller@astro.swin.edu.au</a>><br class="">
<br class="">
configure.ac:1: warning: AC_INIT: not a literal: Adam Deller <<br class="">
<a href="mailto:adeller@astro.swin.edu.au" class="">adeller@astro.swin.edu.au</a>><br class="">
<br class="">
configure.ac:1: warning: AC_INIT: not a literal: Adam Deller <<br class="">
<a href="mailto:adeller@astro.swin.edu.au" class="">adeller@astro.swin.edu.au</a>><br class="">
<br class="">
configure.ac:1: warning: AC_INIT: not a literal: Adam Deller <<br class="">
<a href="mailto:adeller@astro.swin.edu.au" class="">adeller@astro.swin.edu.au</a>><br class="">
<br class="">
configure.ac:5: installing `./install-sh'<br class="">
<br class="">
configure.ac:5: installing `./missing'<br class="">
<br class="">
src/Makefile.am: installing `./depcomp'<br class="">
<br class="">
checking for a BSD-compatible install... /usr/bin/install -c<br class="">
<br class="">
checking whether build environment is sane... yes<br class="">
<br class="">
checking for a thread-safe mkdir -p... /bin/mkdir -p<br class="">
<br class="">
checking for gawk... gawk<br class="">
<br class="">
checking whether make sets $(MAKE)... yes<br class="">
<br class="">
checking whether the C++ compiler works... no<br class="">
<br class="">
configure: error: in `/root/DiFX-2.4.1/mpifxcorr':<br class="">
<br class="">
configure: error: C++ compiler cannot create executables<br class="">
<br class="">
See `config.log' for more details<br class="">
<br class="">
Traceback (most recent call last):<br class="">
<br class="">
 File "./install-difx", line 667, in <module><br class="">
<br class="">
   run(configstring)<br class="">
<br class="">
 File "./install-difx", line 353, in run<br class="">
<br class="">
   raise RuntimeError, "Error running " + cmd + " in " + os.getcwd()<br class="">
<br class="">
RuntimeError: Error running ./configure CXX=/opt/openmpi-1.10.2<br class="">
--prefix=/opt/difx/2.4.1 in /root/DiFX-2.4.1/mpifxcorr<br class="">
<br class="">
_______________________________________________<br class="">
Difx-users mailing list<br class="">
<a href="mailto:Difx-users@listmgr.nrao.edu" class="">Difx-users@listmgr.nrao.edu</a><br class="">
https://listmgr.nrao.edu/mailman/listinfo/difx-users<br class="">
<br class="">
<br class="">
</blockquote>
<br class="">
</blockquote>
<br class="">
-- <br class="">
-------------------------<br class="">
Walter Brisken<br class="">
Director<br class="">
Long Baseline Observatory<br class="">
(575)-835-7133 (office)<br class="">
(505)-234-5912 (cell)<br class="">
</div>
</div>
</blockquote>
</div>
<br class="">
</div>
</body>
</html>