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:
|
||||
# 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##*/}"
|
||||
|
@ -22,7 +22,7 @@ binary=`basename $0`
|
|||
cat <<EOF
|
||||
${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
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
# installation script for Open MPI
|
||||
#
|
||||
# Christoph Niethammer <christoph.niethammer@web.de> (C) 2011
|
||||
# Christoph Niethammer <niethammer@hlrs.de> (C) 2011
|
||||
#
|
||||
|
||||
# exit on any error!
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# 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 -x
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
# 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!
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
# installation script for Open MPI
|
||||
#
|
||||
# Christoph Niethammer <christoph.niethammer@web.de> (C) 2011
|
||||
# Christoph Niethammer <niethammer@hlrs.de> (C) 2011
|
||||
#
|
||||
|
||||
# exit on any error!
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
# installation script for Open MPI
|
||||
#
|
||||
# Christoph Niethammer <christoph.niethammer@web.de> (C) 2011
|
||||
# Christoph Niethammer <niethammer@hlrs.de> (C) 2011
|
||||
#
|
||||
|
||||
# exit on any error!
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
# MVAPICH2 sit class file
|
||||
#
|
||||
# Christoph Niethammer <christoph.niethammer@web.de> (C) 2011
|
||||
# Christoph Niethammer <niethammer@hlrs.de> (C) 2011
|
||||
#
|
||||
|
||||
CATEGORY="mpi"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
# Open MPI sit class file
|
||||
#
|
||||
# Christoph Niethammer <christoph.niethammer@web.de> (C) 2011
|
||||
# Christoph Niethammer <niethammer@hlrs.de> (C) 2011
|
||||
#
|
||||
|
||||
CATEGORY="mpi"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
# Extrae sit class file
|
||||
#
|
||||
# Christoph Niethammer <christoph.niethammer@web.de> (C) 2011
|
||||
# Christoph Niethammer <niethammer@hlrs.de> (C) 2011
|
||||
#
|
||||
|
||||
CATEGORY="performance"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
# VampirTrace sit class file
|
||||
#
|
||||
# Christoph Niethammer <christoph.niethammer@web.de> (C) 2011
|
||||
# Christoph Niethammer <niethammer@hlrs.de> (C) 2011
|
||||
#
|
||||
|
||||
CATEGORY="performance"
|
||||
|
|
2
sit
2
sit
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
# 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!
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
# installation script for Open MPI
|
||||
#
|
||||
# Christoph Niethammer <christoph.niethammer@web.de> (C) 2011
|
||||
# Christoph Niethammer <niethammer@hlrs.de> (C) 2011
|
||||
#
|
||||
|
||||
# exit on any error!
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
# installation script for Open MPI
|
||||
#
|
||||
# Christoph Niethammer <christoph.niethammer@web.de> (C) 2011
|
||||
# Christoph Niethammer <niethammer@hlrs.de> (C) 2011
|
||||
#
|
||||
|
||||
# exit on any error!
|
||||
|
|
Loading…
Reference in a new issue