static
void
Main(string[]
args)
{
IScheduler
scheduler = new
Scheduler();
Console.Write(scheduler.EnvironmentVariables
+ "\n"
+ scheduler.ClusterParameters);
}
This is giving an exception that
Operation failed because you are not connected to the scheduler - Microsoft.Hpc.Scheduler.Properties.SchedulerException
Any ideas? I am able to submit jobs via the Job Manager. the Scheduler is working fine otherwise.