Skip to content
Prev 976 / 2152 Next

snow job

Thanks to Steve and everyone else who responded off-list.  Please keep the
suggestions coming. <G>

Here is a summary of the suggestions and results so far:

1.  1. Copy your snow folder from C:/user/...  to C:/Program files.

1 Result.  No folder with "snow" it its name exists under C:/user.  Such a
folder already exists under C:/Program Files.

2.  Before starting R, right-click mouse at R icon and choose (Open as
administrator).

2 Result.  No change in behavior.  The user account in all previous tests
has Administrator status anyway.

3. Test with doSMP to test the firewall.

3 Result.  Packages installed without obvious errors.  Next step:  I need to
read about doSMP functions and decide, if necessary, how to change my
script.

4.  Steve's suggestion below, using manual = TRUE and typing the command
indicated.

4 Result.  Log file is created and not accessible until the R Gui is closed.
Then the log file opens and is empty.

-----Original Message-----
From: Stephen Weston [mailto:stephen.b.weston at gmail.com] 
Sent: Thursday, May 12, 2011 9:38 AM
To: whitneybroach at gmail.com
Cc: r-sig-hpc at r-project.org
Subject: Re: [R-sig-hpc] snow job

Using "manual = TRUE" is particularly useful when the worker
gets an error before creating the log file.  And using it doesn't take
any R skills at all, although I guess you do need to know how to
type a command into a command window.  I suggest you learn
how to use manual mode, because you will probably need it for
debugging problems in the future.

You just need to open a new command window, and paste or
type the command that makeSOCKcluster tells you to execute.
Hopefully you'll see an error message.

- Steve


On Wed, May 11, 2011 at 9:44 PM, Whit Broach <whitneybroach at gmail.com>
wrote:
crashing
a
Ubuntu
the
calls
Even