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

Commit d2f4d3d

Browse files
authored
Remove accelmath.h (#679)
This fixes compilation with NVHPC 21.9 in some cases. * Update mod2c submodule with mod2c#73, which does the same thing there. * Update nmodl submodule with nmodl#762, which fixes code generation for the SH_na8st.mod mechanism in the reduced_dentate model.
1 parent d2fb845 commit d2f4d3d

4 files changed

Lines changed: 2 additions & 10 deletions

File tree

coreneuron/sim/scopmath/crout_thread.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@
4242
/* Functions called: makevector(), freevector() */
4343
/* */
4444
/*--------------------------------------------------------------*/
45-
46-
#if defined(__PGI) && defined(_OPENACC)
47-
#include "accelmath.h"
48-
#endif
4945
#include <cmath>
5046
#include "coreneuron/mechanism/mech/cfile/scoplib.h"
5147
#include "coreneuron/sim/scopmath/newton_struct.h"

coreneuron/sim/scopmath/sparse_thread.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@
66
* Duke University
77
*
88
******************************************************************************/
9-
10-
#if defined(__PGI) && defined(_OPENACC)
11-
#include "accelmath.h"
12-
#endif
139
#include <stdlib.h>
1410
#include "coreneuron/mechanism/mech/cfile/scoplib.h"
1511
#include "coreneuron/mechanism/mech/mod2c_core_thread.hpp" /* _threadargs, _STRIDE, etc. */

0 commit comments

Comments
 (0)