2 ## arg 1: the new package version
5 echo "# PLEASE READ CAREFULLY"
7 echo "# This installation creates the bash variable \$MPIR_ROOT"
8 echo "# according to the default installation of mpich."
9 echo "# If you changed your mpich directory during the"
10 echo "# installation process, change the variable inside"
11 echo "# your .bash_profile file."
13 echo "# In order to build your projects you need to copy the"
14 echo "# macrocell.c file (located into /usr/share/camelot_seq)"
15 echo "# to the directory in which you're running camelot."
17 echo "# The "C compiler command line" option in Configure"
20 echo " -O -DCPT_INCLUDE_FILE=\\\"%s\\\" -DNO_XDR_READ -DNO_XDR_WRITE "
21 echo " -I/usr/local/camelot_seq -L/usr/local/camelot_seq/ -L/opt/mpich/lib"
23 echo "# or somehow similar (according to your directories)."
25 echo "## Something more about CAMELot (and Cellular Automata):"
28 echo "## http://www.mat.unical.it/~spataro/teaching/modelli/Camelot.pdf"
29 echo "## Italian and English"
30 echo "## http://www.mat.unical.it/~spataro/teaching/modelli/modelli.html"
36 # vim:set ts=2 sw=2 et: