sstsimulator/sst-elements

Compilation error for src/sst/elements/firefly/nic.cc

plafratt opened this issue · 1 comments

New Issue for sst-elements

1 - Detailed description of problem or enhancement

Build error when compiling src/sst/elements/firefly/nic.cc

nic.cc: In lambda function:
nic.cc:593:80: error: expected ‘)’ before ‘PRI_SIMTIME’
  593 |        m_dbg.debug(CALL_INFO,1,NIC_DBG_SEND_NETWORK,"network stalled latency=%" PRI_SIMTIME "\n",
      |                   ~                                                            ^~~~~~~~~~~~
      |                                                                                )

2 - Describe how to reproduce

Check out commit bce52e31c, go through normal build steps (autogen.sh, configure, make).

3 - What Operating system(s) and versions

Ubuntu 20.04.6 LTS
gcc 9.4.0

4 - What version of external libraries (Boost, MPI)

5 - Provide sha1 of all relevant sst repositories (sst-core, sst-elements, etc)

bce52e3

6 - Fill out Labels, Milestones, and Assignee fields as best possible

Sorry, this was my mistake. I eventually figured out that I needed to update sst-core.