We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6ed68da + e400104 commit 0a09b04Copy full SHA for 0a09b04
ompi/mpi/fortran/base/gen-mpi-sizeof.pl
@@ -1,8 +1,8 @@
1
#!/usr/bin/env perl
2
#
3
# Copyright (c) 2014-2015 Cisco Systems, Inc. All rights reserved.
4
-# Copyright (c) 2015 Research Organization for Information Science
5
-# and Technology (RIST). All rights reserved.
+# Copyright (c) 2015-2018 Research Organization for Information Science
+# and Technology (RIST). All rights reserved.
6
# $COPYRIGHT$
7
8
# Script to generate the overloaded MPI_SIZEOF interfaces and
@@ -156,6 +156,8 @@ sub generate {
156
queue_sub("complex(real${size})", "complex${size}", "real${size}");
157
}
158
159
+queue_sub("character", "character");
160
+queue_sub("logical", "logical");
161
162
#######################################################
163
0 commit comments