Archives


- Beowulf
- Beowulf Announce
- Scyld-users
- Beowulf on Debian

Using the Scyld Beowulf Cluster

Many of your questions may have already been answered in earlier discussions or in the FAQ. The search results page will indicate current discussions as well as past list serves, articles, and papers.

Search

Raju Mathur raju at linux-delhi.org
Wed May 29 06:47:19 PDT 2002


>>>>> "Sean" == Sean DIlda <agrajag at scyld.com> writes:

    Sean> [1 <text/plain>] On Mon, 2002-05-27 at 21:34,
    Sean> sungyen at cch.org.tw wrote:
    >> Hi Beowulfer!!
    >> 
    >> I have a question. There is a executed file needed to be run
    >> under C shell. Do anybody know how can I do that with Scyld
    >> Beowulf cluster?  For example: in B shell: NP=2 mpi-mandel
    >> .......OK!!  in C shell: NP=2 mpi-mandel .......saying "NP=2
    >> command not found"!!

    Sean> This is strictly a csh issue.  I'm not to familiar with csh,
    Sean> but I beleive doing:

    Sean> setenv NP 2
    Sean> mpi-mandel

    Sean> will work.  It's equivilant to doing

    Sean> export NP=2
    Sean> mpi-mandel

...or, in either shell,

env NP=2 mpi-mandel

Regards,

-- Raju
-- 
Raju Mathur          raju at kandalaya.org           http://kandalaya.org/
                     It is the mind that moves



More information about the Beowulf mailing list