check out of the code and porting in mach.ira.inaf.it 
      1  20:59   cd
     2  20:59   ls
     3  20:59   cd enzo
     4  20:59   ls
     5  20:59   mkdir project
     6  20:59   cd project/
     7  21:04   svn mkdir svn://mngrid.ucsd.edu/Enzo/branches/fvazza --username fvazza
     8  21:05   export EDITOR='emacs -nw'
     9  21:06   sh
    10  21:06   setenv EDITOR 'emacs -nw'
    11  21:06   svn mkdir svn://mngrid.ucsd.edu/Enzo/branches/fvazza --username fvazza
    12  21:08   svn cp svn://mngrid.ucsd.edu/Enzo/trunk/devel/Enzo svn://mngrid.ucsd.edu/Enzo/branches/fvazza --username fvazza
    13  21:12   svn co svn://mngrid.ucsd.edu/Enzo/branches/fvazza/Enzo
    14  21:13   history
    15  21:16   ls
    16  21:16   cd Enzo/
    17  21:16   pwd
    18  21:16   ./configure
    19  21:17   cd amr_mpi/
    20  21:17   ls
    21  21:17   cd src/
    22  21:18   ls
    23  21:18   ls Make*
    24  21:21   svn cp Make.mach.padoan-cluster Make.mach.ira-cluster
    25  21:21   svn status
    26  21:21   emacs Make.mach.ira-cluster
    27  21:23   svn status
    28  21:24   svn ci -m 'Makefile for franco cluster'
    29  21:25   history

set compiling
   1  23:25   cd
     2  23:25   ls
     3  23:25   cd enzo/project/
     4  23:25   ls
     5  23:25   cd Enzo/
     6  23:26   cd amr_mpi/src/
     7  23:26   ls
     8  23:26   ls Make*
     9  23:27   make help
    10  23:28   ln -s Makefile.config Makefile
    11  23:28   make help
    12  23:31   make machine-ira-cluster
    13  23:32   make show-config
    14  23:33   make opt-high
    15  23:33   mkae opt-debug
    16  23:34   make opt-debug
    17  23:34   make help
    18  23:34   make help-config
    19  23:35   ls
    20  23:35   ls Make*
    21  23:35   emacs Make.mach.ira-cluster
    22  23:39   make
    23  23:40   ls out.*
    24  23:40   more out.compile
    25  23:42   make packed-amr-yes
    26  23:42   make packed-amr-no
    27  23:47   history
==================
 MACHINE: Franco's cluster (Make.mach.ira-cluster)

   CONFIG_PRECISION:         64
   CONFIG_PARTICLES:         64
   CONFIG_INTEGERS:          32
   CONFIG_INITS:             64
   CONFIG_IO:                32    #precision in IO phase, to be taken into account if restarting from different precision level
   CONFIG_USE_MPI:           yes
   CONFIG_HDF5_ENDIAN:       big
   CONFIG_SRB:               no   #something about a global comunication between different systems, if the simulations & IO is performed on different (physical )systems 
   CONFIG_MPICH:             yes
   CONFIG_OBJECT_MODE:       64
   CONFIG_TASKMAP:           no
   CONFIG_PACKED_AMR:        yes   #leave yes to produce only 1 grid for each cpu - IMPORTANT TO RESTART
   CONFIG_UNIGRID:           no    #something for large simulation >2000 cube
   CONFIG_ISO_GRAV:          no    # vacuum boundary conditions (sphere collapse etc)
   CONFIG_RAD_HYDRO:         no   
   CONFIG_JBPERF:            no
   CONFIG_PAPI:              no
   CONFIG_UNIGRID_TRANSPOSE: yes
   CONFIG_OOC_BOUNDARY:      no   #handling of boundaries, set this on for large >512 cube simulations
   CONFIG_OPT:               high #level of optimisation; in case of different compilers for f90 and C, set this at higher level (?)
   CONFIG_TESTING:           no