summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authoreschnett <eschnett@17b73243-c579-4c4c-a9d2-2d5706c11dac>2012-09-13 19:36:06 +0000
committereschnett <eschnett@17b73243-c579-4c4c-a9d2-2d5706c11dac>2012-09-13 19:36:06 +0000
commit3f46aaf3ba5bede2f746a3b7ab632715e460b54b (patch)
tree1c18ee515b0deaf99ce45bde6f0b8f59579e8933 /src
parentf5a837336ff575f67290d428e813172b3fa5264d (diff)
Replace CCTK_RESTRICT by restrict
git-svn-id: http://svn.cactuscode.org/flesh/trunk@4869 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src')
-rw-r--r--src/include/cctk_Loop.h56
-rwxr-xr-xsrc/include/cctk_Loop.h.pl14
2 files changed, 35 insertions, 35 deletions
diff --git a/src/include/cctk_Loop.h b/src/include/cctk_Loop.h
index 3919dc16..a084b543 100644
--- a/src/include/cctk_Loop.h
+++ b/src/include/cctk_Loop.h
@@ -125,7 +125,7 @@
istr) \
do { \
typedef int cctki2_loop1_interior_##name; \
- cGH const *CCTK_RESTRICT const cctki2_cctkGH = (cctkGH); \
+ cGH const *restrict const cctki2_cctkGH = (cctkGH); \
if (cctki2_cctkGH->cctk_dim != 1) { \
_Pragma("omp critical") \
CCTK_WARN(CCTK_WARN_ABORT, \
@@ -176,7 +176,7 @@
istr) \
do { \
typedef int cctki2_loop1_boundaries_##name; \
- cGH const *CCTK_RESTRICT const cctki2_cctkGH = (cctkGH); \
+ cGH const *restrict const cctki2_cctkGH = (cctkGH); \
if (cctki2_cctkGH->cctk_dim != 1) { \
_Pragma("omp critical") \
CCTK_WARN(CCTK_WARN_ABORT, \
@@ -247,7 +247,7 @@
istr) \
do { \
typedef int cctki2_loop1_intboundaries_##name; \
- cGH const *CCTK_RESTRICT const cctki2_cctkGH = (cctkGH); \
+ cGH const *restrict const cctki2_cctkGH = (cctkGH); \
if (cctki2_cctkGH->cctk_dim != 1) { \
_Pragma("omp critical") \
CCTK_WARN(CCTK_WARN_ABORT, \
@@ -305,7 +305,7 @@
istr) \
do { \
typedef int cctki3_loop1_all_##name; \
- cGH const *CCTK_RESTRICT const cctki3_cctkGH = (cctkGH); \
+ cGH const *restrict const cctki3_cctkGH = (cctkGH); \
if (cctki3_cctkGH->cctk_dim != 1) { \
_Pragma("omp critical") \
CCTK_WARN(CCTK_WARN_ABORT, \
@@ -341,7 +341,7 @@
istr) \
do { \
typedef int cctki3_loop1_int_##name; \
- cGH const *CCTK_RESTRICT const cctki3_cctkGH = (cctkGH); \
+ cGH const *restrict const cctki3_cctkGH = (cctkGH); \
if (cctki3_cctkGH->cctk_dim != 1) { \
_Pragma("omp critical") \
CCTK_WARN(CCTK_WARN_ABORT, \
@@ -387,7 +387,7 @@
istr) \
do { \
typedef int cctki3_loop1_bnd_##name; \
- cGH const *CCTK_RESTRICT const cctki3_cctkGH = (cctkGH); \
+ cGH const *restrict const cctki3_cctkGH = (cctkGH); \
if (cctki3_cctkGH->cctk_dim != 1) { \
_Pragma("omp critical") \
CCTK_WARN(CCTK_WARN_ABORT, \
@@ -436,7 +436,7 @@
istr) \
do { \
typedef int cctki3_loop1_intbnd_##name; \
- cGH const *CCTK_RESTRICT const cctki3_cctkGH = (cctkGH); \
+ cGH const *restrict const cctki3_cctkGH = (cctkGH); \
if (cctki3_cctkGH->cctk_dim != 1) { \
_Pragma("omp critical") \
CCTK_WARN(CCTK_WARN_ABORT, \
@@ -761,7 +761,7 @@
istr) \
do { \
typedef int cctki2_loop2_interior_##name; \
- cGH const *CCTK_RESTRICT const cctki2_cctkGH = (cctkGH); \
+ cGH const *restrict const cctki2_cctkGH = (cctkGH); \
if (cctki2_cctkGH->cctk_dim != 2) { \
_Pragma("omp critical") \
CCTK_WARN(CCTK_WARN_ABORT, \
@@ -814,7 +814,7 @@
istr) \
do { \
typedef int cctki2_loop2_boundaries_##name; \
- cGH const *CCTK_RESTRICT const cctki2_cctkGH = (cctkGH); \
+ cGH const *restrict const cctki2_cctkGH = (cctkGH); \
if (cctki2_cctkGH->cctk_dim != 2) { \
_Pragma("omp critical") \
CCTK_WARN(CCTK_WARN_ABORT, \
@@ -891,7 +891,7 @@
istr) \
do { \
typedef int cctki2_loop2_intboundaries_##name; \
- cGH const *CCTK_RESTRICT const cctki2_cctkGH = (cctkGH); \
+ cGH const *restrict const cctki2_cctkGH = (cctkGH); \
if (cctki2_cctkGH->cctk_dim != 2) { \
_Pragma("omp critical") \
CCTK_WARN(CCTK_WARN_ABORT, \
@@ -956,7 +956,7 @@
istr) \
do { \
typedef int cctki3_loop2_all_##name; \
- cGH const *CCTK_RESTRICT const cctki3_cctkGH = (cctkGH); \
+ cGH const *restrict const cctki3_cctkGH = (cctkGH); \
if (cctki3_cctkGH->cctk_dim != 2) { \
_Pragma("omp critical") \
CCTK_WARN(CCTK_WARN_ABORT, \
@@ -994,7 +994,7 @@
istr) \
do { \
typedef int cctki3_loop2_int_##name; \
- cGH const *CCTK_RESTRICT const cctki3_cctkGH = (cctkGH); \
+ cGH const *restrict const cctki3_cctkGH = (cctkGH); \
if (cctki3_cctkGH->cctk_dim != 2) { \
_Pragma("omp critical") \
CCTK_WARN(CCTK_WARN_ABORT, \
@@ -1040,7 +1040,7 @@
istr) \
do { \
typedef int cctki3_loop2_bnd_##name; \
- cGH const *CCTK_RESTRICT const cctki3_cctkGH = (cctkGH); \
+ cGH const *restrict const cctki3_cctkGH = (cctkGH); \
if (cctki3_cctkGH->cctk_dim != 2) { \
_Pragma("omp critical") \
CCTK_WARN(CCTK_WARN_ABORT, \
@@ -1089,7 +1089,7 @@
istr) \
do { \
typedef int cctki3_loop2_intbnd_##name; \
- cGH const *CCTK_RESTRICT const cctki3_cctkGH = (cctkGH); \
+ cGH const *restrict const cctki3_cctkGH = (cctkGH); \
if (cctki3_cctkGH->cctk_dim != 2) { \
_Pragma("omp critical") \
CCTK_WARN(CCTK_WARN_ABORT, \
@@ -1425,7 +1425,7 @@
istr) \
do { \
typedef int cctki2_loop3_interior_##name; \
- cGH const *CCTK_RESTRICT const cctki2_cctkGH = (cctkGH); \
+ cGH const *restrict const cctki2_cctkGH = (cctkGH); \
if (cctki2_cctkGH->cctk_dim != 3) { \
_Pragma("omp critical") \
CCTK_WARN(CCTK_WARN_ABORT, \
@@ -1480,7 +1480,7 @@
istr) \
do { \
typedef int cctki2_loop3_boundaries_##name; \
- cGH const *CCTK_RESTRICT const cctki2_cctkGH = (cctkGH); \
+ cGH const *restrict const cctki2_cctkGH = (cctkGH); \
if (cctki2_cctkGH->cctk_dim != 3) { \
_Pragma("omp critical") \
CCTK_WARN(CCTK_WARN_ABORT, \
@@ -1563,7 +1563,7 @@
istr) \
do { \
typedef int cctki2_loop3_intboundaries_##name; \
- cGH const *CCTK_RESTRICT const cctki2_cctkGH = (cctkGH); \
+ cGH const *restrict const cctki2_cctkGH = (cctkGH); \
if (cctki2_cctkGH->cctk_dim != 3) { \
_Pragma("omp critical") \
CCTK_WARN(CCTK_WARN_ABORT, \
@@ -1635,7 +1635,7 @@
istr) \
do { \
typedef int cctki3_loop3_all_##name; \
- cGH const *CCTK_RESTRICT const cctki3_cctkGH = (cctkGH); \
+ cGH const *restrict const cctki3_cctkGH = (cctkGH); \
if (cctki3_cctkGH->cctk_dim != 3) { \
_Pragma("omp critical") \
CCTK_WARN(CCTK_WARN_ABORT, \
@@ -1675,7 +1675,7 @@
istr) \
do { \
typedef int cctki3_loop3_int_##name; \
- cGH const *CCTK_RESTRICT const cctki3_cctkGH = (cctkGH); \
+ cGH const *restrict const cctki3_cctkGH = (cctkGH); \
if (cctki3_cctkGH->cctk_dim != 3) { \
_Pragma("omp critical") \
CCTK_WARN(CCTK_WARN_ABORT, \
@@ -1721,7 +1721,7 @@
istr) \
do { \
typedef int cctki3_loop3_bnd_##name; \
- cGH const *CCTK_RESTRICT const cctki3_cctkGH = (cctkGH); \
+ cGH const *restrict const cctki3_cctkGH = (cctkGH); \
if (cctki3_cctkGH->cctk_dim != 3) { \
_Pragma("omp critical") \
CCTK_WARN(CCTK_WARN_ABORT, \
@@ -1770,7 +1770,7 @@
istr) \
do { \
typedef int cctki3_loop3_intbnd_##name; \
- cGH const *CCTK_RESTRICT const cctki3_cctkGH = (cctkGH); \
+ cGH const *restrict const cctki3_cctkGH = (cctkGH); \
if (cctki3_cctkGH->cctk_dim != 3) { \
_Pragma("omp critical") \
CCTK_WARN(CCTK_WARN_ABORT, \
@@ -2117,7 +2117,7 @@
istr) \
do { \
typedef int cctki2_loop4_interior_##name; \
- cGH const *CCTK_RESTRICT const cctki2_cctkGH = (cctkGH); \
+ cGH const *restrict const cctki2_cctkGH = (cctkGH); \
if (cctki2_cctkGH->cctk_dim != 4) { \
_Pragma("omp critical") \
CCTK_WARN(CCTK_WARN_ABORT, \
@@ -2174,7 +2174,7 @@
istr) \
do { \
typedef int cctki2_loop4_boundaries_##name; \
- cGH const *CCTK_RESTRICT const cctki2_cctkGH = (cctkGH); \
+ cGH const *restrict const cctki2_cctkGH = (cctkGH); \
if (cctki2_cctkGH->cctk_dim != 4) { \
_Pragma("omp critical") \
CCTK_WARN(CCTK_WARN_ABORT, \
@@ -2263,7 +2263,7 @@
istr) \
do { \
typedef int cctki2_loop4_intboundaries_##name; \
- cGH const *CCTK_RESTRICT const cctki2_cctkGH = (cctkGH); \
+ cGH const *restrict const cctki2_cctkGH = (cctkGH); \
if (cctki2_cctkGH->cctk_dim != 4) { \
_Pragma("omp critical") \
CCTK_WARN(CCTK_WARN_ABORT, \
@@ -2342,7 +2342,7 @@
istr) \
do { \
typedef int cctki3_loop4_all_##name; \
- cGH const *CCTK_RESTRICT const cctki3_cctkGH = (cctkGH); \
+ cGH const *restrict const cctki3_cctkGH = (cctkGH); \
if (cctki3_cctkGH->cctk_dim != 4) { \
_Pragma("omp critical") \
CCTK_WARN(CCTK_WARN_ABORT, \
@@ -2384,7 +2384,7 @@
istr) \
do { \
typedef int cctki3_loop4_int_##name; \
- cGH const *CCTK_RESTRICT const cctki3_cctkGH = (cctkGH); \
+ cGH const *restrict const cctki3_cctkGH = (cctkGH); \
if (cctki3_cctkGH->cctk_dim != 4) { \
_Pragma("omp critical") \
CCTK_WARN(CCTK_WARN_ABORT, \
@@ -2430,7 +2430,7 @@
istr) \
do { \
typedef int cctki3_loop4_bnd_##name; \
- cGH const *CCTK_RESTRICT const cctki3_cctkGH = (cctkGH); \
+ cGH const *restrict const cctki3_cctkGH = (cctkGH); \
if (cctki3_cctkGH->cctk_dim != 4) { \
_Pragma("omp critical") \
CCTK_WARN(CCTK_WARN_ABORT, \
@@ -2479,7 +2479,7 @@
istr) \
do { \
typedef int cctki3_loop4_intbnd_##name; \
- cGH const *CCTK_RESTRICT const cctki3_cctkGH = (cctkGH); \
+ cGH const *restrict const cctki3_cctkGH = (cctkGH); \
if (cctki3_cctkGH->cctk_dim != 4) { \
_Pragma("omp critical") \
CCTK_WARN(CCTK_WARN_ABORT, \
diff --git a/src/include/cctk_Loop.h.pl b/src/include/cctk_Loop.h.pl
index fa8e7df8..17a50c4e 100755
--- a/src/include/cctk_Loop.h.pl
+++ b/src/include/cctk_Loop.h.pl
@@ -300,7 +300,7 @@ for $dim (1,2,3,4) {
(bsnl ' istr)'),
(bsnl ' do {'),
(bsnl ' typedef int cctki2_loop[DIM]_interior_##name;'),
- (bsnl ' cGH const *CCTK_RESTRICT const cctki2_cctkGH = (cctkGH);'),
+ (bsnl ' cGH const *restrict const cctki2_cctkGH = (cctkGH);'),
(bsnl ' if (cctki2_cctkGH->cctk_dim != [DIM]) {'),
(bsnl ' _Pragma("omp critical")'),
(bsnl ' CCTK_WARN(CCTK_WARN_ABORT,'),
@@ -351,7 +351,7 @@ for $dim (1,2,3,4) {
(bsnl ' istr)'),
(bsnl ' do {'),
(bsnl ' typedef int cctki2_loop[DIM]_boundaries_##name;'),
- (bsnl ' cGH const *CCTK_RESTRICT const cctki2_cctkGH = (cctkGH);'),
+ (bsnl ' cGH const *restrict const cctki2_cctkGH = (cctkGH);'),
(bsnl ' if (cctki2_cctkGH->cctk_dim != [DIM]) {'),
(bsnl ' _Pragma("omp critical")'),
(bsnl ' CCTK_WARN(CCTK_WARN_ABORT,'),
@@ -422,7 +422,7 @@ for $dim (1,2,3,4) {
(bsnl ' istr)'),
(bsnl ' do {'),
(bsnl ' typedef int cctki2_loop[DIM]_intboundaries_##name;'),
- (bsnl ' cGH const *CCTK_RESTRICT const cctki2_cctkGH = (cctkGH);'),
+ (bsnl ' cGH const *restrict const cctki2_cctkGH = (cctkGH);'),
(bsnl ' if (cctki2_cctkGH->cctk_dim != [DIM]) {'),
(bsnl ' _Pragma("omp critical")'),
(bsnl ' CCTK_WARN(CCTK_WARN_ABORT,'),
@@ -480,7 +480,7 @@ for $dim (1,2,3,4) {
(bsnl ' istr)'),
(bsnl ' do {'),
(bsnl ' typedef int cctki3_loop[DIM]_all_##name;'),
- (bsnl ' cGH const *CCTK_RESTRICT const cctki3_cctkGH = (cctkGH);'),
+ (bsnl ' cGH const *restrict const cctki3_cctkGH = (cctkGH);'),
(bsnl ' if (cctki3_cctkGH->cctk_dim != [DIM]) {'),
(bsnl ' _Pragma("omp critical")'),
(bsnl ' CCTK_WARN(CCTK_WARN_ABORT,'),
@@ -516,7 +516,7 @@ for $dim (1,2,3,4) {
(bsnl ' istr)'),
(bsnl ' do {'),
(bsnl ' typedef int cctki3_loop[DIM]_int_##name;'),
- (bsnl ' cGH const *CCTK_RESTRICT const cctki3_cctkGH = (cctkGH);'),
+ (bsnl ' cGH const *restrict const cctki3_cctkGH = (cctkGH);'),
(bsnl ' if (cctki3_cctkGH->cctk_dim != [DIM]) {'),
(bsnl ' _Pragma("omp critical")'),
(bsnl ' CCTK_WARN(CCTK_WARN_ABORT,'),
@@ -562,7 +562,7 @@ for $dim (1,2,3,4) {
(bsnl ' istr)'),
(bsnl ' do {'),
(bsnl ' typedef int cctki3_loop[DIM]_bnd_##name;'),
- (bsnl ' cGH const *CCTK_RESTRICT const cctki3_cctkGH = (cctkGH);'),
+ (bsnl ' cGH const *restrict const cctki3_cctkGH = (cctkGH);'),
(bsnl ' if (cctki3_cctkGH->cctk_dim != [DIM]) {'),
(bsnl ' _Pragma("omp critical")'),
(bsnl ' CCTK_WARN(CCTK_WARN_ABORT,'),
@@ -611,7 +611,7 @@ for $dim (1,2,3,4) {
(bsnl ' istr)'),
(bsnl ' do {'),
(bsnl ' typedef int cctki3_loop[DIM]_intbnd_##name;'),
- (bsnl ' cGH const *CCTK_RESTRICT const cctki3_cctkGH = (cctkGH);'),
+ (bsnl ' cGH const *restrict const cctki3_cctkGH = (cctkGH);'),
(bsnl ' if (cctki3_cctkGH->cctk_dim != [DIM]) {'),
(bsnl ' _Pragma("omp critical")'),
(bsnl ' CCTK_WARN(CCTK_WARN_ABORT,'),