You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 20, 2023. It is now read-only.
CMake build options refactoring for Makefile and removing PG_ACC_BUGS (#455)
* CMake build options refactoring for Makefile
* move all makefile related options into single file MakefileBuildOptions.cmake
* remove all option processing from extra/CMakeLists.txt
* fix with neuron linking : type CN_PGI_ACC_FLAGS -> PGI_ACC_FLAGS
* Use PGI archive module because of issue with latest NVHPC modules
* fix ISPC build issue and nrnivmodl-core failure on OSX
* Avoid P2 UC2 ndoes as GPFS is not mounted (HELP-13390)
* Use spack branch only if specified
* Remove use of PG_ACC_BUGS
* PG_ACC_BUGS was added when we saw bugs with PGI compiler
version 16.3
* Except the case of union, no more real buggy scenario exists
* So remove all usages of PG_ACC_BUGS
* Remove some hardcoded ion array size by const variable
* update mod2c to master
* mods files and cpp translated files are in same x86_64/corenrn/mod2c directory
0 commit comments