File: mpiman.sty

package info (click to toggle)
mpich 4.3.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 101,184 kB
  • sloc: ansic: 1,040,629; cpp: 82,270; javascript: 40,763; perl: 27,933; python: 16,041; sh: 14,676; xml: 14,418; f90: 12,916; makefile: 9,270; fortran: 8,046; java: 4,635; asm: 324; ruby: 103; awk: 27; lisp: 19; php: 8; sed: 4
file content (35 lines) | stat: -rw-r--r-- 1,239 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
\textwidth=6.0in
\textheight=9.0in
\hoffset=-0.5in
\voffset=-1.0in
\parskip=.1in
\renewcommand{\floatpagefraction}{0.9}
\newcommand{\mpich}{\texttt{MPICH}}
\newcommand{\Mpich}{\texttt{MPICH}}
% This should really use #1, but we want the text version in the Postscript
% document
\newcommand{\AURL}[2]{\url{#2}}
\newcommand{\mpibug}{\AURL{mailto:mpich-discuss@mcs.anl.gov}{mpich-discuss@mcs.anl.gov}}
%\newcommand{\mpich}{MPICH}
%
% Fix this using hyphenation?
{\catcode`\/=\active\gdef/{\char`\/ \discretionary{}{}{}}}
\def\makeslashbreak{\catcode`\/=\active}
\def\note#1{\marginpar{#1}}
\def\ttURL#1{\texttt{\url{#1}}}
\def\urlname#1#2{\emph{#2}}
% The following is needed for the acknowledgements contents entry
%
\let\DOESupport\DefaultSupport
%
% Version number
\newcommand{\mpichversion}{1.0.3}
%
% File in the MPI install dir.  
% However, we cannot just place this as a prefix to \file, 
% since \file may surround the filename with `'.  Instead,
% we use a special command that adds only the trailing '
\def\eatnextfilelast#1{\texttt{#1}'\endgroup}
\def\eatfilelast{\catcode`\_=\active\nocodespecials\eatnextfilelast}
\def\filelast{\begingroup\eatfilelast}
\newcommand{\mpifile}{`\texttt{/usr/local/mpich-\mpichversion/}\filelast}