Skip to Content.
Sympa Menu

charm - [charm] Build warnings and Segfault on macOS Sierra

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

[charm] Build warnings and Segfault on macOS Sierra


Chronological Thread 
  • From: Pavanakumar Mohanamuraly <m.pavanakumar AT gmail.com>
  • To: "charm AT cs.illinois.edu" <charm AT cs.illinois.edu>
  • Subject: [charm] Build warnings and Segfault on macOS Sierra
  • Date: Tue, 18 Sep 2018 17:04:21 +0000
  • Accept-language: en-GB, en-US
  • Authentication-results: illinois.edu; spf=softfail smtp.mailfrom=m.pavanakumar AT gmail.com; dkim=pass header.d=gmail.com header.s=20161025; dmarc=pass header.from=gmail.com

Hi

I tried building charm++ (v6.8.2) on my laptop with macOS Sierra. I used the
following build command,

CC=gcc-8 CXX=g++-8 FC=gfortran ./build AMPI multicore-darwin-x86_64 gcc
gfortran --enable-ampi-error-checking --enable-charmdebug

I installed gcc-8 using homebrew and have disabled SIP.

The build process said it finished successfully. But when I tried to compile
a simple test program using ampif90 I got the following errors,

$> ampif90 test.f90 -o test
...
ld: warning: could not create compact unwind for _AMPI_Send: dwarf uses
DW_CFA_GNU_args_size
ld: warning: could not create compact unwind for _AMPI_Ssend: dwarf uses
DW_CFA_GNU_args_size
...

And when I tried running the generated executable it just segfaults. Any idea
what could be wrong?

Regards,

--
Kumar



Archive powered by MHonArc 2.6.19.

Top of Page