summaryrefslogtreecommitdiff
path: root/src/comm
diff options
context:
space:
mode:
Diffstat (limited to 'src/comm')
-rw-r--r--src/comm/OverloadComm.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/comm/OverloadComm.c b/src/comm/OverloadComm.c
index 404e2d0d..5b5308a9 100644
--- a/src/comm/OverloadComm.c
+++ b/src/comm/OverloadComm.c
@@ -135,3 +135,8 @@ int FMODIFIER FORTRAN_NAME(CCTK_MyProc)(cGH *GH)
return CCTK_MyProc(GH);
}
+int FMODIFIER FORTRAN_NAME(CCTK_Barrier)(cGH *GH)
+{
+ return CCTK_Barrier(GH);
+}
+