This repository was archived by the owner on Mar 20, 2023. It is now read-only.
Description While compiling CoreNEURON with GPU support we get:
[ 37%] Building CXX object coreneuron/CMakeFiles/coreneuron.dir/permute/cellorder.cpp.o
cd /gpfs/bbp.cscs.ch/home/kumbhar/tmp/CoreNeuron/build/coreneuron && /gpfs/bbp.cscs.ch/ssd/apps/hpc/jenkins/pulls/935/deploy/compilers/2020-11-02/linux-rhel7-x86_64/gcc-4.8.5/nvhpc-20.9-ze6tvw5thx/Linux_x86_64/20.9/compilers/bin/nvc++ -DCORENEURON_BUILD -DCUDA_PROFILING -DDISABLE_HOC_EXP -DEIGEN_DONT_VECTORIZE=1 -DENABLE_SPLAYTREE_QUEUING -DHAVE_MALLOC_H -DLAYOUT=0 -DMPICH_SKIP_MPICXX=1 -DMPI_NO_CPPBIND=1 -DNRNMPI=1 -DOMPI_SKIP_MPICXX=1 -DPG_ACC_BUGS -DSWAP_ENDIAN_DISABLE_ASM -I/gpfs/bbp.cscs.ch/home/kumbhar/tmp/CoreNeuron/coreneuron/utils/randoms -I/gpfs/bbp.cscs.ch/ssd/apps/hpc/jenkins/deploy/tools/2020-02-01/linux-rhel7-x86_64/gcc-8.3.0/hpe-mpi-2.21-7pbszh6v5u/include -I/gpfs/bbp.cscs.ch/home/kumbhar/tmp/CoreNeuron/build/coreneuron -I/gpfs/bbp.cscs.ch/home/kumbhar/tmp/CoreNeuron/build/include -I/gpfs/bbp.cscs.ch/home/kumbhar/tmp/soft/install/linux-rhel7-x86_64/gcc-8.3.0/cuda-11.1.0-wcw45f/include -I/gpfs/bbp.cscs.ch/home/kumbhar/tmp/CoreNeuron -I/gpfs/bbp.cscs.ch/home/kumbhar/tmp/CoreNeuron/external/Random123/include -I/gpfs/bbp.cscs.ch/home/kumbhar/tmp/CoreNeuron/external/CLI11/include -acc --diag_suppress 161,177,550 -mp -g -O2 -fPIC --c++14 -o CMakeFiles/coreneuron.dir/permute/cellorder.cpp.o -c /gpfs/bbp.cscs.ch/home/kumbhar/tmp/CoreNeuron/coreneuron/permute/cellorder.cpp
"/gpfs/bbp.cscs.ch/home/kumbhar/tmp/CoreNeuron/coreneuron/permute/cellorder.cpp
", line 487: error: branching into or out of a parallel region is not
allowed
break;
Reactions are currently unavailable
While compiling CoreNEURON with GPU support we get: