Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 3e25a212 authored by Mathieu Faverge's avatar Mathieu Faverge
Browse files

Quick fix on file headers

parent b915e312
No related branches found
No related tags found
No related merge requests found
"""
@file local_subs.py
Python SPM specific substitution rules for the Precision Generator script.
@copyright 2017-2020 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
Univ. Bordeaux. All rights reserved.
@version 1.0.0
@author Mathieu Faverge
@date 2020-07-16
"""
subs = { subs = {
# ------------------------------------------------------------ # ------------------------------------------------------------
# replacements applied to mixed precision files. # replacements applied to mixed precision files.
......
...@@ -18,8 +18,8 @@ ...@@ -18,8 +18,8 @@
* @{ * @{
* *
**/ **/
#ifndef _spm_api_h_ #ifndef _spm_const_h_
#define _spm_api_h_ #define _spm_const_h_
#include "spm/config.h" #include "spm/config.h"
......
/**
*
* @file iohb.c
*
* Harwell-Boeing File I/O in C
*
**/
/* /*
Fri Aug 15 16:29:47 EDT 1997 Fri Aug 15 16:29:47 EDT 1997
......
/**
*
* @file iohb.h
*
* Harwell-Boeing File I/O in C
*
**/
#ifndef _iohb_h_ #ifndef _iohb_h_
#define _iohb_h_ #define _iohb_h_
......
/* /**
* Matrix Market I/O library for ANSI C *
* * @file mmio.c
* See http://math.nist.gov/MatrixMarket for details. *
* * Matrix Market I/O library for ANSI C
* * See http://math.nist.gov/MatrixMarket for details.
*/ *
**/
#include "common.h" #include "common.h"
#include "spm_drivers.h" #include "spm_drivers.h"
#include "drivers/mmio.h" #include "drivers/mmio.h"
......
/* /**
* Matrix Market I/O library for ANSI C *
* * @file mmio.h
* See http://math.nist.gov/MatrixMarket for details. *
* * Matrix Market I/O library for ANSI C
* * See http://math.nist.gov/MatrixMarket for details.
*/ *
**/
#ifndef _mmio_h_ #ifndef _mmio_h_
#define _mmio_h_ #define _mmio_h_
......
/** /**
* *
* @file spm_dist_norm_tests.c * @file spm_dist_genrhs_tests.c
* *
* Tests and validate the spm_genrhs routines in the case of random distributed vectors. * Tests and validate the spm_genrhs routines in the case of random distributed
* vectors.
* *
* @copyright 2015-2020 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * @copyright 2015-2020 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
* Univ. Bordeaux. All rights reserved. * Univ. Bordeaux. All rights reserved.
......
...@@ -8,8 +8,8 @@ ...@@ -8,8 +8,8 @@
* Test and validate the spmConvert routine. * Test and validate the spmConvert routine.
* *
* @version 1.0.0 * @version 1.0.0
* @author Tony Delarue * @author Tony Delarue
* @date 2020-02-20 * @date 2020-02-20
* *
**/ **/
#include <stdint.h> #include <stdint.h>
......
! !
! @file spm_driver.f90 ! @file spm_driver.F90
! !
! Fortran 90 example using a matrix read with the spm driver. ! Fortran 90 example using a matrix read with the spm driver.
! !
......
! !
! @file spm_user.f90 ! @file spm_user.F90
! !
! Fortran 90 example using a laplacian matrix. ! Fortran 90 example using a laplacian matrix.
! !
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment