Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
darshan
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
72
Issues
72
List
Boards
Labels
Milestones
Merge Requests
5
Merge Requests
5
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
darshan
darshan
Commits
969f0b8d
Commit
969f0b8d
authored
Mar 25, 2015
by
Shane Snyder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated copyrights
parent
e644c976
Changes
18
Hide whitespace changes
Inline
Side-by-side
Showing
18 changed files
with
50 additions
and
36 deletions
+50
-36
darshan-runtime/darshan-core.h
darshan-runtime/darshan-core.h
+3
-2
darshan-runtime/darshan-dynamic.h
darshan-runtime/darshan-dynamic.h
+3
-2
darshan-runtime/darshan-gen-cc.pl.in
darshan-runtime/darshan-gen-cc.pl.in
+2
-2
darshan-runtime/darshan-gen-cxx.pl.in
darshan-runtime/darshan-gen-cxx.pl.in
+2
-2
darshan-runtime/darshan-gen-fortran.pl.in
darshan-runtime/darshan-gen-fortran.pl.in
+2
-2
darshan-runtime/darshan-mk-log-dirs.pl.in
darshan-runtime/darshan-mk-log-dirs.pl.in
+2
-2
darshan-runtime/darshan.h
darshan-runtime/darshan.h
+3
-2
darshan-runtime/lib/darshan-common.c
darshan-runtime/lib/darshan-common.c
+3
-2
darshan-runtime/lib/darshan-core.c
darshan-runtime/lib/darshan-core.c
+3
-2
darshan-runtime/lib/darshan-mpiio.c
darshan-runtime/lib/darshan-mpiio.c
+3
-2
darshan-runtime/lib/darshan-posix.c
darshan-runtime/lib/darshan-posix.c
+3
-2
darshan-util/darshan-convert-logs.pl
darshan-util/darshan-convert-logs.pl
+4
-2
darshan-util/darshan-logutils.c
darshan-util/darshan-logutils.c
+3
-2
darshan-util/darshan-logutils.h
darshan-util/darshan-logutils.h
+3
-2
darshan-util/darshan-posix-logutils.c
darshan-util/darshan-posix-logutils.c
+3
-2
darshan-util/darshan-posix-logutils.h
darshan-util/darshan-posix-logutils.h
+3
-2
darshan-util/darshan-posix-parser.c
darshan-util/darshan-posix-parser.c
+3
-2
darshan-util/darshan-summary-per-file.sh
darshan-util/darshan-summary-per-file.sh
+2
-2
No files found.
darshan-runtime/darshan-core.h
View file @
969f0b8d
/*
* (C) 2014 by Argonne National Laboratory.
* See COPYRIGHT in top-level directory.
* Copyright (C) 2015 University of Chicago.
* See COPYRIGHT notice in top-level directory.
*
*/
#ifndef __DARSHAN_CORE_H
...
...
darshan-runtime/darshan-dynamic.h
View file @
969f0b8d
/*
* (C) 2012 by Argonne National Laboratory.
* See COPYRIGHT in top-level directory.
* Copyright (C) 2015 University of Chicago.
* See COPYRIGHT notice in top-level directory.
*
*/
#ifndef __DARSHAN_DYNAMIC_H
...
...
darshan-runtime/darshan-gen-cc.pl.in
View file @
969f0b8d
#!/usr/bin/perl -w
#
#
(C) 2009 by Argonne National Laboratory
.
#
See COPYRIGHT
in top-level directory.
#
Copyright (C) 2015 University of Chicago
.
#
See COPYRIGHT notice
in top-level directory.
#
# takes a standard mpicc script as an argument and tried to generate a
...
...
darshan-runtime/darshan-gen-cxx.pl.in
View file @
969f0b8d
#!/usr/bin/perl -w
#
#
(C) 2009 by Argonne National Laboratory
.
#
See COPYRIGHT
in top-level directory.
#
Copyright (C) 2015 University of Chicago
.
#
See COPYRIGHT notice
in top-level directory.
#
# takes a standard mpicxx script as an argument and tried to generate a
...
...
darshan-runtime/darshan-gen-fortran.pl.in
View file @
969f0b8d
#!/usr/bin/perl -w
#
#
(C) 2009 by Argonne National Laboratory
.
#
See COPYRIGHT
in top-level directory.
#
Copyright (C) 2015 University of Chicago
.
#
See COPYRIGHT notice
in top-level directory.
#
# takes a standard mpif* script as an argument and tried to generate a
...
...
darshan-runtime/darshan-mk-log-dirs.pl.in
View file @
969f0b8d
#!/usr/bin/perl -w
#
#
(C) 2009 by Argonne National Laboratory
.
#
See COPYRIGHT
in top-level directory.
#
Copyright (C) 2015 University of Chicago
.
#
See COPYRIGHT notice
in top-level directory.
#
use
File::
Basename
;
...
...
darshan-runtime/darshan.h
View file @
969f0b8d
/*
* (C) 2009 by Argonne National Laboratory.
* See COPYRIGHT in top-level directory.
* Copyright (C) 2015 University of Chicago.
* See COPYRIGHT notice in top-level directory.
*
*/
#ifndef __DARSHAN_H
...
...
darshan-runtime/lib/darshan-common.c
View file @
969f0b8d
/*
* (C) 2009 by Argonne National Laboratory.
* See COPYRIGHT in top-level directory.
* Copyright (C) 2015 University of Chicago.
* See COPYRIGHT notice in top-level directory.
*
*/
#include "darshan-runtime-config.h"
...
...
darshan-runtime/lib/darshan-core.c
View file @
969f0b8d
/*
* (C) 2009 by Argonne National Laboratory.
* See COPYRIGHT in top-level directory.
* Copyright (C) 2015 University of Chicago.
* See COPYRIGHT notice in top-level directory.
*
*/
#define _XOPEN_SOURCE 500
...
...
darshan-runtime/lib/darshan-mpiio.c
View file @
969f0b8d
/*
* (C) 2009 by Argonne National Laboratory.
* See COPYRIGHT in top-level directory.
* Copyright (C) 2015 University of Chicago.
* See COPYRIGHT notice in top-level directory.
*
*/
#include "darshan-runtime-config.h"
...
...
darshan-runtime/lib/darshan-posix.c
View file @
969f0b8d
/*
* (C) 2009 by Argonne National Laboratory.
* See COPYRIGHT in top-level directory.
* Copyright (C) 2015 University of Chicago.
* See COPYRIGHT notice in top-level directory.
*
*/
#include "darshan-runtime-config.h"
...
...
darshan-util/darshan-convert-logs.pl
View file @
969f0b8d
#!/usr/bin/perl -w
#
#
(C) 2011 by Argonne National Laboratory
.
#
See COPYRIGHT
in top-level directory.
#
Copyright (C) 2015 University of Chicago
.
#
See COPYRIGHT notice
in top-level directory.
#
# Convert a list of logs and add metadata from another file.
#
# List of Logs: logfile path, one per line. This can be generated with a
...
...
darshan-util/darshan-logutils.c
View file @
969f0b8d
/*
* (C) 2009 by Argonne National Laboratory.
* See COPYRIGHT in top-level directory.
* Copyright (C) 2015 University of Chicago.
* See COPYRIGHT notice in top-level directory.
*
*/
#define _GNU_SOURCE
...
...
darshan-util/darshan-logutils.h
View file @
969f0b8d
/*
* (C) 2009 by Argonne National Laboratory.
* See COPYRIGHT in top-level directory.
* Copyright (C) 2015 University of Chicago.
* See COPYRIGHT notice in top-level directory.
*
*/
#ifndef __DARSHAN_LOG_UTILS_H
...
...
darshan-util/darshan-posix-logutils.c
View file @
969f0b8d
/*
* (C) 2009 by Argonne National Laboratory.
* See COPYRIGHT in top-level directory.
* Copyright (C) 2015 University of Chicago.
* See COPYRIGHT notice in top-level directory.
*
*/
#define _GNU_SOURCE
...
...
darshan-util/darshan-posix-logutils.h
View file @
969f0b8d
/*
* (C) 2009 by Argonne National Laboratory.
* See COPYRIGHT in top-level directory.
* Copyright (C) 2015 University of Chicago.
* See COPYRIGHT notice in top-level directory.
*
*/
#ifndef __DARSHAN_POSIX_LOG_UTILS_H
...
...
darshan-util/darshan-posix-parser.c
View file @
969f0b8d
/*
* (C) 2009 by Argonne National Laboratory.
* See COPYRIGHT in top-level directory.
* Copyright (C) 2015 University of Chicago.
* See COPYRIGHT notice in top-level directory.
*
*/
#include <stdio.h>
...
...
darshan-util/darshan-summary-per-file.sh
View file @
969f0b8d
#!/bin/bash
#
#
(C) 2013 by Argonne National Laboratory
.
#
See COPYRIGHT
in top-level directory.
#
Copyright (C) 2015 University of Chicago
.
#
See COPYRIGHT notice
in top-level directory.
#
# change behavior of shell error code following failure of a piped command
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment