Search found 3 matches
- Sat Jun 05, 2021 9:36 am
- Forum: UNIX/Linux
- Topic: Unable to build NEURON v8 with CoreNeuron and GPU support
- Replies: 4
- Views: 47636
Re: Unable to build NEURON v8 with CoreNeuron and GPU support
Hello pkumbhar, My CMake version is 3.20.3. Yes, I got that error with detection of NVHPC before, but has been fixed now in OpenAccHelper.cmake. As you expected, trying to build NEURON without CoreNEURON gave the same errors. But, the same errors ( with an additional "Performing Test CMAKE_HAVE...
- Wed Jun 02, 2021 5:01 pm
- Forum: UNIX/Linux
- Topic: Unable to build NEURON v8 with CoreNeuron and GPU support
- Replies: 4
- Views: 47636
Re: Unable to build NEURON v8 with CoreNeuron and GPU support
Update : I was able to eliminate few of the errors by reordering the configuration options with cmake ( not sure why it works! ). Though the configuration completed without reporting any errors on the terminal, the CMakeError.log tells a different story. Also, GeForce MX330 ( installed in my system...
- Tue Jun 01, 2021 1:20 pm
- Forum: UNIX/Linux
- Topic: Unable to build NEURON v8 with CoreNeuron and GPU support
- Replies: 4
- Views: 47636
Unable to build NEURON v8 with CoreNeuron and GPU support
Hi, As a newbie, I am unable to build NEURON v8 with CoreNeuron and GPU support, in Ubuntu 20.04. My system has a GeForce MX330, with CUDA v11.2, nvc v21.3, nvc++ v21.3 from NVIDIA HPC SDK. Configuring cmake with the options : -DPYTHON_EXECUTABLE=`which python3` \ -DNRN_ENABLE_BINARY_SPECIAL=ON \ -D...