Update Copyright.
This commit is contained in:
parent
dd2969e048
commit
794b86b6ab
13 changed files with 14 additions and 14 deletions
|
@ -3,7 +3,7 @@
|
||||||
# Script checking the right permissions for software installations:
|
# Script checking the right permissions for software installations:
|
||||||
# Ordinary files must at least have permissions 664 and directories 755.
|
# Ordinary files must at least have permissions 664 and directories 755.
|
||||||
#
|
#
|
||||||
# Christoph Niethammer <christoph.niethammer@web.de> (C) 2011
|
# Christoph Niethammer <niethammer@hlrs.de> (C) 2010-2011
|
||||||
#
|
#
|
||||||
|
|
||||||
declare -r APP_NAME="${0##*/}"
|
declare -r APP_NAME="${0##*/}"
|
||||||
|
@ -22,7 +22,7 @@ binary=`basename $0`
|
||||||
cat <<EOF
|
cat <<EOF
|
||||||
${APP_NAME}: (${VERSION})
|
${APP_NAME}: (${VERSION})
|
||||||
|
|
||||||
Copyright (C) 2010-2011 Christoph Niethammer <christoph.niethammer@web.de>
|
Copyright (C) 2010-2011 Christoph Niethammer <niethammer@hlrs.de>
|
||||||
|
|
||||||
Usage: $APP_NAME DIR
|
Usage: $APP_NAME DIR
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# installation script for Open MPI
|
# installation script for Open MPI
|
||||||
#
|
#
|
||||||
# Christoph Niethammer <christoph.niethammer@web.de> (C) 2011
|
# Christoph Niethammer <niethammer@hlrs.de> (C) 2011
|
||||||
#
|
#
|
||||||
|
|
||||||
# exit on any error!
|
# exit on any error!
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# Installation script to build the autotools toolchain.
|
# Installation script to build the autotools toolchain.
|
||||||
# Christoph Niethammer <christoph.niethammer@web.de> (C) 2011
|
# Christoph Niethammer <niethammer@hlrs.de> (C) 2011
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
set -x
|
set -x
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# installation script for Mercurium Compiler + Nanons++
|
# installation script for Mercurium Compiler + Nanons++
|
||||||
#
|
#
|
||||||
# Christoph Niethammer <christoph.niethammer@web.de> (C) 2011
|
# Christoph Niethammer <niethammer@hlrs.de> (C) 2011
|
||||||
#
|
#
|
||||||
|
|
||||||
# exit on any error!
|
# exit on any error!
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# installation script for Open MPI
|
# installation script for Open MPI
|
||||||
#
|
#
|
||||||
# Christoph Niethammer <christoph.niethammer@web.de> (C) 2011
|
# Christoph Niethammer <niethammer@hlrs.de> (C) 2011
|
||||||
#
|
#
|
||||||
|
|
||||||
# exit on any error!
|
# exit on any error!
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# installation script for Open MPI
|
# installation script for Open MPI
|
||||||
#
|
#
|
||||||
# Christoph Niethammer <christoph.niethammer@web.de> (C) 2011
|
# Christoph Niethammer <niethammer@hlrs.de> (C) 2011
|
||||||
#
|
#
|
||||||
|
|
||||||
# exit on any error!
|
# exit on any error!
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# MVAPICH2 sit class file
|
# MVAPICH2 sit class file
|
||||||
#
|
#
|
||||||
# Christoph Niethammer <christoph.niethammer@web.de> (C) 2011
|
# Christoph Niethammer <niethammer@hlrs.de> (C) 2011
|
||||||
#
|
#
|
||||||
|
|
||||||
CATEGORY="mpi"
|
CATEGORY="mpi"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# Open MPI sit class file
|
# Open MPI sit class file
|
||||||
#
|
#
|
||||||
# Christoph Niethammer <christoph.niethammer@web.de> (C) 2011
|
# Christoph Niethammer <niethammer@hlrs.de> (C) 2011
|
||||||
#
|
#
|
||||||
|
|
||||||
CATEGORY="mpi"
|
CATEGORY="mpi"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# Extrae sit class file
|
# Extrae sit class file
|
||||||
#
|
#
|
||||||
# Christoph Niethammer <christoph.niethammer@web.de> (C) 2011
|
# Christoph Niethammer <niethammer@hlrs.de> (C) 2011
|
||||||
#
|
#
|
||||||
|
|
||||||
CATEGORY="performance"
|
CATEGORY="performance"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# VampirTrace sit class file
|
# VampirTrace sit class file
|
||||||
#
|
#
|
||||||
# Christoph Niethammer <christoph.niethammer@web.de> (C) 2011
|
# Christoph Niethammer <niethammer@hlrs.de> (C) 2011
|
||||||
#
|
#
|
||||||
|
|
||||||
CATEGORY="performance"
|
CATEGORY="performance"
|
||||||
|
|
2
sit
2
sit
|
@ -2,7 +2,7 @@
|
||||||
#
|
#
|
||||||
# Install script inspired by the ebuild system of Gentoo Linux
|
# Install script inspired by the ebuild system of Gentoo Linux
|
||||||
#
|
#
|
||||||
# Christoph Niethammer <christoph.niethammer@web.de> (C) 2011
|
# Christoph Niethammer <niethammer@hlrs.de> (C) 2011
|
||||||
#
|
#
|
||||||
|
|
||||||
# exit on any error!
|
# exit on any error!
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# installation script for Open MPI
|
# installation script for Open MPI
|
||||||
#
|
#
|
||||||
# Christoph Niethammer <christoph.niethammer@web.de> (C) 2011
|
# Christoph Niethammer <niethammer@hlrs.de> (C) 2011
|
||||||
#
|
#
|
||||||
|
|
||||||
# exit on any error!
|
# exit on any error!
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# installation script for Open MPI
|
# installation script for Open MPI
|
||||||
#
|
#
|
||||||
# Christoph Niethammer <christoph.niethammer@web.de> (C) 2011
|
# Christoph Niethammer <niethammer@hlrs.de> (C) 2011
|
||||||
#
|
#
|
||||||
|
|
||||||
# exit on any error!
|
# exit on any error!
|
||||||
|
|
Loading…
Reference in a new issue