Skip to Content.
Sympa Menu

charm - Re: [charm] errors when running on multiple physical nodes

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

Re: [charm] errors when running on multiple physical nodes


Chronological Thread 
  • From: Evan Ramos <evan AT hpccharm.com>
  • To: Jakub Homola <jakub.homola AT vsb.cz>
  • Cc: "charm AT lists.cs.illinois.edu" <charm AT lists.cs.illinois.edu>
  • Subject: Re: [charm] errors when running on multiple physical nodes
  • Date: Mon, 21 Oct 2019 14:03:45 -0500
  • Authentication-results: illinois.edu; spf=none smtp.mailfrom=evan AT hpccharm.com; dkim=pass header.d=hpccharm-com.20150623.gappssmtp.com header.s=20150623; dmarc=none

Hi Jakub,

Judging by the stack trace in your second error message, it is likely that the problem is somewhere in your code. I would highly recommend becoming familiar with the ++debug and ++debug-no-pause options, as they will allow you to investigate the issue directly using GDB. You may also want to rebuild Charm++ without the `--with-production` option to enable error checking in the runtime. This set of instructions may help you set up X forwarding: https://uisapp2.iu.edu/confluence-prd/pages/viewpage.action?pageId=280461906

Regards,
--
Evan A. Ramos
Software Engineer
Charmworks, Inc.




Archive powered by MHonArc 2.6.19.

Top of Page