Question about NML
Hi,
I've read "Writing NML Configuration Files". After that I try to understand
sim.nml. There are something not cleared in the document.
Taking a buffer line as example,
# name type host size neut (old) buffer# MP
B simmot_cmd RTLMEM localhost 4096 0 0 14 16 1014
TCP=5005 xdr
what does xdr mean?
And in a process line,
# name buffer type host ops server
timeout master cnum
P emc emcCommand LOCAL localhost RW 0 1.0 1
0
what does the master field mean?
Cheng-Chang Wu
----- Original Message -----
From: "Paul" <paul.corner-at-tesco.net>
To: "Multiple recipients of list" <emc-at-nist.gov>
Sent: Wednesday, September 11, 2002 7:14 AM
Subject: Re: SHMEM_BASE_ADDRESS
>
>
> Hi Bill
>
> SHMEM_KEY is nothing more than an identifier for a block of memory - If
> several different programs need to read or write common data, some way of
> accessing a shared block is often easiest. Because this shared memory is
> allocated dynamically, it is impossible to pass the base address around,
so a
> kernel function is called with SHMEM_KEY and a real address is returned. A
> bit like a mobile phone number - All you need is the number, you don't
care
> where the phone is located (and how many are all zeros ?).
>
> Shared memory blocks can be allocated within a loop incrementing SHMEM_KEY
> each time for every block. When the memory is released, the key can be
> decremented - When it reaches zero, all shared memory has been freed up.
>
>
> Regards, Paul.
>
>
>
> On Tuesday 10 Sep 2002 1:55 am, William Scalione wrote:
> > So what exactly is SHMEM_KEY, and if running a TNG version, are you
saying
> > that it can be set to any integer except zero?
Date Index |
Thread Index |
Back to archive index |
Back to Mailing List Page
Problems or questions? Contact