[FLASH-USERS] Running FLASH on AMD Machines

M.A. Latife latife at astro.rug.nl
Mon Mar 24 12:49:49 EDT 2008


Hi Nathan,

Thanks for replying so quickly. I will answer each of your questions. 
These are the specifications for the pc's of the computer cluster.

> 1. The operating system name and version (or, if running Linux, the
> distribution version and kernel version); on a Linux or other
> Unix-like system, running "uname -a" will give you information about
> the kernel.
>   
uname -a
Linux hpcibm1 2.6.8-11-amd64-k8-smp #1 SMP Sun Oct 2 20:03:22 UTC 2005 
x86_64 GNU/Linux

> 2. The name and version of the Fortran compiler you are using (and the
> compiler flags from Makefile.h); Makefile.h should list the name of
> the compiler executable (probably something like "mpif90"), and you
> may be able to run the executable from the command line with an option
> like "-v" or "--version" to get the version information.
>   
Compiler:
pgf90 6.0-5 32-bit target on x86-64 Linux

Flags:
FFLAGS_OPT = -c -fast -r8 -i4
FFLAGS_DEBUG = -g -c -Mbounds -r8 -i4
FFLAGS_TEST = -c -r8 -i4 -fast -Mprof=lines

F90FLAGS =

CFLAGS_OPT = -O2  -c
CFLAGS_DEBUG = -g -c
CFLAGS_TEST = -c


> 3. The version of the MPI system (e.g., MPICH 1.2.7p1); you may be
> able to use "mpirun -v" or "mpirun --version" to determine this.
>   
I am using mpich2, "mpich2-gcc-1.0.5p4"

> 4. The type of network being used by MPI on the cluster (e.g.,
> Ethernet or Myrinet).
>   
I think just ethernet


If anyone knows or have had this sort of problem, please share with me. 
I think that I am using serial HDF5, maybe this is the problem?
kind regards
Latife



More information about the flash-users mailing list