Re: Congratulations on GSoC Acceptance

2015-04-27 Thread Douglas Chau
Awesome! Thank you Suresh and Madhu for all the help! On Apr 27, 2015 3:14 PM, "Suresh Marru" wrote: > Hi All, > > Congratulations to all of you on getting your proposal accepted to do a > GSoC with Airavata related projects. > > Hack On!! > Suresh

Updated PGA Installation Instructions

2015-06-04 Thread Douglas Chau
Hey All, The previous PGA installation instructions for Mac OS was incomplete, and since I successfully got the PGA working on Mac today I updated the tutorial page. It would be great if any Mac users could follow the guide and do a clean Mac installation. Hopefully it’s sufficient. Feedback wo

GSoC project

2015-06-14 Thread Douglas Chau
Hello, For my GSoC project I want to tackle the issue of cluster recommendation for airavata users; I will be working with John, another GSoC student, on this component. The current PGA interface forces a user to pick a specific resource, but of course, as an end user, they may likely have no i

PGA Cache and AJAX/PHP

2015-06-17 Thread Douglas Chau
Hello Devs, Nothing that requires immediate attention, but I thought I would document some of my hurdles while working on adding a feature to the PGA in case anyone else encounters similar issues. So there are two takeaways: be wary of PGA caching results, and be careful of boolean variables pa

PGA JavaScript and CSS

2015-06-18 Thread Douglas Chau
Hey Devs, Can anyone point me to where the JavaScript and CSS files are supposed to go? Thanks, Doug

Re: PGA JavaScript and CSS

2015-06-18 Thread Douglas Chau
s using laravel syntax. > > Thanks > Supun > > On Fri, Jun 19, 2015 at 1:14 AM, Douglas Chau <mailto:dch...@binghamton.edu>> wrote: > Hey Devs, > > Can anyone point me to where the JavaScript and CSS files are supposed to go? > > Thanks, > Doug > > &

Re: PGA JavaScript and CSS

2015-06-18 Thread Douglas Chau
Thanks! On Jun 18, 2015 3:58 PM, "Supun Nakandala" wrote: > Yes, You can find sample imports in here > https://github.com/apache/airavata-php-gateway/blob/master/app/views/experiment/search.blade.php#L117 > > On Fri, Jun 19, 2015 at 1:26 AM, Douglas Chau > wrote: >

Orchestrator

2015-06-30 Thread Douglas Chau
Hey Devs, John and I are currently looking into adding the “meta-scheduling” capabilities within Airavata - as spoken about in last week’s discussion. It seems most befitting to implement this feature into Orchestrator. Is it possible we can speak to anyone tomorrow at around 1-2PM EST for a qu

Re: GSoC Hangout July 10th

2015-07-09 Thread Douglas Chau
Yup, I am available at 9am for the call. I was also away this July 4th week so I am in the same boat as John. Doug On Jul 9, 2015 7:56 PM, "John Weachock" wrote: > I'll be available around 9:15am. I haven't had time to check the resources > or read the code for orchestrator, but I think it would

PGA failing to start

2015-07-14 Thread Douglas Chau
Hey guys, I am encountering some issues getting the local airavata + PGA working again. I switched branches to master on both the PGA and airavata. I ran a composer update and install on the PGA; did a maven clean install on airavata. I have rabbitmq running in the back. And I am running the ai

Re: PGA failing to start

2015-07-14 Thread Douglas Chau
I have not done that. That might be it. > On Jul 14, 2015, at 3:08 PM, Supun Nakandala > wrote: > > Hi Doug, > > Have you removed your current pga_config.php and created new one from updated > template? > > Thanks > Supun > > On Wed, Jul 15, 2015 at

Re: PGA failing to start

2015-07-14 Thread Douglas Chau
That fixed it! Thanks Supun. Doug > On Jul 14, 2015, at 3:08 PM, Supun Nakandala > wrote: > > Hi Doug, > > Have you removed your current pga_config.php and created new one from updated > template? > > Thanks > Supun > > On Wed, Jul 15, 2015 at

PGA compute resource page

2015-07-14 Thread Douglas Chau
Hey Supun, When the admin compute resource page loads, its supposed to load a checkbox that corresponds to the backend compute resource’s enabled/disabled status right? For some reason when the page loads, everything is default disabled. Is this something wrong on my end? The HTML code you have

