Re: [CMake] Intel C Generator for Cmake?

2017-02-26 Thread Tony Garratt
t; > > > > > *From:* CMake [mailto:cmake-boun...@cmake.org] *On Behalf Of *Tony Garratt > *Sent:* Wednesday, February 15, 2017 6:21 AM > *To:* Petr Kmoch <petr.km...@gmail.com> > *Cc:* cmake@cmake.org > *Subject:* Re: [CMake] Intel C Generator for Cmake? > > &g

Re: [CMake] Intel C Generator for Cmake?

2017-02-15 Thread J Decker
Of *Tony Garratt > *Sent:* Wednesday, February 15, 2017 6:21 AM > *To:* Petr Kmoch <petr.km...@gmail.com> > *Cc:* cmake@cmake.org > *Subject:* Re: [CMake] Intel C Generator for Cmake? > > > > > > Re: my previous email. To use the Intel C compilers I just can modify the

Re: [CMake] Intel C Generator for Cmake?

2017-02-15 Thread Thompson, KT
Ref: https://software.intel.com/en-us/forums/intel-c-compiler/topic/456288 -kt From: CMake [mailto:cmake-boun...@cmake.org] On Behalf Of Tony Garratt Sent: Wednesday, February 15, 2017 6:21 AM To: Petr Kmoch <petr.km...@gmail.com> Cc: cmake@cmake.org Subject: Re: [CMake] Intel C Generator for

Re: [CMake] Intel C Generator for Cmake?

2017-02-15 Thread Tony Garratt
Re: my previous email. To use the Intel C compilers I just can modify the VS settings. So I have a way forward. Regards, Tony On Wed, Feb 15, 2017 at 12:25 PM, Petr Kmoch wrote: > Hi Tony, > > generators are for different *buildsystems*: a generator for Makefiles, a >

Re: [CMake] Intel C Generator for Cmake?

2017-02-15 Thread Tony Garratt
I tried setting the FC and CC variables and yet cmake still wants to use the Microsoft compiler (BTW what I am building is the CGNS - the CFD common file format). Is there something I am missing? CGNS_Build>set CC=icc CGNS_Build>set FC=ifort CGNS_Build>set CC CC=icc CGNS_Build>set FC FC=ifort

Re: [CMake] Intel C Generator for Cmake?

2017-02-15 Thread Tony Garratt
Thank you so much Petr. I am new to cmake so did quite understand how everything fits together. I will give your suggestion a try. Regards, Tony On Wed, Feb 15, 2017 at 12:25 PM, Petr Kmoch wrote: > Hi Tony, > > generators are for different *buildsystems*: a generator

Re: [CMake] Intel C Generator for Cmake?

2017-02-15 Thread Petr Kmoch
Hi Tony, generators are for different *buildsystems*: a generator for Makefiles, a generator for Visual Studio solutions, a generator for Ninja files, a generator for Eclipse projects etc. Intel C and Intel Fortran are compilers, not buildsystems. You should be able to use them with any