Skip to Content.
Sympa Menu

charm - Re: [charm] Projections previous version binaries

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

Re: [charm] Projections previous version binaries


Chronological Thread 
  • From: Ronak Buch <rabuch2 AT illinois.edu>
  • To: "Pandare, Aditya Kiran" <apandare AT lanl.gov>, "charm AT lists.cs.illinois.edu" <charm AT lists.cs.illinois.edu>
  • Cc: "Bakosi, Jozsef" <jbakosi AT lanl.gov>
  • Subject: Re: [charm] Projections previous version binaries
  • Date: Mon, 10 May 2021 16:48:43 -0400
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=illinois.edu; dmarc=pass action=none header.from=illinois.edu; dkim=pass header.d=illinois.edu; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=l5NI6YUh5aWBBpud2f/tyoLN8q1CghxZfAitrDQRXFs=; b=Ds6ki0iwqi7xhACk3bzl0WhbjyY9ac8kVbCGUE8K2Gcl+BcuLiFtKUEgfiLu4NqfobTCLbVxG3ggGqzXVSjFlmP6hlFsLTwM38PJmAGL1XK6GUt3/hFRy0xe/jpDq0DaBRVymFcFvFU3c7m/qHTier8jiRBamG4XzA6I0Lp107r9Sag3KgWumwyIOTqJ78EnrsQaaLx9R1r7VaO4uqcziUb/VErhYK6IB3YM2roAf0gyCAS9K2IQqOzPoquttLuqS2YIEX7ToImxwByvDtKHj6zsJSTEjp5gR/kHNHqesWGv+xhYLc0EjaZd6NlKzUYlT82GE67ifVbgw11CkGUbcQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=fRsRFJ803UG47p6LcKKh59/m/ZJkkk40Zp+RpChxPpXgHgNH0ZHZjJm6qQAIxVyyUz2u8gg0f6d/F46ZqQ+B702YpptI+BxR7iPiDOpp2ANvfl7gfGt8itIl/5mTXA20jVwaFphFOawIodcgpVjLAoh3JAASHgeG85Z5hFgEXIddyMbCv1Mm7SKhaiwckWnFSoLqnw9USsdFCq+eEgI9wd01eQFar/1bbf5reNaT7JJDXLoyu4vGcpowKML8uGrmRO7/lKcyrI2Yvt5A8N6uZLb1C7Q5N53y+YtBfIz4G/8x4p+YnVEtZC/acLZ/egxAKul4f1Lkr+jKTEqPa+6vfg==
  • Authentication-results: ppops.net; spf=softfail smtp.mailfrom=rabuch2 AT illinois.edu; dkim=pass header.s=selector2-uillinoisedu-onmicrosoft-com header.d=uillinoisedu.onmicrosoft.com
  • Authentication-results: lanl.gov; dkim=none (message not signed) header.d=none;lanl.gov; dmarc=none action=none header.from=illinois.edu;

v6.8.0 of Projections specifies 1.6 for sourceCompatibility and targetCompatibility in build.gradle, so perhaps incrementing that to 1.7 or later will fix your issue. It's likely happening due to the versions of Java and Gradle you have installed not supporting some versions or something like that.


Note that newer versions of Projections are backwards compatible with older version of Charm++ logs, so one should generally use the most recent version of Projections for everything.


If you do want binaries for older versions for some reason, a selection is available at http://charm.cs.illinois.edu/distrib/binaries/projections/


On 5/10/21 3:50 PM, Pandare, Aditya Kiran wrote:

Hello,

I'm trying to compile an older version of projections (v6.8.0), and I get the following error out of it:


> Task :compileJava FAILED
error: Source option 6 is no longer supported. Use 7 or later.
error: Target option 6 is no longer supported. Use 7 or later.

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':compileJava'.
> Compilation failed; see the compiler error output for details.

Could you please help me figure out what I'm doing wrong? Also, is there a way to obtain projections binaries for older versions?


--
Aditya K Pandare, PhD Scientist, CCS-2 LANL



Archive powered by MHonArc 2.6.19.

Top of Page