[mvapich-discuss] (no subject)

Hari Subramoni subramoni.1 at osu.edu
Thu Feb 18 08:36:27 EST 2016


Hello Sarah,

Good to know that things are working now. Please let us know if you face
any other issues.

Hari.

On Thu, Feb 18, 2016 at 8:33 AM, Sarah Andersen <andersarah90 at gmail.com>
wrote:

> Dear Hari,
>
> Thanks a lot for your email. It seems it's working fine now.
>
> Regards,
> Sarah
>
> On Wed, Feb 10, 2016 at 5:58 PM, Hari Subramoni <subramoni.1 at osu.edu>
> wrote:
>
>> Hello,
>>
>> Looking at the config.log, it looks like the gcc compiler you have does
>> not recognize the "-xAVX" CFLAG. Can you try removing it and retrying?
>> You may face similar issues with the "-mavx" CFLAG as well. If so, can
>> you please try to remove that and trying?
>>
>> gcc: language AVX not recognized
>>
>> On a different note, I see that you are using GNU compilers for CC and
>> CXX and Intel compilers for FC. I'd recommend either using all GNU or all
>> Intel compilers.
>>
>> Thx,
>> Hari.
>>
>> On Wed, Feb 10, 2016 at 7:41 AM, Sarah Andersen <andersarah90 at gmail.com>
>> wrote:
>>
>>> Hello Hari,
>>>
>>> Thank you for your email. Sorry I just saw your email since I don't know
>>> why it received it in spam file.
>>> I have tried as you said but I got following error:
>>>
>>> ./configure CC=gcc CXX=g++ FC=ifort
>>> ./configure: line 4615: test: : integer expression expected
>>> Configuring MVAPICH2 version 2.2b with  'CC=gcc' 'CXX=g++' 'FC=ifort'
>>> 'CFLAGS=-O2 -xAVX -mavx' 'CXXFLAGS=-O2 -xAVX -mavx' 'FCFLAGS=-O2 -xAVX
>>> -mavx' 'F77=ifort' 'FFLAGS=-O2 -xAVX -mavx'
>>> Running on system: Linux login-0-0.local 2.6.32-573.12.1.el6.x86_64 #1
>>> SMP Tue Dec 15 21:19:08 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
>>> checking whether to enable header caching... yes
>>> checking whether the C compiler works... no
>>> configure: error: in `/usit/abel/u1/minafa/mvapich2-2.2b':
>>> configure: error: C compiler cannot create executables
>>> See `config.log' for more details
>>>
>>>
>>> The log file is attached.
>>>
>>> Thanks.
>>>
>>> Regards,
>>> Sarah
>>>
>>>
>>> On Wed, Jan 27, 2016 at 6:16 AM, Hari Subramoni <subramoni.1 at osu.edu>
>>> wrote:
>>>
>>>> Hello,
>>>>
>>>> MVAPICH2 requires C, C++ and Fortran compilers for building the various
>>>> files. One uses environment variables like CC, CXX, FC to specify what
>>>> these compilers are to MVAPICH2. Earlier, the environment variable F90 was
>>>> used to specify the Fortran compiler. But it has been since changed to FC.
>>>>
>>>> The error is asking you to unset the F90 environment variable and
>>>> instead use the FC environment variable to specify the Fortran compiler.
>>>>
>>>> Eg: if your shell is bash and you're using GNU compilers
>>>>
>>>> unset F90
>>>> export FC=gfortran
>>>>
>>>> If you're using Intel compilers
>>>>
>>>> export FC=ifort
>>>>
>>>> Note that you can also provide these variables to the configure script
>>>> on the command line
>>>>
>>>> Eg: configure CC=gcc CXX=g++ FC=gfortran
>>>>
>>>> Please refer to the following section of the MVAPICH2 userguide for
>>>> more information on how to configure MVAPICH2 in the best possible way for
>>>> your system.
>>>>
>>>>
>>>> http://mvapich.cse.ohio-state.edu/static/media/mvapich/mvapich2-2.2b-userguide.html#x1-120004.4
>>>>
>>>> Please let us know if this resolves your issues. Feel free to contact
>>>> us if you face any other issues.
>>>>
>>>> Thx,
>>>> Hari.
>>>> On Jan 27, 2016 12:01 AM, "Sarah Andersen" <andersarah90 at gmail.com>
>>>> wrote:
>>>>
>>>>> --===============0703323001628975732==
>>>>> Content-Type: multipart/alternative;
>>>>> boundary="001a113a9a66d7c269052a492ddc"
>>>>>
>>>>> --001a113a9a66d7c269052a492ddc
>>>>> Content-Type: text/plain; charset="UTF-8"
>>>>>
>>>>> Hello,
>>>>>
>>>>> I have just downloaded and unpacked mvapach2. After using
>>>>> ./configuration,
>>>>> I've got following error:
>>>>>
>>>>> "...unset F90/F90FLAGS and set FC/FCFLAGS"
>>>>>
>>>>> I've googled a lot but couldn't fix my issue.
>>>>> I would appreciate if you kindly let me know in which file I should
>>>>> replace
>>>>> F90 with FC.
>>>>> I look forward to hearing from you.
>>>>>
>>>>> Cheers,
>>>>> Sarah
>>>>>
>>>>> --001a113a9a66d7c269052a492ddc
>>>>> Content-Type: text/html; charset="UTF-8"
>>>>> Content-Transfer-Encoding: quoted-printable
>>>>>
>>>>> <div dir=3D"ltr">Hello,<div><br></div><div>I have just downloaded and
>>>>> unpac=
>>>>> ked mvapach2. After using ./configuration, I've got following
>>>>> error:</d=
>>>>> iv><div><br></div><div>"...unset F90/F90FLAGS and set
>>>>> FC/FCFLAGS"=
>>>>> <br></div><div><br></div><div>I've googled a lot but couldn't
>>>>> fix m=
>>>>> y issue.</div><div>I would appreciate if you kindly let me know in
>>>>> which fi=
>>>>> le I should replace F90 with FC.</div><div>I look forward to hearing
>>>>> from y=
>>>>> ou.</div><div><br></div><div>Cheers,</div><div>Sarah</div></div>
>>>>>
>>>>> --001a113a9a66d7c269052a492ddc--
>>>>>
>>>>> --===============0703323001628975732==
>>>>> Content-Type: text/plain; charset="us-ascii"
>>>>> MIME-Version: 1.0
>>>>> Content-Transfer-Encoding: 7bit
>>>>> Content-Disposition: inline
>>>>>
>>>>> _______________________________________________
>>>>> mvapich-discuss mailing list
>>>>> mvapich-discuss at cse.ohio-state.edu
>>>>> http://mailman.cse.ohio-state.edu/mailman/listinfo/mvapich-discuss
>>>>>
>>>>> --===============0703323001628975732==--
>>>>>
>>>>
>>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.cse.ohio-state.edu/pipermail/mvapich-discuss/attachments/20160218/8910c364/attachment-0001.html>


More information about the mvapich-discuss mailing list