Skip to Content.
Sympa Menu

charm - Re: [charm] [ppl] icc compiler option

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

Re: [charm] [ppl] icc compiler option


Chronological Thread 
  • From: Jim Phillips <jim AT ks.uiuc.edu>
  • To: "Bennion, Brian" <Bennion1 AT llnl.gov>
  • Cc: "charm AT cs.uiuc.edu" <charm AT cs.uiuc.edu>
  • Subject: Re: [charm] [ppl] icc compiler option
  • Date: Sat, 3 Sep 2011 15:27:32 -0500 (CDT)
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/charm>
  • List-id: CHARM parallel programming system <charm.cs.uiuc.edu>


This must be new in the Intel 12.x compilers.

What does "icc -v" look like for you?

-Jim


On Fri, 2 Sep 2011, Bennion, Brian wrote:




Hello,

In the charm632 version that I ships with namd2.8 there is a small bug in the build scripts.
Specifically, if icc is requested as the compiler, the build will fail because icc was not found.
In the cc-icc.sh script the grep command is looking for "Version" all icc -v commands
only show "version".
The grep comand should have the "-i" option to check for both spellings.

Brian

_______________________________________________
charm mailing list
charm AT cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/charm
_______________________________________________
ppl mailing list
ppl AT cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/ppl





Archive powered by MHonArc 2.6.16.

Top of Page