airavata master

2015-07-27 Thread Douglas Chau
Hey Devs, Does anyone have any success running the airavata master + pga master branch locally? It has been almost a week now and there still seems to be issues. Initially, there were PHP controller method issues when attempting to create projects/experiments, which was recently resolved, but now

Job Submission Limit

2015-08-03 Thread Douglas Chau
Hey Devs, Just wanted to get some input on our to plan to implement the queue throttling feature. Batch Queue Throttling: - in Orchestrator, the current submit() function in GFACPassiveJobSubmitter publishes jobs to rabbitmq immediately - instead of publishing immediately we should pass the messa

Job Submission Limit

2015-08-03 Thread Douglas Chau
Hey Devs, Just wanted to get some input on our plan to implement the queue throttling feature. Batch Queue Throttling: - in Orchestrator the current submit() method in GFACPassiveJobSubmitter publishes to rabbitmq immediately - instead of publishing immediately, we should have the submit method

Re: Job Submission Limit

2015-08-03 Thread Douglas Chau
Mon, Aug 3, 2015 at 12:11 PM, K Yoshimoto wrote: > > I think you also want to put in a check for successful submission, > then take appropriate action on failed submission. It can be > difficult to keep the submission limit up-to-date. > > On Mon, Aug 03, 2015 at 11:03:46AM -0400,

Re: Job Submission Limit

2015-08-03 Thread Douglas Chau
using the community accounts through other methods as well. I think I > > > remember someone mentioning that it would be ideal to poll the > resources > > > for their limits - can anyone confirm that we can do this? > > > > > > On Mon, Aug 3, 2015 at 12:24 PM, D

python client - gw111

2015-08-06 Thread Douglas Chau
Hey Devs, I was working on a small python client to submit jobs to airavata and I believe I am having issues with passing in the correct gateway Id (i.g. making a call to getAllComputeResourceNames(1: required AuthzToken, 2: required gatewayId)) Here is a gist of my code: https://gist.github.co

Re: python client - gw111

2015-08-06 Thread Douglas Chau
ll. May be you are not reading it from config file. Try adding something > like: > > self.gatewayId = self.airavataConfig.get('GatewayProperties', 'gateway_id') > > Suresh > > On Aug 6, 2015, at 5:56 PM, Douglas Chau wrote: > > Hey Devs, > > I was wo

Re: Apache Jenkins emails

2016-10-15 Thread Douglas Chau
+1 On Oct 15, 2016 1:42 PM, "Pankaj Saha" wrote: > +1 > > On Sat, Oct 15, 2016 at 3:44 PM, Sandra Gesing > wrote: > >> +1 >> >> >> >> Sandra Gesing >> Research Assistant Professor, Depa

[jira] [Commented] (AIRAVATA-1646) [GSoC] Brainstorm Airavata Data Management Needs

2015-03-25 Thread Douglas Chau (JIRA)
[ https://issues.apache.org/jira/browse/AIRAVATA-1646?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14380754#comment-14380754 ] Douglas Chau commented on AIRAVATA-1646: In regards to this project, I w

[jira] [Commented] (AIRAVATA-1646) [GSoC] Brainstorm Airavata Data Management Needs

2015-03-29 Thread Douglas Chau (JIRA)
[ https://issues.apache.org/jira/browse/AIRAVATA-1646?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14385971#comment-14385971 ] Douglas Chau commented on AIRAVATA-1646: Thanks Suresh for answering my a

[jira] [Commented] (AIRAVATA-1646) [GSoC] Brainstorm Airavata Data Management Needs

2015-03-29 Thread Douglas Chau (JIRA)
[ https://issues.apache.org/jira/browse/AIRAVATA-1646?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14385972#comment-14385972 ] Douglas Chau commented on AIRAVATA-1646: Hey Chris, Apache OODT defini

[jira] [Comment Edited] (AIRAVATA-1646) [GSoC] Brainstorm Airavata Data Management Needs

2015-03-29 Thread Douglas Chau (JIRA)
[ https://issues.apache.org/jira/browse/AIRAVATA-1646?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14385972#comment-14385972 ] Douglas Chau edited comment on AIRAVATA-1646 at 3/29/15 9:3