Using the Scyld Beowulf Cluster

Sean DIlda agrajag at scyld.com
Wed May 29 06:03:59 PDT 2002


On Mon, 2002-05-27 at 21:34, 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"!!

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

setenv NP 2
mpi-mandel

will work.   It's equivilant to doing

export NP=2
mpi-mandel

in bash.. however I don't know how to do the shorthand version in csh.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 232 bytes
Desc: This is a digitally signed message part
URL: <http://www.beowulf.org/pipermail/beowulf/attachments/20020529/4b1563f0/attachment.sig>


More information about the Beowulf mailing list