diff --git a/runtime/parsec/CMakeLists.txt b/runtime/parsec/CMakeLists.txt index 22b3d9528756badd9b2a98b731caa589ea881f9e..de97e489c2d66dedc1aed5d28695d76dca5b67cc 100644 --- a/runtime/parsec/CMakeLists.txt +++ b/runtime/parsec/CMakeLists.txt @@ -1,6 +1,6 @@ ### # -# @file CMakeLists.txt +# @file parsec/CMakeLists.txt # # @copyright 2009-2015 The University of Tennessee and The University of # Tennessee Research Foundation. All rights reserved. diff --git a/runtime/parsec/codelets/codelet_map.c b/runtime/parsec/codelets/codelet_map.c index a2dab9a18c85f22b8e37822bdf3ef5ff60e63cfa..6e94bff1635d81c8b5dac7725222afb861a7e2a6 100644 --- a/runtime/parsec/codelets/codelet_map.c +++ b/runtime/parsec/codelets/codelet_map.c @@ -1,6 +1,6 @@ /** * - * @file codelet_map.c + * @file parsec/codelet_map.c * * @copyright 2018-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. diff --git a/runtime/parsec/codelets/codelet_zasum.c b/runtime/parsec/codelets/codelet_zasum.c index 24518810fad7933e33fe188f1dcd48ca2913ad23..47621135647464925fc23f3a3b141d44348cbd82 100644 --- a/runtime/parsec/codelets/codelet_zasum.c +++ b/runtime/parsec/codelets/codelet_zasum.c @@ -1,6 +1,6 @@ /** * - * @file codelet_zasum.c + * @file parsec/codelet_zasum.c * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/parsec/codelets/codelet_zaxpy.c b/runtime/parsec/codelets/codelet_zaxpy.c index 9fd5acb94b6022ad4d03c4ef4a8c92c15ddaff90..d0d1c169a88bd5ac929573aae39826777ebc4ca8 100644 --- a/runtime/parsec/codelets/codelet_zaxpy.c +++ b/runtime/parsec/codelets/codelet_zaxpy.c @@ -1,6 +1,6 @@ /** * - * @file codelet_zaxpy.c + * @file parsec/codelet_zaxpy.c * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/parsec/codelets/codelet_zbuild.c b/runtime/parsec/codelets/codelet_zbuild.c index 2ff45ee145a949bea79a7627c4afd0023c9adc70..cd6c149e095c8e94de09c00f80d3679cf494bae8 100644 --- a/runtime/parsec/codelets/codelet_zbuild.c +++ b/runtime/parsec/codelets/codelet_zbuild.c @@ -1,6 +1,6 @@ /** * - * @file codelet_zbuild.c + * @file parsec/codelet_zbuild.c * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/parsec/codelets/codelet_zgeadd.c b/runtime/parsec/codelets/codelet_zgeadd.c index d2f316396b3ab7d1d65fcd9e1d4933bde6b3e601..8e6074562f837fd8a3ecfa2e99097e1322d6bae4 100644 --- a/runtime/parsec/codelets/codelet_zgeadd.c +++ b/runtime/parsec/codelets/codelet_zgeadd.c @@ -1,6 +1,6 @@ /** * - * @file codelet_zgeadd.c + * @file parsec/codelet_zgeadd.c * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/parsec/codelets/codelet_zgelqt.c b/runtime/parsec/codelets/codelet_zgelqt.c index 1d9481cfaacc51f9150c812431e14a2d624c6113..1c4df97b60c0ed7e517b075f6c9de317f1171ad0 100644 --- a/runtime/parsec/codelets/codelet_zgelqt.c +++ b/runtime/parsec/codelets/codelet_zgelqt.c @@ -1,6 +1,6 @@ /** * - * @file codelet_zgelqt.c + * @file parsec/codelet_zgelqt.c * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/parsec/codelets/codelet_zgemm.c b/runtime/parsec/codelets/codelet_zgemm.c index d4c349c03ff7c394032d44a24f32ae846f12410e..0bee481c62fd8857cff6ff748827ae5cf2bc9d43 100644 --- a/runtime/parsec/codelets/codelet_zgemm.c +++ b/runtime/parsec/codelets/codelet_zgemm.c @@ -1,6 +1,6 @@ /** * - * @file codelet_zgemm.c + * @file parsec/codelet_zgemm.c * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/parsec/codelets/codelet_zgeqrt.c b/runtime/parsec/codelets/codelet_zgeqrt.c index 68bbb5d68540434e77dcd333afee7983d316b2f3..16f516b26dd3836b8afa893d32366ee8650e54b7 100644 --- a/runtime/parsec/codelets/codelet_zgeqrt.c +++ b/runtime/parsec/codelets/codelet_zgeqrt.c @@ -1,6 +1,6 @@ /** * - * @file codelet_zgeqrt.c + * @file parsec/codelet_zgeqrt.c * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/parsec/codelets/codelet_zgessm.c b/runtime/parsec/codelets/codelet_zgessm.c index c1069598673d4a3f67622222557455125e8493a2..a5f60a9dc581d8f0d204e3cc27f06b2a1e6a6b15 100644 --- a/runtime/parsec/codelets/codelet_zgessm.c +++ b/runtime/parsec/codelets/codelet_zgessm.c @@ -1,6 +1,6 @@ /** * - * @file codelet_zgessm.c + * @file parsec/codelet_zgessm.c * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/parsec/codelets/codelet_zgessq.c b/runtime/parsec/codelets/codelet_zgessq.c index 7951afdf9dba41273238638a87d67bd2c702a276..80cf62f1d54564725c100a340b764375a4f38a02 100644 --- a/runtime/parsec/codelets/codelet_zgessq.c +++ b/runtime/parsec/codelets/codelet_zgessq.c @@ -1,6 +1,6 @@ /** * - * @file codelet_zgessq.c + * @file parsec/codelet_zgessq.c * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/parsec/codelets/codelet_zgetrf.c b/runtime/parsec/codelets/codelet_zgetrf.c index 3b61c3d7a9d9a9ac5222be2cda13d6de3bd3baf6..e5bb24dfb7495565ce87b35cf6820a066d66bd22 100644 --- a/runtime/parsec/codelets/codelet_zgetrf.c +++ b/runtime/parsec/codelets/codelet_zgetrf.c @@ -1,6 +1,6 @@ /** * - * @file codelet_zgetrf.c + * @file parsec/codelet_zgetrf.c * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/parsec/codelets/codelet_zgetrf_incpiv.c b/runtime/parsec/codelets/codelet_zgetrf_incpiv.c index 0afd5b2ae5aa52863979bab3d8cda856484685e8..26e7e4975ea9182767eb00b44d4300c26803376f 100644 --- a/runtime/parsec/codelets/codelet_zgetrf_incpiv.c +++ b/runtime/parsec/codelets/codelet_zgetrf_incpiv.c @@ -1,6 +1,6 @@ /** * - * @file codelet_zgetrf_incpiv.c + * @file parsec/codelet_zgetrf_incpiv.c * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/parsec/codelets/codelet_zgetrf_nopiv.c b/runtime/parsec/codelets/codelet_zgetrf_nopiv.c index 00bd326cd20af771ee7ccaa84521d86a11f29114..fab5ad59859270769625af8df16f02439d514f77 100644 --- a/runtime/parsec/codelets/codelet_zgetrf_nopiv.c +++ b/runtime/parsec/codelets/codelet_zgetrf_nopiv.c @@ -1,6 +1,6 @@ /** * - * @file codelet_zgetrf_nopiv.c + * @file parsec/codelet_zgetrf_nopiv.c * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/parsec/codelets/codelet_zhe2ge.c b/runtime/parsec/codelets/codelet_zhe2ge.c index 83927d7392d7d8f9d2f1b3ea8df1db4643fd1b68..1259af9d8b180b7498478c436566db2f45a24f4b 100644 --- a/runtime/parsec/codelets/codelet_zhe2ge.c +++ b/runtime/parsec/codelets/codelet_zhe2ge.c @@ -1,6 +1,6 @@ /** * - * @file codelet_zhe2ge.c + * @file parsec/codelet_zhe2ge.c * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/parsec/codelets/codelet_zhemm.c b/runtime/parsec/codelets/codelet_zhemm.c index 211bcc539dab8e532270a1c11e86c0f686b7e636..6dd1cb6b145e18457be2b59c307e216fb37b7947 100644 --- a/runtime/parsec/codelets/codelet_zhemm.c +++ b/runtime/parsec/codelets/codelet_zhemm.c @@ -1,6 +1,6 @@ /** * - * @file codelet_zhemm.c + * @file parsec/codelet_zhemm.c * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/parsec/codelets/codelet_zher2k.c b/runtime/parsec/codelets/codelet_zher2k.c index 6ccf7d6643c3eba28a8071f24cfaf227fc209baa..20bc122ea14a2ee4ddc38148f760b30b2dfda5d3 100644 --- a/runtime/parsec/codelets/codelet_zher2k.c +++ b/runtime/parsec/codelets/codelet_zher2k.c @@ -1,6 +1,6 @@ /** * - * @file codelet_zher2k.c + * @file parsec/codelet_zher2k.c * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/parsec/codelets/codelet_zherfb.c b/runtime/parsec/codelets/codelet_zherfb.c index 5aeddfc46260fe05967571c0c800a6444c654913..8f6166e191f0339fc7f368331bc5ccbddc8eeb3d 100644 --- a/runtime/parsec/codelets/codelet_zherfb.c +++ b/runtime/parsec/codelets/codelet_zherfb.c @@ -1,6 +1,6 @@ /** * - * @file codelet_zherfb.c + * @file parsec/codelet_zherfb.c * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/parsec/codelets/codelet_zherk.c b/runtime/parsec/codelets/codelet_zherk.c index c917f7d55ba94ccf9a6070a439a55040b6ae869e..131bcce7a260b264ee56d523b2a959eab3e2fef4 100644 --- a/runtime/parsec/codelets/codelet_zherk.c +++ b/runtime/parsec/codelets/codelet_zherk.c @@ -1,6 +1,6 @@ /** * - * @file codelet_zherk.c + * @file parsec/codelet_zherk.c * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/parsec/codelets/codelet_zhessq.c b/runtime/parsec/codelets/codelet_zhessq.c index b021b3b7266b9a9e80e2823068e2adee151849a1..0001a510349b3ec0d085ee61929e0d65f0357017 100644 --- a/runtime/parsec/codelets/codelet_zhessq.c +++ b/runtime/parsec/codelets/codelet_zhessq.c @@ -1,6 +1,6 @@ /** * - * @file codelet_zhessq.c + * @file parsec/codelet_zhessq.c * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/parsec/codelets/codelet_zlacpy.c b/runtime/parsec/codelets/codelet_zlacpy.c index 6daea372ce461da06754163e072c8cc8f90b4291..2eb7d8719152a3735d2023acff28c5b37f32d9c6 100644 --- a/runtime/parsec/codelets/codelet_zlacpy.c +++ b/runtime/parsec/codelets/codelet_zlacpy.c @@ -1,6 +1,6 @@ /** * - * @file codelet_zlacpy.c + * @file parsec/codelet_zlacpy.c * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/parsec/codelets/codelet_zlag2c.c b/runtime/parsec/codelets/codelet_zlag2c.c index 67a60a912082c7ac00e1f8a291150a09da930aa8..6ceef5d6966ef00d24d9e4c75f219923f4c7c1cd 100644 --- a/runtime/parsec/codelets/codelet_zlag2c.c +++ b/runtime/parsec/codelets/codelet_zlag2c.c @@ -1,6 +1,6 @@ /** * - * @file codelet_zlag2c.c + * @file parsec/codelet_zlag2c.c * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/parsec/codelets/codelet_zlange.c b/runtime/parsec/codelets/codelet_zlange.c index 83fc28dab7a908daad95e1add3aae140b46584b1..89b5c0c8f59b5907fa476907ac1041ddd3d46fbc 100644 --- a/runtime/parsec/codelets/codelet_zlange.c +++ b/runtime/parsec/codelets/codelet_zlange.c @@ -1,6 +1,6 @@ /** * - * @file codelet_zlange.c + * @file parsec/codelet_zlange.c * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/parsec/codelets/codelet_zlanhe.c b/runtime/parsec/codelets/codelet_zlanhe.c index 9bd9c44e0e2d6278ace0b746cc33830876b3d6f5..94fbdcd42418df38071c42f1a3af531afe1fe328 100644 --- a/runtime/parsec/codelets/codelet_zlanhe.c +++ b/runtime/parsec/codelets/codelet_zlanhe.c @@ -1,6 +1,6 @@ /** * - * @file codelet_zlanhe.c + * @file parsec/codelet_zlanhe.c * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/parsec/codelets/codelet_zlansy.c b/runtime/parsec/codelets/codelet_zlansy.c index 341ef8d2887bf2b1afbc2784f8d8eed7cf51b698..65e0103b445db0479e16e77ce56b52823f797b3e 100644 --- a/runtime/parsec/codelets/codelet_zlansy.c +++ b/runtime/parsec/codelets/codelet_zlansy.c @@ -1,6 +1,6 @@ /** * - * @file codelet_zlansy.c + * @file parsec/codelet_zlansy.c * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/parsec/codelets/codelet_zlantr.c b/runtime/parsec/codelets/codelet_zlantr.c index 29530670ff5b9364cf57f28e5877a122d7c6af85..2b4456a6064ed1a86a37ef42fb8976e1ce586589 100644 --- a/runtime/parsec/codelets/codelet_zlantr.c +++ b/runtime/parsec/codelets/codelet_zlantr.c @@ -1,6 +1,6 @@ /** * - * @file codelet_zlantr.c + * @file parsec/codelet_zlantr.c * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/parsec/codelets/codelet_zlascal.c b/runtime/parsec/codelets/codelet_zlascal.c index 2eaf5196c13d0eb2446ae66d26d1a0e7b466cd75..b7c3f103b7d83a524c83b4f10f96b1387972d457 100644 --- a/runtime/parsec/codelets/codelet_zlascal.c +++ b/runtime/parsec/codelets/codelet_zlascal.c @@ -1,6 +1,6 @@ /** * - * @file codelet_zlascal.c + * @file parsec/codelet_zlascal.c * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/parsec/codelets/codelet_zlaset.c b/runtime/parsec/codelets/codelet_zlaset.c index 0c003b24b076136755424a1bf44e201841fc25da..7562b7c52c9497d757f2a9f645ea3a419d800687 100644 --- a/runtime/parsec/codelets/codelet_zlaset.c +++ b/runtime/parsec/codelets/codelet_zlaset.c @@ -1,6 +1,6 @@ /** * - * @file codelet_zlaset.c + * @file parsec/codelet_zlaset.c * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/parsec/codelets/codelet_zlaset2.c b/runtime/parsec/codelets/codelet_zlaset2.c index 8e098024dd550619275e83f2f72d9890429bac65..2078c1603dbd007611e429af13ea1ea66f57936e 100644 --- a/runtime/parsec/codelets/codelet_zlaset2.c +++ b/runtime/parsec/codelets/codelet_zlaset2.c @@ -1,6 +1,6 @@ /** * - * @file codelet_zlaset2.c + * @file parsec/codelet_zlaset2.c * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/parsec/codelets/codelet_zlatro.c b/runtime/parsec/codelets/codelet_zlatro.c index d6e1870ec36a0900fac034e96ade3ddf90e1494e..055280383bb61b9f0ae6a0914fb359cb1cbd3c0c 100644 --- a/runtime/parsec/codelets/codelet_zlatro.c +++ b/runtime/parsec/codelets/codelet_zlatro.c @@ -1,6 +1,6 @@ /** * - * @file codelet_zlatro.c + * @file parsec/codelet_zlatro.c * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/parsec/codelets/codelet_zlauum.c b/runtime/parsec/codelets/codelet_zlauum.c index 2b2a729c378676c6115ef552a292cf45cb8f3d1a..49d4d4e1ad2b6b1b5fad73bc70431cea145c6357 100644 --- a/runtime/parsec/codelets/codelet_zlauum.c +++ b/runtime/parsec/codelets/codelet_zlauum.c @@ -1,6 +1,6 @@ /** * - * @file codelet_zlauum.c + * @file parsec/codelet_zlauum.c * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/parsec/codelets/codelet_zpamm.c b/runtime/parsec/codelets/codelet_zpamm.c index b6b68210d6491315652f1d6d2f9332e031cfc6b8..4840d3c4c9c4a0c5d0ea6476365530912c169051 100644 --- a/runtime/parsec/codelets/codelet_zpamm.c +++ b/runtime/parsec/codelets/codelet_zpamm.c @@ -1,6 +1,6 @@ /** * - * @file codelet_zpamm.c + * @file parsec/codelet_zpamm.c * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/parsec/codelets/codelet_zplghe.c b/runtime/parsec/codelets/codelet_zplghe.c index a57b04277d502ce3b0844c12e9f92aa518068526..cf643bcd50a4b38f1cd908a27166f79eaac6234f 100644 --- a/runtime/parsec/codelets/codelet_zplghe.c +++ b/runtime/parsec/codelets/codelet_zplghe.c @@ -1,6 +1,6 @@ /** * - * @file codelet_zplghe.c + * @file parsec/codelet_zplghe.c * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/parsec/codelets/codelet_zplgsy.c b/runtime/parsec/codelets/codelet_zplgsy.c index 694b62c1ad85bf01a99b75ae4c143b3b99f61d27..3e6d99da441242e4a04172b4b62d11e167125c67 100644 --- a/runtime/parsec/codelets/codelet_zplgsy.c +++ b/runtime/parsec/codelets/codelet_zplgsy.c @@ -1,6 +1,6 @@ /** * - * @file codelet_zplgsy.c + * @file parsec/codelet_zplgsy.c * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/parsec/codelets/codelet_zplrnt.c b/runtime/parsec/codelets/codelet_zplrnt.c index c27e6906235385f2f8219a612740e7289072954f..e84e00c0d14bd645c297b6bc1fb68f7b789ecc93 100644 --- a/runtime/parsec/codelets/codelet_zplrnt.c +++ b/runtime/parsec/codelets/codelet_zplrnt.c @@ -1,6 +1,6 @@ /** * - * @file codelet_zplrnt.c + * @file parsec/codelet_zplrnt.c * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/parsec/codelets/codelet_zplssq.c b/runtime/parsec/codelets/codelet_zplssq.c index 602a163a6ae993d488e2b2511b2f575fac1a4705..59289b5411654b799a60dbcd820842419e9a059b 100644 --- a/runtime/parsec/codelets/codelet_zplssq.c +++ b/runtime/parsec/codelets/codelet_zplssq.c @@ -1,6 +1,6 @@ /** * - * @file codelet_zplssq.c + * @file parsec/codelet_zplssq.c * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/parsec/codelets/codelet_zpotrf.c b/runtime/parsec/codelets/codelet_zpotrf.c index c61047ccc15aef2e706de63d2f1a597d10d85fe1..7f2fef67d59ebbf7d9c9f7de14ce340738d6776a 100644 --- a/runtime/parsec/codelets/codelet_zpotrf.c +++ b/runtime/parsec/codelets/codelet_zpotrf.c @@ -1,6 +1,6 @@ /** * - * @file codelet_zpotrf.c + * @file parsec/codelet_zpotrf.c * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/parsec/codelets/codelet_zssssm.c b/runtime/parsec/codelets/codelet_zssssm.c index 6fb753690c6f19bd30640e9a972bcf24f7da6feb..d5ccbcefa549ffb7399dffa1905e08204e050704 100644 --- a/runtime/parsec/codelets/codelet_zssssm.c +++ b/runtime/parsec/codelets/codelet_zssssm.c @@ -1,6 +1,6 @@ /** * - * @file codelet_zssssm.c + * @file parsec/codelet_zssssm.c * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/parsec/codelets/codelet_zsymm.c b/runtime/parsec/codelets/codelet_zsymm.c index da953d12e55d93fbe1147e4e29c8a1bc9fa354b1..13896c60263359161c655174b051e10c8c92d9d3 100644 --- a/runtime/parsec/codelets/codelet_zsymm.c +++ b/runtime/parsec/codelets/codelet_zsymm.c @@ -1,6 +1,6 @@ /** * - * @file codelet_zsymm.c + * @file parsec/codelet_zsymm.c * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/parsec/codelets/codelet_zsyr2k.c b/runtime/parsec/codelets/codelet_zsyr2k.c index 71ad68bffab910d0f021b3cc016351088d2a8398..c563ec04baf80550dc16d6f79e5e15a177b7d978 100644 --- a/runtime/parsec/codelets/codelet_zsyr2k.c +++ b/runtime/parsec/codelets/codelet_zsyr2k.c @@ -1,6 +1,6 @@ /** * - * @file codelet_zsyr2k.c + * @file parsec/codelet_zsyr2k.c * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/parsec/codelets/codelet_zsyrk.c b/runtime/parsec/codelets/codelet_zsyrk.c index cdd9cd1235ee53f0377b97eb859c37f44e419971..15eb1b87c8ac3571bdd429b0418d34e7982a436a 100644 --- a/runtime/parsec/codelets/codelet_zsyrk.c +++ b/runtime/parsec/codelets/codelet_zsyrk.c @@ -1,6 +1,6 @@ /** * - * @file codelet_zsyrk.c + * @file parsec/codelet_zsyrk.c * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/parsec/codelets/codelet_zsyssq.c b/runtime/parsec/codelets/codelet_zsyssq.c index dd4dd520edcb994bb143cd3e2cc46ceb15d5ed8c..2cf93e2bb35f53d4f0c6a2870b1ce32cb79e341b 100644 --- a/runtime/parsec/codelets/codelet_zsyssq.c +++ b/runtime/parsec/codelets/codelet_zsyssq.c @@ -1,6 +1,6 @@ /** * - * @file codelet_zsyssq.c + * @file parsec/codelet_zsyssq.c * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/parsec/codelets/codelet_zsytrf_nopiv.c b/runtime/parsec/codelets/codelet_zsytrf_nopiv.c index 776cd8904bd45bfbb9c025e9f388d18618c96304..6038f9f94b1002a81e4b6a8b657f24d90e4e6a38 100644 --- a/runtime/parsec/codelets/codelet_zsytrf_nopiv.c +++ b/runtime/parsec/codelets/codelet_zsytrf_nopiv.c @@ -1,6 +1,6 @@ /** * - * @file codelet_zsytrf_nopiv.c + * @file parsec/codelet_zsytrf_nopiv.c * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/parsec/codelets/codelet_ztile_zero.c b/runtime/parsec/codelets/codelet_ztile_zero.c index f07bee91f1994632a5045772f2895248e1fd2cc5..e07175cb16591730697aad13b721354c36e9982d 100644 --- a/runtime/parsec/codelets/codelet_ztile_zero.c +++ b/runtime/parsec/codelets/codelet_ztile_zero.c @@ -1,6 +1,6 @@ /** * - * @file codelet_ztile_zero.c + * @file parsec/codelet_ztile_zero.c * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/parsec/codelets/codelet_ztplqt.c b/runtime/parsec/codelets/codelet_ztplqt.c index 3ab1445558c150050ec9c8c8e81ed8c777ce9355..3da524a420219a1befb61e46ab679342267061ae 100644 --- a/runtime/parsec/codelets/codelet_ztplqt.c +++ b/runtime/parsec/codelets/codelet_ztplqt.c @@ -1,6 +1,6 @@ /** * - * @file codelet_ztplqt.c + * @file parsec/codelet_ztplqt.c * * @copyright 2009-2016 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/parsec/codelets/codelet_ztpmlqt.c b/runtime/parsec/codelets/codelet_ztpmlqt.c index 6aaf1b9c342050d0f09272fef7de4b0103cab7a8..ce66b3e80c4a0286ab381d85e733a5a4a7af7754 100644 --- a/runtime/parsec/codelets/codelet_ztpmlqt.c +++ b/runtime/parsec/codelets/codelet_ztpmlqt.c @@ -1,6 +1,6 @@ /** * - * @file codelet_ztpmlqt.c + * @file parsec/codelet_ztpmlqt.c * * @copyright 2009-2016 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/parsec/codelets/codelet_ztpmqrt.c b/runtime/parsec/codelets/codelet_ztpmqrt.c index 782d42520f84c107c28102bf52cd9263d6e737f5..17311075812ee19749654e7f0c30217900825954 100644 --- a/runtime/parsec/codelets/codelet_ztpmqrt.c +++ b/runtime/parsec/codelets/codelet_ztpmqrt.c @@ -1,6 +1,6 @@ /** * - * @file codelet_ztpmqrt.c + * @file parsec/codelet_ztpmqrt.c * * @copyright 2009-2016 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/parsec/codelets/codelet_ztpqrt.c b/runtime/parsec/codelets/codelet_ztpqrt.c index ba1849e344dff409a6fd21a648801b0b12ca2bb8..ace7a3bf9df149ac89d5d34dd80334ce0c75b75d 100644 --- a/runtime/parsec/codelets/codelet_ztpqrt.c +++ b/runtime/parsec/codelets/codelet_ztpqrt.c @@ -1,6 +1,6 @@ /** * - * @file codelet_ztpqrt.c + * @file parsec/codelet_ztpqrt.c * * @copyright 2009-2016 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/parsec/codelets/codelet_ztradd.c b/runtime/parsec/codelets/codelet_ztradd.c index 10b0aa7377b4531ce63fc585c2b01b3bf4e78c40..0fbe537a0e53c61ffa94a7b397477755b0cc754d 100644 --- a/runtime/parsec/codelets/codelet_ztradd.c +++ b/runtime/parsec/codelets/codelet_ztradd.c @@ -1,6 +1,6 @@ /** * - * @file codelet_ztradd.c + * @file parsec/codelet_ztradd.c * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/parsec/codelets/codelet_ztrasm.c b/runtime/parsec/codelets/codelet_ztrasm.c index 878824268a7c0984ce6c2869cb090de167700d0e..25baa50df0799055240ef32b5fc3ec2794841b2d 100644 --- a/runtime/parsec/codelets/codelet_ztrasm.c +++ b/runtime/parsec/codelets/codelet_ztrasm.c @@ -1,6 +1,6 @@ /** * - * @file codelet_ztrasm.c + * @file parsec/codelet_ztrasm.c * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/parsec/codelets/codelet_ztrmm.c b/runtime/parsec/codelets/codelet_ztrmm.c index c76c37e3ae976c1c45f70e42ac3ae606c686839f..1f4ce41cd7d86c888ab6a5740beef19126b60d63 100644 --- a/runtime/parsec/codelets/codelet_ztrmm.c +++ b/runtime/parsec/codelets/codelet_ztrmm.c @@ -1,6 +1,6 @@ /** * - * @file codelet_ztrmm.c + * @file parsec/codelet_ztrmm.c * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/parsec/codelets/codelet_ztrsm.c b/runtime/parsec/codelets/codelet_ztrsm.c index e2a0ccbc44387438758f49099c4668f00523ea0d..e0c3676d8a811eb157c94bb4aa59c82f23a2f2e6 100644 --- a/runtime/parsec/codelets/codelet_ztrsm.c +++ b/runtime/parsec/codelets/codelet_ztrsm.c @@ -1,6 +1,6 @@ /** * - * @file codelet_ztrsm.c + * @file parsec/codelet_ztrsm.c * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/parsec/codelets/codelet_ztrssq.c b/runtime/parsec/codelets/codelet_ztrssq.c index 4da60d7b59c88df1baacc52b7cbf353ea4c29775..18bfc229f23d6700cdb1eb666fc78f0fb9eaf1fe 100644 --- a/runtime/parsec/codelets/codelet_ztrssq.c +++ b/runtime/parsec/codelets/codelet_ztrssq.c @@ -1,6 +1,6 @@ /** * - * @file codelet_ztrssq.c + * @file parsec/codelet_ztrssq.c * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/parsec/codelets/codelet_ztrtri.c b/runtime/parsec/codelets/codelet_ztrtri.c index 99000c3983364246e30fb5cf530e0a553498c79c..399128d2808d4fe943e6a3256e97cf68f91e7aba 100644 --- a/runtime/parsec/codelets/codelet_ztrtri.c +++ b/runtime/parsec/codelets/codelet_ztrtri.c @@ -1,6 +1,6 @@ /** * - * @file codelet_ztrtri.c + * @file parsec/codelet_ztrtri.c * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/parsec/codelets/codelet_ztslqt.c b/runtime/parsec/codelets/codelet_ztslqt.c index bd22dda307eb31405fa9b3c57acb70b79d4e26ad..89c8721131a948e63657ebbd08eea7c553dca5c2 100644 --- a/runtime/parsec/codelets/codelet_ztslqt.c +++ b/runtime/parsec/codelets/codelet_ztslqt.c @@ -1,6 +1,6 @@ /** * - * @file codelet_ztslqt.c + * @file parsec/codelet_ztslqt.c * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/parsec/codelets/codelet_ztsmlq.c b/runtime/parsec/codelets/codelet_ztsmlq.c index 4da1b09923325c80753d89d8fdf3ec505ab5c2b8..56b86887aec4bcf6c3ad6685d6f027a40b188491 100644 --- a/runtime/parsec/codelets/codelet_ztsmlq.c +++ b/runtime/parsec/codelets/codelet_ztsmlq.c @@ -1,6 +1,6 @@ /** * - * @file codelet_ztsmlq.c + * @file parsec/codelet_ztsmlq.c * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/parsec/codelets/codelet_ztsmlq_hetra1.c b/runtime/parsec/codelets/codelet_ztsmlq_hetra1.c index 160d9a5129ee7816d766db47d2d943534c287a11..dbc5cfef25e852b5e76b4af907e87b0925392495 100644 --- a/runtime/parsec/codelets/codelet_ztsmlq_hetra1.c +++ b/runtime/parsec/codelets/codelet_ztsmlq_hetra1.c @@ -1,6 +1,6 @@ /** * - * @file codelet_ztsmlq_hetra1.c + * @file parsec/codelet_ztsmlq_hetra1.c * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/parsec/codelets/codelet_ztsmqr.c b/runtime/parsec/codelets/codelet_ztsmqr.c index 9d242ad678fefd0999981e5b761bece8af624645..e8059bde8466f5957cd435dbc0e1a7b3b55714eb 100644 --- a/runtime/parsec/codelets/codelet_ztsmqr.c +++ b/runtime/parsec/codelets/codelet_ztsmqr.c @@ -1,6 +1,6 @@ /** * - * @file codelet_ztsmqr.c + * @file parsec/codelet_ztsmqr.c * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/parsec/codelets/codelet_ztsmqr_hetra1.c b/runtime/parsec/codelets/codelet_ztsmqr_hetra1.c index 86fca6f4bb96407906efffbbe06ad9a5140e0be2..70b97494c7aebb06d8820c9db75b1c6f0f304c28 100644 --- a/runtime/parsec/codelets/codelet_ztsmqr_hetra1.c +++ b/runtime/parsec/codelets/codelet_ztsmqr_hetra1.c @@ -1,6 +1,6 @@ /** * - * @file codelet_ztsmqr_hetra1.c + * @file parsec/codelet_ztsmqr_hetra1.c * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/parsec/codelets/codelet_ztsqrt.c b/runtime/parsec/codelets/codelet_ztsqrt.c index d2fa847083f68f31f4cd61426d7177288699bdf8..a8edb3c0fdf0562f9c374bdb2100919d6f825b97 100644 --- a/runtime/parsec/codelets/codelet_ztsqrt.c +++ b/runtime/parsec/codelets/codelet_ztsqrt.c @@ -1,6 +1,6 @@ /** * - * @file codelet_ztsqrt.c + * @file parsec/codelet_ztsqrt.c * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/parsec/codelets/codelet_ztstrf.c b/runtime/parsec/codelets/codelet_ztstrf.c index 96d3f6d362afb9a73c8a0eb3656b891b54c76319..94ba994825c000cc8fc97c55b6a7a8f1d645874c 100644 --- a/runtime/parsec/codelets/codelet_ztstrf.c +++ b/runtime/parsec/codelets/codelet_ztstrf.c @@ -1,6 +1,6 @@ /** * - * @file codelet_ztstrf.c + * @file parsec/codelet_ztstrf.c * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/parsec/codelets/codelet_zttlqt.c b/runtime/parsec/codelets/codelet_zttlqt.c index 2306284e15d4e301c7deeedbad1a0fbdc6d68c56..1a72dd5cffefc3c4cc929558042fa10d5343aa33 100644 --- a/runtime/parsec/codelets/codelet_zttlqt.c +++ b/runtime/parsec/codelets/codelet_zttlqt.c @@ -1,6 +1,6 @@ /** * - * @file codelet_zttlqt.c + * @file parsec/codelet_zttlqt.c * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/parsec/codelets/codelet_zttmlq.c b/runtime/parsec/codelets/codelet_zttmlq.c index 73ac9e664a476f8705198f8e3cdad48401530173..b0788876c79e5197cbc30ffa4880b77a68531ff5 100644 --- a/runtime/parsec/codelets/codelet_zttmlq.c +++ b/runtime/parsec/codelets/codelet_zttmlq.c @@ -1,6 +1,6 @@ /** * - * @file codelet_zttmlq.c + * @file parsec/codelet_zttmlq.c * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/parsec/codelets/codelet_zttmqr.c b/runtime/parsec/codelets/codelet_zttmqr.c index d2404951a571374cd64697bb6f6f871c75eb772a..f8a8b8f6bc9fb415323554d7eb8efea1dab0725d 100644 --- a/runtime/parsec/codelets/codelet_zttmqr.c +++ b/runtime/parsec/codelets/codelet_zttmqr.c @@ -1,6 +1,6 @@ /** * - * @file codelet_zttmqr.c + * @file parsec/codelet_zttmqr.c * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/parsec/codelets/codelet_zttqrt.c b/runtime/parsec/codelets/codelet_zttqrt.c index 8e794ce1aed4a9c2bab3d99b7cbf1d6bc7e5f28a..6b22180076622b164425b06089774675fc873cfb 100644 --- a/runtime/parsec/codelets/codelet_zttqrt.c +++ b/runtime/parsec/codelets/codelet_zttqrt.c @@ -1,6 +1,6 @@ /** * - * @file codelet_zttqrt.c + * @file parsec/codelet_zttqrt.c * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/parsec/codelets/codelet_zunmlq.c b/runtime/parsec/codelets/codelet_zunmlq.c index 428069c0dfc711d75ea0f30580aae0aa9ab9a4e4..f37239ec75ddf9ac18c5bcec07f1e5515a6d50c3 100644 --- a/runtime/parsec/codelets/codelet_zunmlq.c +++ b/runtime/parsec/codelets/codelet_zunmlq.c @@ -1,6 +1,6 @@ /** * - * @file codelet_zunmlq.c + * @file parsec/codelet_zunmlq.c * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/parsec/codelets/codelet_zunmqr.c b/runtime/parsec/codelets/codelet_zunmqr.c index 29e4a9bc0f376984738d5613b337e392dac8a12e..4eff289bef3ec5fdded57f2c6fe0de72f318b7df 100644 --- a/runtime/parsec/codelets/codelet_zunmqr.c +++ b/runtime/parsec/codelets/codelet_zunmqr.c @@ -1,6 +1,6 @@ /** * - * @file codelet_zunmqr.c + * @file parsec/codelet_zunmqr.c * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/parsec/control/runtime_async.c b/runtime/parsec/control/runtime_async.c index 9f8c8e1411741c8fdf4fbe8b86d0d1a51a7d7967..86b93c3f7a1f3a2f006f7fcae4ac5602210012c0 100644 --- a/runtime/parsec/control/runtime_async.c +++ b/runtime/parsec/control/runtime_async.c @@ -1,6 +1,6 @@ /** * - * @file runtime_async.c + * @file parsec/runtime_async.c * * @copyright 2012-2017 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/parsec/control/runtime_context.c b/runtime/parsec/control/runtime_context.c index f77f08e4ef1f1c418a0f1dc32c0bd583eff84aa2..6762593839ed4144593b7e1c958ab61f9b249fb8 100644 --- a/runtime/parsec/control/runtime_context.c +++ b/runtime/parsec/control/runtime_context.c @@ -1,6 +1,6 @@ /** * - * @file runtime_context.c + * @file parsec/runtime_context.c * * @copyright 2012-2017 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/parsec/control/runtime_control.c b/runtime/parsec/control/runtime_control.c index 15babebe3de015d2209929984f76c84aa5d012ab..e42d59794897ae54386b221aa7f079cc6fb3ca9e 100644 --- a/runtime/parsec/control/runtime_control.c +++ b/runtime/parsec/control/runtime_control.c @@ -1,6 +1,6 @@ /** * - * @file runtime_control.c + * @file parsec/runtime_control.c * * @copyright 2012-2017 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/parsec/control/runtime_descriptor.c b/runtime/parsec/control/runtime_descriptor.c index 0297a344de4cd2a3cb7704390ed66d538a3f522d..bbb52d3e0e77714f9657be6e611473d00a40b758 100644 --- a/runtime/parsec/control/runtime_descriptor.c +++ b/runtime/parsec/control/runtime_descriptor.c @@ -1,6 +1,6 @@ /** * - * @file runtime_descriptor.c + * @file parsec/runtime_descriptor.c * * @copyright 2012-2017 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/parsec/control/runtime_options.c b/runtime/parsec/control/runtime_options.c index 47aac6c56a678754f0ce3d51cb87da6dc6b28f8f..635b4109eaea90ff4553f5f74264c787137deb8d 100644 --- a/runtime/parsec/control/runtime_options.c +++ b/runtime/parsec/control/runtime_options.c @@ -1,6 +1,6 @@ /** * - * @file runtime_options.c + * @file parsec/runtime_options.c * * @copyright 2012-2017 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/parsec/control/runtime_profiling.c b/runtime/parsec/control/runtime_profiling.c index f54310e05721506b67a3e70a381e2a8817221510..41a91576069dfb7e4fa9cfb912ad30768f50e059 100644 --- a/runtime/parsec/control/runtime_profiling.c +++ b/runtime/parsec/control/runtime_profiling.c @@ -1,6 +1,6 @@ /** * - * @file runtime_profiling.c + * @file parsec/runtime_profiling.c * * @copyright 2012-2017 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/parsec/control/runtime_zlocality.c b/runtime/parsec/control/runtime_zlocality.c index cc7bb30769a234087d24aa6f2a10d5bbf7254dc5..8ec032c010ac306fec2248f32cd0692c346bde01 100644 --- a/runtime/parsec/control/runtime_zlocality.c +++ b/runtime/parsec/control/runtime_zlocality.c @@ -1,6 +1,6 @@ /** * - * @file runtime_zlocality.c + * @file parsec/runtime_zlocality.c * * @copyright 2012-2017 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/parsec/control/runtime_zprofiling.c b/runtime/parsec/control/runtime_zprofiling.c index ff27cacf004818d0d82e25ee75769cb241fe2705..fcafda34cd05718fd43baaee8197db25ade4dd79 100644 --- a/runtime/parsec/control/runtime_zprofiling.c +++ b/runtime/parsec/control/runtime_zprofiling.c @@ -1,6 +1,6 @@ /** * - * @file runtime_zprofiling.c + * @file parsec/runtime_zprofiling.c * * @copyright 2012-2017 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/parsec/include/chameleon_parsec.h b/runtime/parsec/include/chameleon_parsec.h index b518ca735307eb3897b2c5f49026f9cf4046a0fd..7fea9f987a9a4c5a7369977d575cfde9a28d17f2 100644 --- a/runtime/parsec/include/chameleon_parsec.h +++ b/runtime/parsec/include/chameleon_parsec.h @@ -1,6 +1,6 @@ /** * - * @file chameleon_parsec.h + * @file parsec/chameleon_parsec.h * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. @@ -17,8 +17,8 @@ * @date 2018-02-06 * */ -#ifndef _CHAMELEON_PARSEC_H_ -#define _CHAMELEON_PARSEC_H_ +#ifndef _chameleon_parsec_h_ +#define _chameleon_parsec_h_ #include <parsec.h> #include <parsec/interfaces/superscalar/insert_function.h> @@ -61,4 +61,4 @@ chameleon_parsec_get_arena_index(const CHAM_desc_t *desc) { #define RUNTIME_END_ACCESS_DECLARATION -#endif /* _CHAMELEON_PARSEC_H_ */ +#endif /* _chameleon_parsec_h_ */ diff --git a/runtime/quark/CMakeLists.txt b/runtime/quark/CMakeLists.txt index 4ca4c9698841d04cd38da2f433fd2f30c9c70659..22284c1563cf2699b2844aa6548a9c9eee3a9e30 100644 --- a/runtime/quark/CMakeLists.txt +++ b/runtime/quark/CMakeLists.txt @@ -1,6 +1,6 @@ ### # -# @file CMakeLists.txt +# @file quark/CMakeLists.txt # # @copyright 2009-2015 The University of Tennessee and The University of # Tennessee Research Foundation. All rights reserved. diff --git a/runtime/quark/codelets/codelet_map.c b/runtime/quark/codelets/codelet_map.c index 9226be5d3470ee2386cc1cef381df58f31b4f13c..ef84d52d13d4c8b2855c273105b22f66543d79b8 100644 --- a/runtime/quark/codelets/codelet_map.c +++ b/runtime/quark/codelets/codelet_map.c @@ -1,6 +1,6 @@ /** * - * @file codelet_map.c + * @file quark/codelet_map.c * * @copyright 2018-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. diff --git a/runtime/quark/codelets/codelet_zasum.c b/runtime/quark/codelets/codelet_zasum.c index bbf13b6a2f80c5c143ea577ea5e7a21ac0b8bcd7..d3b354bca816d964c35896f966ed9e5d6727ffbc 100644 --- a/runtime/quark/codelets/codelet_zasum.c +++ b/runtime/quark/codelets/codelet_zasum.c @@ -1,6 +1,6 @@ /** * - * @file codelet_zasum.c + * @file quark/codelet_zasum.c * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/quark/codelets/codelet_zaxpy.c b/runtime/quark/codelets/codelet_zaxpy.c index f4a0010f4226b3d91bb0c55a602a57b5295d3888..5e8f0870ec4aff3ebfe03a8bca290e89c6a97371 100644 --- a/runtime/quark/codelets/codelet_zaxpy.c +++ b/runtime/quark/codelets/codelet_zaxpy.c @@ -1,6 +1,6 @@ /** * - * @file codelet_zaxpy.c + * @file quark/codelet_zaxpy.c * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/quark/codelets/codelet_zbuild.c b/runtime/quark/codelets/codelet_zbuild.c index e23da040ffc74a5f26fee2de811f26375ccc3e46..143f5daad442aaaeec0ee429fb0db5cc46242509 100644 --- a/runtime/quark/codelets/codelet_zbuild.c +++ b/runtime/quark/codelets/codelet_zbuild.c @@ -1,6 +1,6 @@ /** * - * @file codelet_zbuild.c + * @file quark/codelet_zbuild.c * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/quark/codelets/codelet_zgeadd.c b/runtime/quark/codelets/codelet_zgeadd.c index b6ff14dd8971b1c0e95ed20403c6f246902d2b3b..d3bc00507eee42821e7c8d59cebd42ea10ad8a29 100644 --- a/runtime/quark/codelets/codelet_zgeadd.c +++ b/runtime/quark/codelets/codelet_zgeadd.c @@ -1,6 +1,6 @@ /** * - * @file codelet_zgeadd.c + * @file quark/codelet_zgeadd.c * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/quark/codelets/codelet_zgelqt.c b/runtime/quark/codelets/codelet_zgelqt.c index 11e4708271f72e41d13074258506d1400773bd40..2f211934b5d7823059f99e5f6ef88e9652fd09e7 100644 --- a/runtime/quark/codelets/codelet_zgelqt.c +++ b/runtime/quark/codelets/codelet_zgelqt.c @@ -1,6 +1,6 @@ /** * - * @file codelet_zgelqt.c + * @file quark/codelet_zgelqt.c * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/quark/codelets/codelet_zgemm.c b/runtime/quark/codelets/codelet_zgemm.c index c43342b22a16b413e420311f4a46163944788132..6d1f3415940ef66e288777be3d53775c1031afff 100644 --- a/runtime/quark/codelets/codelet_zgemm.c +++ b/runtime/quark/codelets/codelet_zgemm.c @@ -1,6 +1,6 @@ /** * - * @file codelet_zgemm.c + * @file quark/codelet_zgemm.c * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/quark/codelets/codelet_zgeqrt.c b/runtime/quark/codelets/codelet_zgeqrt.c index 34de094cddf692d029067b79c3d1d8395f519ceb..7d06a97332a73c3fa9b2ac2813b44ff965e8e45e 100644 --- a/runtime/quark/codelets/codelet_zgeqrt.c +++ b/runtime/quark/codelets/codelet_zgeqrt.c @@ -1,6 +1,6 @@ /** * - * @file codelet_zgeqrt.c + * @file quark/codelet_zgeqrt.c * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/quark/codelets/codelet_zgessm.c b/runtime/quark/codelets/codelet_zgessm.c index a4c5e32e46c57209db9982f1fda1ca247d9c9c98..cf5984093f0cc8da0ac4c1773533c341312a924a 100644 --- a/runtime/quark/codelets/codelet_zgessm.c +++ b/runtime/quark/codelets/codelet_zgessm.c @@ -1,6 +1,6 @@ /** * - * @file codelet_zgessm.c + * @file quark/codelet_zgessm.c * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/quark/codelets/codelet_zgessq.c b/runtime/quark/codelets/codelet_zgessq.c index 2e4eed2cbd85b61780a63664b912b3cce89b5257..00f0afa5444c2a93cba8eb0d480122e90fe13a47 100644 --- a/runtime/quark/codelets/codelet_zgessq.c +++ b/runtime/quark/codelets/codelet_zgessq.c @@ -1,6 +1,6 @@ /** * - * @file codelet_zgessq.c + * @file quark/codelet_zgessq.c * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/quark/codelets/codelet_zgetrf.c b/runtime/quark/codelets/codelet_zgetrf.c index 73a73cea85f25f53dd50846e054b04904ccd2732..b0e27d37a20c16a13a1b087e9d0d8eee2b28d764 100644 --- a/runtime/quark/codelets/codelet_zgetrf.c +++ b/runtime/quark/codelets/codelet_zgetrf.c @@ -1,6 +1,6 @@ /** * - * @file codelet_zgetrf.c + * @file quark/codelet_zgetrf.c * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/quark/codelets/codelet_zgetrf_incpiv.c b/runtime/quark/codelets/codelet_zgetrf_incpiv.c index 49e00d9e81958db6024fd132eae5324daf715744..d0d06f7231cfd60bfd23ee04a056c168252616cc 100644 --- a/runtime/quark/codelets/codelet_zgetrf_incpiv.c +++ b/runtime/quark/codelets/codelet_zgetrf_incpiv.c @@ -1,6 +1,6 @@ /** * - * @file codelet_zgetrf_incpiv.c + * @file quark/codelet_zgetrf_incpiv.c * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/quark/codelets/codelet_zgetrf_nopiv.c b/runtime/quark/codelets/codelet_zgetrf_nopiv.c index 02e8d6e5e12f527444902d4577b9ad6eeddce90b..572498dd27c820237097690d433bc564572c114b 100644 --- a/runtime/quark/codelets/codelet_zgetrf_nopiv.c +++ b/runtime/quark/codelets/codelet_zgetrf_nopiv.c @@ -1,6 +1,6 @@ /** * - * @file codelet_zgetrf_nopiv.c + * @file quark/codelet_zgetrf_nopiv.c * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/quark/codelets/codelet_zhe2ge.c b/runtime/quark/codelets/codelet_zhe2ge.c index 1271cab226ff0f939f6bce8c1f9c483f38613880..f15ff4230dc917e620652723f2ad7ff5bf9ae553 100644 --- a/runtime/quark/codelets/codelet_zhe2ge.c +++ b/runtime/quark/codelets/codelet_zhe2ge.c @@ -1,6 +1,6 @@ /** * - * @file codelet_zhe2ge.c + * @file quark/codelet_zhe2ge.c * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/quark/codelets/codelet_zhemm.c b/runtime/quark/codelets/codelet_zhemm.c index badc5ff687a6f94ed2595e2e9539f7d939fa0ebe..50d27e8987a437dfe62eb5e784228953bcae9c6a 100644 --- a/runtime/quark/codelets/codelet_zhemm.c +++ b/runtime/quark/codelets/codelet_zhemm.c @@ -1,6 +1,6 @@ /** * - * @file codelet_zhemm.c + * @file quark/codelet_zhemm.c * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/quark/codelets/codelet_zher2k.c b/runtime/quark/codelets/codelet_zher2k.c index d69ea399e4cdfecc1b9819954f41be460e115e73..e443776a24a4f17dfcf4c645776ea3bdb42571e2 100644 --- a/runtime/quark/codelets/codelet_zher2k.c +++ b/runtime/quark/codelets/codelet_zher2k.c @@ -1,6 +1,6 @@ /** * - * @file codelet_zher2k.c + * @file quark/codelet_zher2k.c * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/quark/codelets/codelet_zherfb.c b/runtime/quark/codelets/codelet_zherfb.c index 274b21e37f6d34d7580ef8f72d650279538cf0b5..d86fc420287368b6991311e01fa93c81958da902 100644 --- a/runtime/quark/codelets/codelet_zherfb.c +++ b/runtime/quark/codelets/codelet_zherfb.c @@ -1,6 +1,6 @@ /** * - * @file codelet_zherfb.c + * @file quark/codelet_zherfb.c * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/quark/codelets/codelet_zherk.c b/runtime/quark/codelets/codelet_zherk.c index 80316547d26de1a5f1e2cdb54a8b8afb1231aee1..c99a799704c0b1eec6f32a757af43120bbb7d171 100644 --- a/runtime/quark/codelets/codelet_zherk.c +++ b/runtime/quark/codelets/codelet_zherk.c @@ -1,6 +1,6 @@ /** * - * @file codelet_zherk.c + * @file quark/codelet_zherk.c * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/quark/codelets/codelet_zhessq.c b/runtime/quark/codelets/codelet_zhessq.c index 2e74aabf966d33bdc9b2b818987c9ba095d4ede7..139f8fa25e15b90da2d2b89d39c034076a3f6bc0 100644 --- a/runtime/quark/codelets/codelet_zhessq.c +++ b/runtime/quark/codelets/codelet_zhessq.c @@ -1,6 +1,6 @@ /** * - * @file codelet_zhessq.c + * @file quark/codelet_zhessq.c * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/quark/codelets/codelet_zlacpy.c b/runtime/quark/codelets/codelet_zlacpy.c index 90aaa8a5b807063c012702a8c5086a58f610a70f..99a0dc89ab9d2eeee87d91d69a08670af7dfee46 100644 --- a/runtime/quark/codelets/codelet_zlacpy.c +++ b/runtime/quark/codelets/codelet_zlacpy.c @@ -1,6 +1,6 @@ /** * - * @file codelet_zlacpy.c + * @file quark/codelet_zlacpy.c * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/quark/codelets/codelet_zlag2c.c b/runtime/quark/codelets/codelet_zlag2c.c index 82e1775d984fb0ea3b21d6173a8fd5f1082446bd..7358e90951d87f51378b0eff66c0c2137a9b828e 100644 --- a/runtime/quark/codelets/codelet_zlag2c.c +++ b/runtime/quark/codelets/codelet_zlag2c.c @@ -1,6 +1,6 @@ /** * - * @file codelet_zlag2c.c + * @file quark/codelet_zlag2c.c * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/quark/codelets/codelet_zlange.c b/runtime/quark/codelets/codelet_zlange.c index 8cac10e3a03f98c4b5107fc78e41516a33cf0035..d4d84d2e09dfc3a7a71ad57d3ce0a802cdb4d027 100644 --- a/runtime/quark/codelets/codelet_zlange.c +++ b/runtime/quark/codelets/codelet_zlange.c @@ -1,6 +1,6 @@ /** * - * @file codelet_zlange.c + * @file quark/codelet_zlange.c * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/quark/codelets/codelet_zlanhe.c b/runtime/quark/codelets/codelet_zlanhe.c index 28e0d2767aa04b3d1d710ed06934b2a17c390cc2..219436a9b689bedb2637c4cab7e2f23624d8c6d0 100644 --- a/runtime/quark/codelets/codelet_zlanhe.c +++ b/runtime/quark/codelets/codelet_zlanhe.c @@ -1,6 +1,6 @@ /** * - * @file codelet_zlanhe.c + * @file quark/codelet_zlanhe.c * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/quark/codelets/codelet_zlansy.c b/runtime/quark/codelets/codelet_zlansy.c index 77d628a9751d2082101b1155174d8fdc19b28858..456946338bd624ae8d2e48ffdcde2780ee7ac363 100644 --- a/runtime/quark/codelets/codelet_zlansy.c +++ b/runtime/quark/codelets/codelet_zlansy.c @@ -1,6 +1,6 @@ /** * - * @file codelet_zlansy.c + * @file quark/codelet_zlansy.c * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/quark/codelets/codelet_zlantr.c b/runtime/quark/codelets/codelet_zlantr.c index d15018e40e9cf4ab9ac485cc6baa854eb8bf6698..2b9907b1f79996343423ec654081797017aaec57 100644 --- a/runtime/quark/codelets/codelet_zlantr.c +++ b/runtime/quark/codelets/codelet_zlantr.c @@ -1,6 +1,6 @@ /** * - * @file codelet_zlantr.c + * @file quark/codelet_zlantr.c * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/quark/codelets/codelet_zlascal.c b/runtime/quark/codelets/codelet_zlascal.c index f106a98cb382742d890da79d5e949ea6c0531c71..8c6e7956125c7c1254b86daa4dc3ffb521a90b80 100644 --- a/runtime/quark/codelets/codelet_zlascal.c +++ b/runtime/quark/codelets/codelet_zlascal.c @@ -1,6 +1,6 @@ /** * - * @file codelet_zlascal.c + * @file quark/codelet_zlascal.c * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/quark/codelets/codelet_zlaset.c b/runtime/quark/codelets/codelet_zlaset.c index c45c9ea6cd95b0a62f5295a031a19fbf2e5ef9b5..571f86f0688e3128a88fe9bee6725953c0511a63 100644 --- a/runtime/quark/codelets/codelet_zlaset.c +++ b/runtime/quark/codelets/codelet_zlaset.c @@ -1,6 +1,6 @@ /** * - * @file codelet_zlaset.c + * @file quark/codelet_zlaset.c * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/quark/codelets/codelet_zlaset2.c b/runtime/quark/codelets/codelet_zlaset2.c index 576637b3f7b3ac2751650179bff28da85a44af5d..6fb209d70ff391d2cd4d3291dfd880f6f3752b18 100644 --- a/runtime/quark/codelets/codelet_zlaset2.c +++ b/runtime/quark/codelets/codelet_zlaset2.c @@ -1,6 +1,6 @@ /** * - * @file codelet_zlaset2.c + * @file quark/codelet_zlaset2.c * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/quark/codelets/codelet_zlatro.c b/runtime/quark/codelets/codelet_zlatro.c index 325db401e2e6beaee5dcdd8f26208f5c63a4889a..8875cd59dc97152cbba157f5e47b116dca08077d 100644 --- a/runtime/quark/codelets/codelet_zlatro.c +++ b/runtime/quark/codelets/codelet_zlatro.c @@ -1,6 +1,6 @@ /** * - * @file codelet_zlatro.c + * @file quark/codelet_zlatro.c * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/quark/codelets/codelet_zlauum.c b/runtime/quark/codelets/codelet_zlauum.c index 3a85b13bf74fba60c98c7fe9b20fe78e2ff9ed54..b60a9685eff30b7d09363475fd66da0807be69a0 100644 --- a/runtime/quark/codelets/codelet_zlauum.c +++ b/runtime/quark/codelets/codelet_zlauum.c @@ -1,6 +1,6 @@ /** * - * @file codelet_zlauum.c + * @file quark/codelet_zlauum.c * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/quark/codelets/codelet_zpamm.c b/runtime/quark/codelets/codelet_zpamm.c index a311cafdf9e00cffb733ed6c9fc4dc979857a10a..1ab7d4e4e856b195903bacba0b967e9833772292 100644 --- a/runtime/quark/codelets/codelet_zpamm.c +++ b/runtime/quark/codelets/codelet_zpamm.c @@ -1,6 +1,6 @@ /** * - * @file codelet_zpamm.c + * @file quark/codelet_zpamm.c * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/quark/codelets/codelet_zplghe.c b/runtime/quark/codelets/codelet_zplghe.c index e3a2e8c448be333753e18884d2da57731da48236..7b1028c83d77539eee2a5cbde33145da22d9edae 100644 --- a/runtime/quark/codelets/codelet_zplghe.c +++ b/runtime/quark/codelets/codelet_zplghe.c @@ -1,6 +1,6 @@ /** * - * @file codelet_zplghe.c + * @file quark/codelet_zplghe.c * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/quark/codelets/codelet_zplgsy.c b/runtime/quark/codelets/codelet_zplgsy.c index 05933038268305e6ea97e99bbe30689197458e82..f4fff3d81b34ca4524d4680db98c893cab310e77 100644 --- a/runtime/quark/codelets/codelet_zplgsy.c +++ b/runtime/quark/codelets/codelet_zplgsy.c @@ -1,6 +1,6 @@ /** * - * @file codelet_zplgsy.c + * @file quark/codelet_zplgsy.c * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/quark/codelets/codelet_zplrnt.c b/runtime/quark/codelets/codelet_zplrnt.c index ef292c5ae1ad92a62404a0ee446bdb0091c8bf81..8dc58fdebe73f067db8b9946a8996bbed6304741 100644 --- a/runtime/quark/codelets/codelet_zplrnt.c +++ b/runtime/quark/codelets/codelet_zplrnt.c @@ -1,6 +1,6 @@ /** * - * @file codelet_zplrnt.c + * @file quark/codelet_zplrnt.c * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/quark/codelets/codelet_zplssq.c b/runtime/quark/codelets/codelet_zplssq.c index 8dbe345140ae29af9805b9c71c2d4dc749e3fa6c..8b7eb0870f56479c4e4719517eafcc6cbc9e5017 100644 --- a/runtime/quark/codelets/codelet_zplssq.c +++ b/runtime/quark/codelets/codelet_zplssq.c @@ -1,6 +1,6 @@ /** * - * @file codelet_zplssq.c + * @file quark/codelet_zplssq.c * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/quark/codelets/codelet_zpotrf.c b/runtime/quark/codelets/codelet_zpotrf.c index abefe860dee876761eebfb83a2951aa9a5061102..b2910da29d99ec5ecddcf54ce01ba0b4a54be950 100644 --- a/runtime/quark/codelets/codelet_zpotrf.c +++ b/runtime/quark/codelets/codelet_zpotrf.c @@ -1,6 +1,6 @@ /** * - * @file codelet_zpotrf.c + * @file quark/codelet_zpotrf.c * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/quark/codelets/codelet_zssssm.c b/runtime/quark/codelets/codelet_zssssm.c index 5d21378223031d02a5cce101a293a0d06c1a2825..ab1f6141b3d9f1fd0d45e579ac3b0a2ff25e5bea 100644 --- a/runtime/quark/codelets/codelet_zssssm.c +++ b/runtime/quark/codelets/codelet_zssssm.c @@ -1,6 +1,6 @@ /** * - * @file codelet_zssssm.c + * @file quark/codelet_zssssm.c * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/quark/codelets/codelet_zsymm.c b/runtime/quark/codelets/codelet_zsymm.c index 9c1d6034003c1a7bb818e9976779bbf6806b53b1..1a784fcbce69c4c5a69ee27aafe18130b1f97f7e 100644 --- a/runtime/quark/codelets/codelet_zsymm.c +++ b/runtime/quark/codelets/codelet_zsymm.c @@ -1,6 +1,6 @@ /** * - * @file codelet_zsymm.c + * @file quark/codelet_zsymm.c * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/quark/codelets/codelet_zsyr2k.c b/runtime/quark/codelets/codelet_zsyr2k.c index c7b40fd970a0b3830b2914937a6175b70baa46e0..2111951b4f4af93ee92a7d7e9e1882345652ac98 100644 --- a/runtime/quark/codelets/codelet_zsyr2k.c +++ b/runtime/quark/codelets/codelet_zsyr2k.c @@ -1,6 +1,6 @@ /** * - * @file codelet_zsyr2k.c + * @file quark/codelet_zsyr2k.c * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/quark/codelets/codelet_zsyrk.c b/runtime/quark/codelets/codelet_zsyrk.c index 4e306d2d18bef5257ad1aee3f88c6269e7313f93..4393ff64b20663e7178865e4ee7a680310484384 100644 --- a/runtime/quark/codelets/codelet_zsyrk.c +++ b/runtime/quark/codelets/codelet_zsyrk.c @@ -1,6 +1,6 @@ /** * - * @file codelet_zsyrk.c + * @file quark/codelet_zsyrk.c * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/quark/codelets/codelet_zsyssq.c b/runtime/quark/codelets/codelet_zsyssq.c index 961c890718dd698a3bb90566e7221d34bd854ccb..1c40b80b57cb3eb5d1cd687ec7e920d29db288c4 100644 --- a/runtime/quark/codelets/codelet_zsyssq.c +++ b/runtime/quark/codelets/codelet_zsyssq.c @@ -1,6 +1,6 @@ /** * - * @file codelet_zsyssq.c + * @file quark/codelet_zsyssq.c * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/quark/codelets/codelet_zsytrf_nopiv.c b/runtime/quark/codelets/codelet_zsytrf_nopiv.c index 39a23f4e9208b9a4574060b0b682483fd3523cbe..34c6a0de17f874efbaf9ac5dfce50e944763af1f 100644 --- a/runtime/quark/codelets/codelet_zsytrf_nopiv.c +++ b/runtime/quark/codelets/codelet_zsytrf_nopiv.c @@ -1,6 +1,6 @@ /** * - * @file codelet_zsytrf_nopiv.c + * @file quark/codelet_zsytrf_nopiv.c * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/quark/codelets/codelet_ztile_zero.c b/runtime/quark/codelets/codelet_ztile_zero.c index ee0d23edf42696f02caeba0d8504c34739cfd89c..68f52d47cecd4f1ec8e63bd392f396c51e768549 100644 --- a/runtime/quark/codelets/codelet_ztile_zero.c +++ b/runtime/quark/codelets/codelet_ztile_zero.c @@ -1,6 +1,6 @@ /** * - * @file codelet_ztile_zero.c + * @file quark/codelet_ztile_zero.c * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/quark/codelets/codelet_ztplqt.c b/runtime/quark/codelets/codelet_ztplqt.c index 4132c690fab88f8a5e31407445a1495101c81583..5b3f15ab4527f3d753d3e74d1d65932f6ce84e34 100644 --- a/runtime/quark/codelets/codelet_ztplqt.c +++ b/runtime/quark/codelets/codelet_ztplqt.c @@ -1,6 +1,6 @@ /** * - * @file codelet_ztplqt.c + * @file quark/codelet_ztplqt.c * * @copyright 2009-2016 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/quark/codelets/codelet_ztpmlqt.c b/runtime/quark/codelets/codelet_ztpmlqt.c index e17279c77fa6e40e608407c8e6df8c4e0f67450b..e82f40c4dbe58525926f2381eef3cea39fb6ccdc 100644 --- a/runtime/quark/codelets/codelet_ztpmlqt.c +++ b/runtime/quark/codelets/codelet_ztpmlqt.c @@ -1,6 +1,6 @@ /** * - * @file codelet_ztpmlqt.c + * @file quark/codelet_ztpmlqt.c * * @copyright 2009-2016 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/quark/codelets/codelet_ztpmqrt.c b/runtime/quark/codelets/codelet_ztpmqrt.c index d7ac319364e7dfc9a9a0f0527418332a1851a66d..933ca3f1327d999f671f786002e6f559eb0130f8 100644 --- a/runtime/quark/codelets/codelet_ztpmqrt.c +++ b/runtime/quark/codelets/codelet_ztpmqrt.c @@ -1,6 +1,6 @@ /** * - * @file codelet_ztpmqrt.c + * @file quark/codelet_ztpmqrt.c * * @copyright 2009-2016 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/quark/codelets/codelet_ztpqrt.c b/runtime/quark/codelets/codelet_ztpqrt.c index 31ad11b7e444809f9dcc08a1bf3d7436fe79823d..50470ac8e806aed4479679a577629091f573b4cd 100644 --- a/runtime/quark/codelets/codelet_ztpqrt.c +++ b/runtime/quark/codelets/codelet_ztpqrt.c @@ -1,6 +1,6 @@ /** * - * @file codelet_ztpqrt.c + * @file quark/codelet_ztpqrt.c * * @copyright 2009-2016 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/quark/codelets/codelet_ztradd.c b/runtime/quark/codelets/codelet_ztradd.c index 8b33b31850e95cc416b7dcedc469cfd45ed55895..3f7fc55106cbc5274e3a88b7f88997e53d1cc5db 100644 --- a/runtime/quark/codelets/codelet_ztradd.c +++ b/runtime/quark/codelets/codelet_ztradd.c @@ -1,6 +1,6 @@ /** * - * @file codelet_ztradd.c + * @file quark/codelet_ztradd.c * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/quark/codelets/codelet_ztrasm.c b/runtime/quark/codelets/codelet_ztrasm.c index 2c4a3147948502b5654168aff8a8180868a0fb53..7141901a9ecd6792e01f15d293ff7a538dee04e0 100644 --- a/runtime/quark/codelets/codelet_ztrasm.c +++ b/runtime/quark/codelets/codelet_ztrasm.c @@ -1,6 +1,6 @@ /** * - * @file codelet_ztrasm.c + * @file quark/codelet_ztrasm.c * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/quark/codelets/codelet_ztrmm.c b/runtime/quark/codelets/codelet_ztrmm.c index c38ec93dcc2e519fdcc0a27c37a994daa044615f..975f3245acec99d216a47c647a921b08aa05354f 100644 --- a/runtime/quark/codelets/codelet_ztrmm.c +++ b/runtime/quark/codelets/codelet_ztrmm.c @@ -1,6 +1,6 @@ /** * - * @file codelet_ztrmm.c + * @file quark/codelet_ztrmm.c * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/quark/codelets/codelet_ztrsm.c b/runtime/quark/codelets/codelet_ztrsm.c index 0515f3a1414efb70c119b5be6b54c44fda314987..9319cc384b21f9c0db9899b113091d4fbe94d190 100644 --- a/runtime/quark/codelets/codelet_ztrsm.c +++ b/runtime/quark/codelets/codelet_ztrsm.c @@ -1,6 +1,6 @@ /** * - * @file codelet_ztrsm.c + * @file quark/codelet_ztrsm.c * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/quark/codelets/codelet_ztrssq.c b/runtime/quark/codelets/codelet_ztrssq.c index 76c4fcf781b576d4c7c250003bf4d4e1ac266fb5..0f35454ae1ff5c39435505ce180603f0cebf39b0 100644 --- a/runtime/quark/codelets/codelet_ztrssq.c +++ b/runtime/quark/codelets/codelet_ztrssq.c @@ -1,6 +1,6 @@ /** * - * @file codelet_ztrssq.c + * @file quark/codelet_ztrssq.c * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/quark/codelets/codelet_ztrtri.c b/runtime/quark/codelets/codelet_ztrtri.c index 8324d430f20c412dad4156d06cda5972a7eb9047..16fbdbf0f3f330d22ab5ef7592b09705093a894a 100644 --- a/runtime/quark/codelets/codelet_ztrtri.c +++ b/runtime/quark/codelets/codelet_ztrtri.c @@ -1,6 +1,6 @@ /** * - * @file codelet_ztrtri.c + * @file quark/codelet_ztrtri.c * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/quark/codelets/codelet_ztslqt.c b/runtime/quark/codelets/codelet_ztslqt.c index e0e5845b2aca358909043f4bcc783276c46d4b6c..be0068928653574dbccf1c581f16b6e8dd36a69a 100644 --- a/runtime/quark/codelets/codelet_ztslqt.c +++ b/runtime/quark/codelets/codelet_ztslqt.c @@ -1,6 +1,6 @@ /** * - * @file codelet_ztslqt.c + * @file quark/codelet_ztslqt.c * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/quark/codelets/codelet_ztsmlq.c b/runtime/quark/codelets/codelet_ztsmlq.c index dfdcdbaa7fd89282bd7f2cb27198c098aad48361..ba96ab742701e238aa6f7b286eee782512c17692 100644 --- a/runtime/quark/codelets/codelet_ztsmlq.c +++ b/runtime/quark/codelets/codelet_ztsmlq.c @@ -1,6 +1,6 @@ /** * - * @file codelet_ztsmlq.c + * @file quark/codelet_ztsmlq.c * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/quark/codelets/codelet_ztsmlq_hetra1.c b/runtime/quark/codelets/codelet_ztsmlq_hetra1.c index d7201df738588b242317df0edb90bd30a939b2a0..bc94ca6995de4ee23b68ecc5bd9c834ccd76f6b3 100644 --- a/runtime/quark/codelets/codelet_ztsmlq_hetra1.c +++ b/runtime/quark/codelets/codelet_ztsmlq_hetra1.c @@ -1,6 +1,6 @@ /** * - * @file codelet_ztsmlq_hetra1.c + * @file quark/codelet_ztsmlq_hetra1.c * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/quark/codelets/codelet_ztsmqr.c b/runtime/quark/codelets/codelet_ztsmqr.c index 3c5f7638c155a74337d71bb3432ea05ed0dbb74d..985097c1e0a52f01a587a67ed7afb5116b47df27 100644 --- a/runtime/quark/codelets/codelet_ztsmqr.c +++ b/runtime/quark/codelets/codelet_ztsmqr.c @@ -1,6 +1,6 @@ /** * - * @file codelet_ztsmqr.c + * @file quark/codelet_ztsmqr.c * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/quark/codelets/codelet_ztsmqr_hetra1.c b/runtime/quark/codelets/codelet_ztsmqr_hetra1.c index 53639b9f7dcff3b3377907655c5c848640ae553b..d01b716f0409a8cb1d5b1336ff105590055212ca 100644 --- a/runtime/quark/codelets/codelet_ztsmqr_hetra1.c +++ b/runtime/quark/codelets/codelet_ztsmqr_hetra1.c @@ -1,6 +1,6 @@ /** * - * @file codelet_ztsmqr_hetra1.c + * @file quark/codelet_ztsmqr_hetra1.c * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/quark/codelets/codelet_ztsqrt.c b/runtime/quark/codelets/codelet_ztsqrt.c index c8394e546d0feeac0c41154ba03cd43a10989ca3..0f8873eae97f2fe6dbc43047a4fab5a073adc749 100644 --- a/runtime/quark/codelets/codelet_ztsqrt.c +++ b/runtime/quark/codelets/codelet_ztsqrt.c @@ -1,6 +1,6 @@ /** * - * @file codelet_ztsqrt.c + * @file quark/codelet_ztsqrt.c * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/quark/codelets/codelet_ztstrf.c b/runtime/quark/codelets/codelet_ztstrf.c index b942acf6b602ea4ade30946dd3fa0e238c96b354..6d1d51cedc3b34144e7f60e2f8dd7bb0bf3730ca 100644 --- a/runtime/quark/codelets/codelet_ztstrf.c +++ b/runtime/quark/codelets/codelet_ztstrf.c @@ -1,6 +1,6 @@ /** * - * @file codelet_ztstrf.c + * @file quark/codelet_ztstrf.c * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/quark/codelets/codelet_zttlqt.c b/runtime/quark/codelets/codelet_zttlqt.c index df5fcc7b0227258c96002d07314513b87cc94365..5c5f665ef01e32ce1dfc2cc61559e3531fd915e4 100644 --- a/runtime/quark/codelets/codelet_zttlqt.c +++ b/runtime/quark/codelets/codelet_zttlqt.c @@ -1,6 +1,6 @@ /** * - * @file codelet_zttlqt.c + * @file quark/codelet_zttlqt.c * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/quark/codelets/codelet_zttmlq.c b/runtime/quark/codelets/codelet_zttmlq.c index d789f1c107ccfc89f1a6ea37dc79e3c94f14ad98..0dac09c5e21570cbfa4f51c7d3c30e42accd5676 100644 --- a/runtime/quark/codelets/codelet_zttmlq.c +++ b/runtime/quark/codelets/codelet_zttmlq.c @@ -1,6 +1,6 @@ /** * - * @file codelet_zttmlq.c + * @file quark/codelet_zttmlq.c * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/quark/codelets/codelet_zttmqr.c b/runtime/quark/codelets/codelet_zttmqr.c index 3fd09eeb527f76de5ce7ce79bb3a7a5386b02b91..72dad8ec6de960406c5e3520e902c244a1f4387e 100644 --- a/runtime/quark/codelets/codelet_zttmqr.c +++ b/runtime/quark/codelets/codelet_zttmqr.c @@ -1,6 +1,6 @@ /** * - * @file codelet_zttmqr.c + * @file quark/codelet_zttmqr.c * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/quark/codelets/codelet_zttqrt.c b/runtime/quark/codelets/codelet_zttqrt.c index bb15a6662cc44b23ff41fd388d65cde1f624c83a..2537705a54f2ca3abd443550e3bf6f295d85d028 100644 --- a/runtime/quark/codelets/codelet_zttqrt.c +++ b/runtime/quark/codelets/codelet_zttqrt.c @@ -1,6 +1,6 @@ /** * - * @file codelet_zttqrt.c + * @file quark/codelet_zttqrt.c * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/quark/codelets/codelet_zunmlq.c b/runtime/quark/codelets/codelet_zunmlq.c index 344c557125dc71fab615b4662855a443ef115544..730f46dc1d92b1e9ece290831a82bab27052fe6c 100644 --- a/runtime/quark/codelets/codelet_zunmlq.c +++ b/runtime/quark/codelets/codelet_zunmlq.c @@ -1,6 +1,6 @@ /** * - * @file codelet_zunmlq.c + * @file quark/codelet_zunmlq.c * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/quark/codelets/codelet_zunmqr.c b/runtime/quark/codelets/codelet_zunmqr.c index c017f21ca9eff4de62e4c604dd49edca07794994..12e31e9c1dc72270943188c06e6e8f9b7056cae7 100644 --- a/runtime/quark/codelets/codelet_zunmqr.c +++ b/runtime/quark/codelets/codelet_zunmqr.c @@ -1,6 +1,6 @@ /** * - * @file codelet_zunmqr.c + * @file quark/codelet_zunmqr.c * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/quark/control/runtime_async.c b/runtime/quark/control/runtime_async.c index bdc0bcf4f05161fdfb4af90ec54010d6bfd55646..e28314f0df04b4cc2ff1571791ee2e66076d5cf2 100644 --- a/runtime/quark/control/runtime_async.c +++ b/runtime/quark/control/runtime_async.c @@ -1,6 +1,6 @@ /** * - * @file runtime_async.c + * @file quark/runtime_async.c * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/quark/control/runtime_context.c b/runtime/quark/control/runtime_context.c index 35bcd23f98bb3b230ef3cdd1ec9ef63c556f7e95..e3e2cac3513c95d357c0cf8c7dab15c50dd5ffe5 100644 --- a/runtime/quark/control/runtime_context.c +++ b/runtime/quark/control/runtime_context.c @@ -1,6 +1,6 @@ /** * - * @file runtime_context.c + * @file quark/runtime_context.c * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/quark/control/runtime_control.c b/runtime/quark/control/runtime_control.c index cc662da4fbf7ba67df716dcac7733917c4f774d5..4946631083e7ac7c3bdebe8c32a4c47ca8868552 100644 --- a/runtime/quark/control/runtime_control.c +++ b/runtime/quark/control/runtime_control.c @@ -1,6 +1,6 @@ /** * - * @file runtime_control.c + * @file quark/runtime_control.c * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/quark/control/runtime_descriptor.c b/runtime/quark/control/runtime_descriptor.c index 79aae2782fa5b352755b50869fffdc72f8298d98..951f362c9d273b6e53b530bf6514a9d39ac331da 100644 --- a/runtime/quark/control/runtime_descriptor.c +++ b/runtime/quark/control/runtime_descriptor.c @@ -1,6 +1,6 @@ /** * - * @file runtime_descriptor.c + * @file quark/runtime_descriptor.c * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/quark/control/runtime_options.c b/runtime/quark/control/runtime_options.c index dd2ae1068c256b79a434308da3b8b397c786a263..c9a66a8ae03c2b11010e948e6ca8ef5f1f6d945a 100644 --- a/runtime/quark/control/runtime_options.c +++ b/runtime/quark/control/runtime_options.c @@ -1,6 +1,6 @@ /** * - * @file runtime_options.c + * @file quark/runtime_options.c * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/quark/control/runtime_profiling.c b/runtime/quark/control/runtime_profiling.c index 812702fc9592e29cbdfaf5fca5aa31f1e7a43093..44978c3faad855c7bb24663e3b2f788a47ac68d8 100644 --- a/runtime/quark/control/runtime_profiling.c +++ b/runtime/quark/control/runtime_profiling.c @@ -1,6 +1,6 @@ /** * - * @file runtime_profiling.c + * @file quark/runtime_profiling.c * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/quark/control/runtime_zlocality.c b/runtime/quark/control/runtime_zlocality.c index 795c6bc666adbb1ea518a396f3f137785be07055..10c61649ebf1417613221f4c53cfce14f3f920ad 100644 --- a/runtime/quark/control/runtime_zlocality.c +++ b/runtime/quark/control/runtime_zlocality.c @@ -1,6 +1,6 @@ /** * - * @file runtime_zlocality.c + * @file quark/runtime_zlocality.c * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/quark/control/runtime_zprofiling.c b/runtime/quark/control/runtime_zprofiling.c index 2cfca018d525efe9cc153bad0df4533d89604093..7d2e176a9b47724fa5f09a97faef60b6c1b3d931 100644 --- a/runtime/quark/control/runtime_zprofiling.c +++ b/runtime/quark/control/runtime_zprofiling.c @@ -1,6 +1,6 @@ /** * - * @file runtime_zprofiling.c + * @file quark/runtime_zprofiling.c * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. diff --git a/runtime/quark/include/chameleon_quark.h b/runtime/quark/include/chameleon_quark.h index 5bd30417b9d27e93a76cef756d804be8c2430570..fac669ae05d427e14a8a09a4717a24ebc376e8b5 100644 --- a/runtime/quark/include/chameleon_quark.h +++ b/runtime/quark/include/chameleon_quark.h @@ -1,6 +1,6 @@ /** * - * @file chameleon_quark.h + * @file quark/chameleon_quark.h * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. @@ -17,8 +17,8 @@ * @date 2011-06-01 * */ -#ifndef _CHAMELEON_QUARK_H_ -#define _CHAMELEON_QUARK_H_ +#ifndef _chameleon_quark_h_ +#define _chameleon_quark_h_ #include <quark.h> #include "coreblas.h" @@ -48,4 +48,4 @@ typedef struct quark_option_s { #define RUNTIME_END_ACCESS_DECLARATION -#endif /* _CHAMELEON_QUARK_H_ */ +#endif /* _chameleon_quark_h_ */ diff --git a/runtime/quark/include/core_blas_dag.h b/runtime/quark/include/core_blas_dag.h index ae258d950c3176aeaeaff7180fcaa53c9b5bd057..fbee7539cdfcaa3066a71b5b85eb243a903325dc 100644 --- a/runtime/quark/include/core_blas_dag.h +++ b/runtime/quark/include/core_blas_dag.h @@ -1,6 +1,6 @@ /** * - * @file core_blas_dag.h + * @file quark/core_blas_dag.h * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. @@ -17,8 +17,8 @@ * @date 2010-11-15 * */ -#ifndef _CHAMELEON_CORE_BLAS_DAG_H_ -#define _CHAMELEON_CORE_BLAS_DAG_H_ +#ifndef _core_blas_dag_h_ +#define _core_blas_dag_h_ #if defined(QUARK_DOT_DAG_ENABLE) /* || 1 */ #define DAG_SET_PROPERTIES( _name, _color ) \ @@ -83,4 +83,4 @@ #define DAG_CORE_UNMLQ DAG_SET_PROPERTIES( "UNMLQ" , "cyan" ) #define DAG_CORE_UNMQR DAG_SET_PROPERTIES( "UNMQR" , "cyan" ) -#endif /* _CHAMELEON_CORE_BLAS_DAG_H_ */ +#endif /* _core_blas_dag_h_ */ diff --git a/runtime/starpu/include/chameleon_starpu.h.in b/runtime/starpu/include/chameleon_starpu.h.in index 3aabf89dad808e07ae172c150737a5fa792fff5d..c7508388c74028bfb44aa4b851bc5758e40ce87d 100644 --- a/runtime/starpu/include/chameleon_starpu.h.in +++ b/runtime/starpu/include/chameleon_starpu.h.in @@ -18,8 +18,8 @@ * @date 2011-06-01 * */ -#ifndef _CHAMELEON_STARPU_H_ -#define _CHAMELEON_STARPU_H_ +#ifndef _chameleon_starpu_h_ +#define _chameleon_starpu_h_ #include "chameleon/config.h" @@ -198,4 +198,4 @@ chameleon_starpu_data_iscached(const CHAM_desc_t *A, int m, int n) #define RUNTIME_END_ACCESS_DECLARATION \ RUNTIME_PRUNING_STATS_END_ACCESS_DECLARATION; -#endif /* _CHAMELEON_STARPU_H_ */ +#endif /* _chameleon_starpu_h_ */