Skip to Content.
Sympa Menu

charm - Re: [charm] Charm Installation

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

Re: [charm] Charm Installation


Chronological Thread 
  • From: "Eduardo Rocha" <erocha.ssa AT gmail.com>
  • To: "Eric Bohm" <ebohm AT illinois.edu>
  • Cc: charm AT cs.uiuc.edu
  • Subject: Re: [charm] Charm Installation
  • Date: Fri, 22 Aug 2008 13:54:06 -0300
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/charm>
  • List-id: CHARM parallel programming system <charm.cs.uiuc.edu>

Dear Mr. Bohm,

Thanks for your reply.

I am using Debian 4.0 in a Xeon cluster. My libc is 2.7 as yours, my
gcc is 4.3.1 and my kernel is 2.6.25. I am also using g95 64bits 0.91
(stable version).

My problem is that even a very simple Fortran/MPI program does not
execute with AMPI/Charm in that environment. It does not produce any
error, but it does not produce any output either. This problem is
similar to what happens if you do not change the declaration "PROGRAM"
to "SUBROUTINE MPI_MAIN" in a Fortran program.

I can execute C/MPI programs in that environment and I could execute
Fortran/MPI programs in another cluster, which had a different Linux
distribution (an old one). I did not know I could use gfortran. I will
try it.

By the way, my objective is to make some simulations with
BigSim/BigNetSim. I want to execute some NAS benchmarks in these
simulators. I would like to compare the simulated results with those
produced by a real cluster. Our cluster is an Ethernet/Multicore
Cluster. Where can I find information to model this type of
interconnection?

Best regards,

Eduardo
Brazil

On Thu, Aug 21, 2008 at 10:22 PM, Eric Bohm
<ebohm AT illinois.edu>
wrote:
> At PPL we currently use Ubuntu 8.04.1.
> kernel 2.6.24-19
>
> libc-2.7
>
> But charm works with just about every previous version of linux and libc.
> Could you describe your fortran situation in more detail?
>
> Typically this is solved by specifying your preferred fortran compiler on
> the charm build line.
>
> ala
>
> ./build charm++ net-linux-x86_64 gfortran -j2 -O3
>
> for a 64bit udp machine with gfortran installed using gcc.
>
> Eduardo Rocha wrote:
>>
>> Hi,
>>
>> I had problems installing the Charm with support to Fortran.
>>
>> I think this is related to the Linux distribution or maybe my libc.
>> Can anyone tell me in which linux kernel and libc version charm
>> certainly works? Is there a Linux distribution in which Charm works
>> out-of-box?
>>
>> Best regards,
>>
>> Eduardo
>> _______________________________________________
>> charm mailing list
>> charm AT cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/charm
>>
>
>




Archive powered by MHonArc 2.6.16.

Top of Page