Skip to content
This repository was archived by the owner on Mar 20, 2023. It is now read-only.
This repository was archived by the owner on Mar 20, 2023. It is now read-only.

CMake fails at HEAD #366

@ikitayama

Description

@ikitayama

I'm on the HEAD of master branch:

commit 3eda4280f9e44d8f2742b70ab254bcf1912f17ad
Author: nrnhines <[email protected]>
Date:   Wed Aug 12 18:02:23 2020 -0400

    Support for FOR_NETCON (#355)

    * Framework to support FOR_NETCONS construct with CORENEURON.
    * Update correct mod2c master with necessary support
    * Implement setup_fornetcon_info
    * Remove _type redefine macro to avid issues with compile like GCC v8.3
    * docs target are not added if coreneuron is used as submodule
    * After embedded simulation, copy weights back to NEURON NetCon.

    Co-authored-by: Alexandru Savulescu <[email protected]>
    Co-authored-by: pramodk <[email protected]>
$ cmake /p/project/cjzam11/kitayama1/projects/CoreNeuron/
CMake Error at CMakeLists.txt:46 (add_subdirectory):
  add_subdirectory given source "CMake/hpc-coding-conventions/cpp" which is
  not an existing directory.


-- Using mod2c submodule from /p/project/cjzam11/kitayama1/projects/CoreNeuron/external/mod2c
-- CXX Compile flags from BUILD_TYPE (RELWITHDEBINFO): -g  -O2
-- Boost not found, unit tests disabled
--
-- Configured CoreNEURON 0.21.0
--
-- Some things you can do now:
-- --------------------+--------------------------------------------------------
-- Command             |   Description
-- --------------------+--------------------------------------------------------
-- make install        | Will install CoreNEURON to: /usr/local
-- make docs           | Build full docs. Calls targets: doxygen, sphinx
-- --------------------+--------------------------------------------------------
--  Build option       | Status
-- --------------------+--------------------------------------------------------
-- COMPILE FLAGS       | -g  -O2  -Wno-unknown-pragmas -fopenmp
-- Build Type          | SHARED
-- MPI                 | ON
--   INC               | /usr/local/software/jureca/Stages/2019a/software/impi/2019.6.154-iccifort-2019.5.281-GCC-8.3.0/intel64/include
-- OpenMP              | ON
-- NMODL               | OFF
-- MOD2C               | /p/project/cjzam11/kitayama1/projects/CoreNeuron/external/mod2c
-- GPU Support         | OFF
-- Auto Timeout        | ON
-- Wrap exp()          | OFF
-- SplayTree Queue     | ON
-- NetReceive Buffer   | ON
-- Caliper             | OFF
-- Likwid              | OFF
-- Unit Tests          | ON
-- Reporting           | OFF
-- --------------+--------------------------------------------------------------
--  See documentation : https://github.com/BlueBrain/CoreNeuron/
-- --------------+--------------------------------------------------------------
--
-- Configuring incomplete, errors occurred!
See also "/p/project/cjzam11/kitayama1/build/core/CMakeFiles/CMakeOutput.log".

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions