<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">Hi Himanshu,<br>
<br>
I'm glad to know the multiple actors work for you know.<br>
<br>
About workflow execution on PBS, you can run workflows
without PBS-specific actors like GenericJobLauncher. It means you
have to take care of job submission by yourself. What I normally
do for it is that write a job script file and use job submission
command to submit the script file to PBS. The main part in the job
script file will be kepler execution command line. You can find
more about it at
<a class="moz-txt-link-freetext" href="https://kepler-project.org/developers/reference/executing-kepler-from-the-command-line">https://kepler-project.org/developers/reference/executing-kepler-from-the-command-line</a>.
You can first try the command locally. <br>
<br>
Note that the display actors, such as 'Display' and 'Image
Display', normally won't display their content when running on a
computing node in a cluster. We implemented '
<meta charset="utf-8">
redirectgui' option in Kepler. But it was not released in kepler
2.3. If you want to use it, you have to use kepler trunk version.<br>
<pre class="moz-signature" cols="72">Best wishes
Sincerely yours
Jianwu Wang, Ph.D.
<a class="moz-txt-link-abbreviated" href="mailto:jianwu@sdsc.edu">jianwu@sdsc.edu</a>
<a class="moz-txt-link-freetext" href="http://users.sdsc.edu/~jianwu/">http://users.sdsc.edu/~jianwu/</a>
Assistant Project Scientist
Scientific Workflow Automation Technologies (SWAT) Laboratory
San Diego Supercomputer Center
University of California, San Diego
San Diego, CA, U.S.A. </pre>
On 10/17/12 10:11 PM, Himanshu ............. wrote:<br>
</div>
<blockquote
cite="mid:CACS9J+Cc9OOagSVgKNPxn6zLncGZTTEJSHFtVTu0+nvSp988jw@mail.gmail.com"
type="cite">Hi Jianwu,
<div><br>
</div>
<div>It is possible by editing the module.txt file. I am able to
access my all newly added actors now :) Thanks for replying.</div>
<div><br>
</div>
<div>Now back to my original question. If I execute a simple
workflow ( PFA the snapshot of my helloworld workflow), it
should run on PBS without using GenericJobLauncher or any other
similar actor. Is it possible?? </div>
<div><br>
</div>
<div>Himanshu<br>
<br>
<div class="gmail_quote">On Thu, Oct 18, 2012 at 12:38 AM,
Himanshu ............. <span dir="ltr"><<a
moz-do-not-send="true"
href="mailto:himanshu.king@gmail.com" target="_blank">himanshu.king@gmail.com</a>></span>
wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0
.8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Jianwu,
<div><br>
</div>
<div>yes, I was referring the same tutorial link. As per
your suggestion, one can add more than one actor in Kepler
but they will be in same module. I didn't make myself
clear last time, my apologies. What I really wanted to ask
was, what if I have created more than one module-suite
each having few actors. In this case, how should i start
Kepler so that every new actors in different module-suites
are available to me. Can it be done my editing the
module.txt file?? If yes then please share one example, if
possible.</div>
<div>And, Thanks for replying.</div>
<span class="HOEnZb"><font color="#888888">
<div><br>
</div>
<div>Himanshu </div>
</font></span>
<div class="HOEnZb">
<div class="h5">
<div><br>
<div class="gmail_quote">On Wed, Oct 17, 2012 at 6:40
PM, Jianwu Wang <span dir="ltr"><<a
moz-do-not-send="true"
href="mailto:jianwu@sdsc.edu" target="_blank">jianwu@sdsc.edu</a>></span>
wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0
.8ex;border-left:1px #ccc solid;padding-left:1ex">
<div bgcolor="#FFFFFF" text="#000000">
<div>Hi Himanshu,<br>
<br>
Are you referring the tutorial link <a
moz-do-not-send="true"
href="https://kepler-project.org/developers/teams/build/documentation/developing-a-hello-world-actor-using-the-kepler-build-system-and-eclipse"
target="_blank">https://kepler-project.org/developers/teams/build/documentation/developing-a-hello-world-actor-using-the-kepler-build-system-and-eclipse</a>?
<br>
<br>
You definitely can add more than one actor
into Kepler. Just repeat Step 4 and adding the
actors into the same module. You can check
'actors' module (<a moz-do-not-send="true"
href="https://code.kepler-project.org/code/kepler/trunk/modules/actors/"
target="_blank">https://code.kepler-project.org/code/kepler/trunk/modules/actors/</a>)
in Kepler which has many actors in one module.
<div>
<pre cols="72">Best wishes
Sincerely yours
Jianwu Wang, Ph.D.
<a moz-do-not-send="true" href="mailto:jianwu@sdsc.edu" target="_blank">jianwu@sdsc.edu</a>
<a moz-do-not-send="true" href="http://users.sdsc.edu/%7Ejianwu/" target="_blank">http://users.sdsc.edu/~jianwu/</a>
Assistant Project Scientist
Scientific Workflow Automation Technologies (SWAT) Laboratory
San Diego Supercomputer Center
University of California, San Diego
San Diego, CA, U.S.A. </pre>
</div>
<div>
<div> On 10/16/12 9:41 PM, Himanshu
............. wrote:<br>
</div>
</div>
</div>
<div>
<div>
<blockquote type="cite">Hi Jianwu,
<div><br>
</div>
<div>Thanks for your reply. </div>
<div>I want to ask something else. Using
Kepler tutorial, I am able to add new
Java actor but it lets you add only one
actor at a time. I added two java actor
through eclipse but at a time only one
actor is available to me. If I want to
use the other (added) actor I need to
stop the Kepler and restart it by
following command. </div>
<div><span><br>
</span></div>
<div><span>ant change-to -Dsuite=<other
added actor></span></div>
<div>ant run </div>
<div><br>
</div>
<div>Right??? but then the previous actor
is not available to me. Is there any way
so that after adding 3-4 actors if I
start Kepler, all newly added actors
will be available??? </div>
<div> <br>
</div>
<div>Thanks </div>
<div>Himanshu <br>
<br>
<div class="gmail_quote">On Thu, Oct 11,
2012 at 1:25 PM, Jianwu Wang <span
dir="ltr"><<a
moz-do-not-send="true"
href="mailto:jianwu@sdsc.edu"
target="_blank">jianwu@sdsc.edu</a>></span>
wrote:<br>
<blockquote class="gmail_quote"
style="margin:0 0 0
.8ex;border-left:1px #ccc
solid;padding-left:1ex">
<div text="#000000"
bgcolor="#FFFFFF">
<div>Hi Himanshu,<br>
<br>
Can you explain your
question more clear? What does
"job should go to PBS directly"
mean? GenericJobLauncher actor
helps you to send jobs to PBS.
By default, it creates a unique
dir at $HOME/.kepler-hpcc
directory and copies job file
there before submitting it. Are
you talking about submitting
jobs without this copying?<br>
<br>
Also I don't know what "the
default runner part of Kepler
engine" refers to.<br>
<pre cols="72">Best wishes
Sincerely yours
Jianwu Wang, Ph.D.
<a moz-do-not-send="true" href="mailto:jianwu@sdsc.edu" target="_blank">jianwu@sdsc.edu</a>
<a moz-do-not-send="true" href="http://users.sdsc.edu/%7Ejianwu/" target="_blank">http://users.sdsc.edu/~jianwu/</a>
Assistant Project Scientist
Scientific Workflow Automation Technologies (SWAT) Laboratory
San Diego Supercomputer Center
University of California, San Diego
San Diego, CA, U.S.A. </pre>
<div>
<div> On 10/11/12 2:14 AM,
Himanshu .............
wrote:<br>
</div>
</div>
</div>
<blockquote type="cite">
<div>
<div>Hi All,
<div><br>
</div>
<div>I have installed Kepler
on a cluster and by using
'GenericJobLauncher' actor
i was able to submit a job
on PBS as well. But my
problem is, I don't want
to use GenericJobLauncher
or any other actor.
Whatever workflow I
execute, job should go to
PBS directly. So I want to
change the default runner
part of Kepler engine but
i don't know how to do
that. Any help would be
appreciated.</div>
<div><br>
</div>
<div>Thanks</div>
<div>Himanshu </div>
<br>
<fieldset></fieldset>
<br>
</div>
</div>
<pre>_______________________________________________
Kepler-users mailing list
<a moz-do-not-send="true" href="mailto:Kepler-users@kepler-project.org" target="_blank">Kepler-users@kepler-project.org</a>
<a moz-do-not-send="true" href="http://lists.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-users" target="_blank">http://lists.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-users</a>
</pre>
</blockquote>
<br>
</div>
</blockquote>
</div>
<br>
</div>
</blockquote>
<br>
</div>
</div>
</div>
</blockquote>
</div>
<br>
</div>
</div>
</div>
</blockquote>
</div>
<br>
</div>
</blockquote>
<br>
</body>
</html>