加载中…
正文 字体大小:

Dryad Beta, errors emerge when run program

(2011-05-15 14:36:49)
标签:

dryad

dsc

分类: 学习积累
The program is as follow:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Microsoft.Hpc.Linq;
using Microsoft.Hpc.Dsc;
using System.IO;

namespace test_dsc
{
public class Program
{
public static void Main(string[] args)
{
            HpcLinqConfiguration config = new HpcLinqConfiguration("gcchead");
            config.JobFriendlyName = "zljtest4";
            HpcLinqContext context = new HpcLinqContext(config);
            var lengths = context.FromDsc<LineRecord>("zljTestFile")
                            .Select(r => r.Line.Length);
            Console.WriteLine("The maximum line length is {0}", lengths.Max());

}
}
}

   The HPC cluster has a head node ,two compute node and a client node.Adding DSC is successful ,the command is " DSC NODE ADD gccnode01 /TEMPPATH:c:\Dryad\HpcTemp /DATAPATH:c:\Dryad\HpcData  /SERVICE:gcchead",
 and DSC fileset also create successfully , as follows:
Dryad <wbr>Beta, <wbr>errors <wbr>emerge <wbr>when <wbr>run <wbr>program

but when I run the program , the error is :Dryad <wbr>Beta, <wbr>errors <wbr>emerge <wbr>when <wbr>run <wbr>program

 and another error is :Dryad <wbr>Beta, <wbr>errors <wbr>emerge <wbr>when <wbr>run <wbr>program

I hope you can give me some help ! thanks

阅读 评论 收藏 转载 喜欢 打印举报
已投稿到:
  • 评论加载中,请稍候...

       

    验证码: 请点击后输入验证码 收听验证码

    发评论

    以上网友发言只代表其个人观点,不代表新浪网的观点或立场。

      

    新浪BLOG意见反馈留言板 不良信息反馈 电话:4006900000 提示音后按1键(按当地市话标准计费) 欢迎批评指正

    新浪简介 | About Sina | 广告服务 | 联系我们 | 招聘信息 | 网站律师 | SINA English | 会员注册 | 产品答疑

    新浪公司 版权所有