From nt_mahmood at yahoo.com Thu Jun 14 05:53:16 2012 From: nt_mahmood at yahoo.com (Mahmood Naderan) Date: Thu, 14 Jun 2012 04:53:16 -0700 (PDT) Subject: [Mauiusers] cannot locate feasible nodes Message-ID: <1339674796.63040.YahooMailNeo@web111705.mail.gq1.yahoo.com> Dear all, I faced the problem before (6 month ago), however I don't remember the solution. There are also discussions about this error however I didn't find a clear solution. Here is the problem: When I run qsub command I get this error: qsub: Job exceeds queue resource limits MSG=cannot locate feasible nodes Assumptions: 1) mahmood at srv:~$ pbsnodes -l all srv??????????????????? free ws01???????????????? free ws02???????????????? free ws03???????????????? free ws04???????????????? free ws05???????????????? free 2) mahmood at srv:~$ showq ACTIVE JOBS-------------------- JOBNAME??????????? USERNAME????? STATE? PROC?? REMAINING??????????? STARTTIME ???? 0 Active Jobs?????? 0 of? 166 Processors Active (0.00%) ???????????????????????? 0 of??? 6 Nodes Active????? (0.00%) 3) mahmood at srv:~$ cat /etc/hosts 127.0.0.1?????? localhost.localdomain localhost 192.168.1.100 hpclab.srv srv 192.168.1.1 hpclab.ws01 ws01 192.168.1.2 hpclab.ws02 ws02 192.168.1.3 hpclab.ws03 ws03 192.168.1.4 hpclab.ws04 ws04 192.168.1.5 hpclab.ws05 ws05 4) passwordless ssh works fine: mahmood at srv:~$ ssh ws01 Last login: Thu Jun 14 19:29:50 2012 from hpclab.srv mahmood at ws01:~$ 5) root at srv:~# cat /var/spool/pbs/server_priv/nodes srv np=14 ws01 np=24 ws02 np=32 ws03 np=32 ws04 np=32 ws05 np=32 6) root at srv:~# cat /var/spool/pbs/server_name hpclab.srv 7) root at srv:~# qmgr Max open servers: 4 Qmgr: print server # # Create queues and set their attributes. # # # Create and define queue srvq # create queue srvq set queue srvq queue_type = Execution set queue srvq Priority = 10 set queue srvq resources_default.nodes = 1 set queue srvq resources_default.walltime = 960:00:00 set queue srvq enabled = True set queue srvq started = True # # Create and define queue medium # create queue medium set queue medium queue_type = Execution set queue medium Priority = 80 set queue medium resources_default.nodes = 1 set queue medium resources_default.walltime = 05:00:00 set queue medium enabled = True set queue medium started = True # # Create and define queue small # create queue small set queue small queue_type = Execution set queue small Priority = 100 set queue small resources_default.nodes = 1 set queue small resources_default.walltime = 02:00:00 set queue small enabled = True set queue small started = True # # Create and define queue very_small # create queue very_small set queue very_small queue_type = Execution set queue very_small Priority = 120 set queue very_small resources_default.nodes = 1 set queue very_small resources_default.walltime = 01:00:00 set queue very_small enabled = True set queue very_small started = True # # Create and define queue big # create queue big set queue big queue_type = Execution set queue big Priority = 60 set queue big resources_default.nodes = 1 set queue big resources_default.walltime = 10:00:00 set queue big enabled = True set queue big started = True # # Set server attributes. # set server scheduling = True set server acl_hosts = hpclab.srv set server acl_hosts += srv set server default_queue = very_big set server log_events = 511 set server mail_from = adm set server resources_available.nodect = 166 set server scheduler_iteration = 600 set server node_check_rate = 150 set server tcp_timeout = 6 set server next_job_number = 59522 set server server_name = hpclab.srv I will be very thankful for any hint/help. Regards, // Naderan *Mahmood; From nt_mahmood at yahoo.com Thu Jun 14 09:18:48 2012 From: nt_mahmood at yahoo.com (Mahmood Naderan) Date: Thu, 14 Jun 2012 08:18:48 -0700 (PDT) Subject: [Mauiusers] [torqueusers] cannot locate feasible nodes In-Reply-To: References: <1339674796.63040.YahooMailNeo@web111705.mail.gq1.yahoo.com> Message-ID: <1339687128.80400.YahooMailNeo@web111702.mail.gq1.yahoo.com> Sorry, our assistant made a mistake in his qsub script. Problem was a typo error in "#PBS -l nodes=sw01" instead of "#PBS -l nodes=ws01" Thanks for your help // Naderan *Mahmood; ________________________________ From: Ken Nielson To: Mahmood Naderan ; Torque Users Mailing List Sent: Thursday, June 14, 2012 7:05 PM Subject: Re: [torqueusers] cannot locate feasible nodes On Thu, Jun 14, 2012 at 5:53 AM, Mahmood Naderan wrote: Dear all, >I faced the problem before (6 month ago), however I don't remember the solution. There are also discussions about this error however I didn't find a clear solution. Here is the problem: When I run qsub command I get this error: > >qsub: Job exceeds queue resource limits MSG=cannot locate feasible nodes > >Assumptions: >1) > >mahmood at srv:~$ pbsnodes -l all >srv??????????????????? free >ws01???????????????? free >ws02???????????????? free >ws03???????????????? free >ws04???????????????? free >ws05???????????????? free > > >2) > >mahmood at srv:~$ showq >ACTIVE JOBS-------------------- >JOBNAME??????????? USERNAME????? STATE? PROC?? REMAINING??????????? STARTTIME > >???? 0 Active Jobs?????? 0 of? 166 Processors Active (0.00%) >???????????????????????? 0 of??? 6 Nodes Active????? (0.00%) > > >3) >mahmood at srv:~$ cat /etc/hosts >127.0.0.1?????? localhost.localdomain localhost >192.168.1.100 hpclab.srv srv >192.168.1.1 hpclab.ws01 ws01 >192.168.1.2 hpclab.ws02 ws02 >192.168.1.3 hpclab.ws03 ws03 >192.168.1.4 hpclab.ws04 ws04 >192.168.1.5 hpclab.ws05 ws05 > > >4) passwordless ssh works fine: >mahmood at srv:~$ ssh ws01 >Last login: Thu Jun 14 19:29:50 2012 from hpclab.srv >mahmood at ws01:~$ > > >5) >root at srv:~# cat /var/spool/pbs/server_priv/nodes >srv np=14 >ws01 np=24 >ws02 np=32 >ws03 np=32 >ws04 np=32 >ws05 np=32 > > >6) >root at srv:~# cat /var/spool/pbs/server_name >hpclab.srv > >7) >root at srv:~# qmgr >Max open servers: 4 >Qmgr: print server ># ># Create queues and set their attributes. ># ># ># Create and define queue srvq ># >create queue srvq >set queue srvq queue_type = Execution >set queue srvq Priority = 10 >set queue srvq resources_default.nodes = 1 >set queue srvq resources_default.walltime = 960:00:00 >set queue srvq enabled = True >set queue srvq started = True ># ># Create and define queue medium ># >create queue medium >set queue medium queue_type = Execution >set queue medium Priority = 80 >set queue medium resources_default.nodes = 1 >set queue medium resources_default.walltime = 05:00:00 >set queue medium enabled = True >set queue medium started = True ># ># Create and define queue small ># >create queue small >set queue small queue_type = Execution >set queue small Priority = 100 >set queue small resources_default.nodes = 1 >set queue small resources_default.walltime = 02:00:00 >set queue small enabled = True >set queue small started = True ># ># Create and define queue very_small ># >create queue very_small >set queue very_small queue_type = Execution >set queue very_small Priority = 120 >set queue very_small resources_default.nodes = 1 >set queue very_small resources_default.walltime = 01:00:00 >set queue very_small enabled = True >set queue very_small started = True ># ># Create and define queue big ># >create queue big >set queue big queue_type = Execution >set queue big Priority = 60 >set queue big resources_default.nodes = 1 >set queue big resources_default.walltime = 10:00:00 >set queue big enabled = True >set queue big started = True ># ># Set server attributes. ># >set server scheduling = True >set server acl_hosts = hpclab.srv >set server acl_hosts += srv >set server default_queue = very_big >set server log_events = 511 >set server mail_from = adm >set server resources_available.nodect = 166 >set server scheduler_iteration = 600 >set server node_check_rate = 150 >set server tcp_timeout = 6 >set server next_job_number = 59522 >set server server_name = hpclab.srv > > > >I will be very thankful for any hint/help. >Regards, > >// Naderan *Mahmood; > What version of TORQUE and what is the entire qsub line? Ken From kunalgrao at gmail.com Fri Jun 1 14:34:52 2012 From: kunalgrao at gmail.com (Kunal Rao) Date: Fri, 01 Jun 2012 20:34:52 -0000 Subject: [Mauiusers] [torqueusers] Fwd: Multi-req job not starting In-Reply-To: References: Message-ID: Found this post online : http://www.supercluster.org/pipermail/mauiusers/2010-February/004116.html I also have JOBNODEMATCHPOLICY EXACTNODE and NODEACCESSPOLICY SINGLEJOB set in the configuration. Could this bug still be there with maui ? I tested with a smaller cluster size and let me explain the scenario again : This time I have a 6 node cluster with Torque-3.0.3 and Maui running. Additional configuration in my Maui configuration file : ---------- BACKFILLPOLICY FIRSTFIT RESERVATIONPOLICY CURRENTHIGHEST ENABLEMULTIREQJOBS TRUE JOBNODEMATCHPOLICY EXACTNODE NODEACCESSPOLICY SINGLEJOB ---------- Now I submit a job a 2 node job with following resource requirement : ---------- #PBS -l nodes=2,walltime=0:10:00 --------- This job starts on node1/0 + node2/0 Now, I submit another 4 node job with the following resource requirement : --------- #PBS -l nodes=1:ppn=2+3,walltime=0:05:00 -------- This job is also started but with following resources : *node3/0 + node3/1*+ *node4/0 + node4/1* + node5/0 I would expect this job to use the resources as follows : node3/0 + node3/1 + node4/0 + node5/0 + node6/0 But it did not use node6 at all, instead it used node3 and node4 to put 2 procs on each of them and node5 with another proc. node6 remained idle. Is this a bug or some other configuration / setting is required ? Thanks, Kunal On Fri, Jun 1, 2012 at 3:57 PM, Kunal Rao wrote: > I removed NODEALLOCATIONPOLICY and tried again, this time it started the > job but the node allocation was not as expected. > > The job needs 1 node with 2 proc and 3 nodes with 1 proc each. The > allocation was done on only 3 nodes. 2 with 2 procs and 1 with 1 proc. Not > sure if this is a bug or some conflicts in the configuration. > > My current additional configurations are : > > > BACKFILLPOLICY FIRSTFIT > RESERVATIONPOLICY CURRENTHIGHEST > > ENABLEMULTIREQJOBS TRUE > JOBNODEMATCHPOLICY EXACTNODE > NODEACCESSPOLICY SINGLEJOB > > I also tried with this, but still the same : > > > BACKFILLPOLICY FIRSTFIT > RESERVATIONPOLICY CURRENTHIGHEST > > ENABLEMULTIREQJOBS TRUE > NODEALLOCATIONPOLICY PRIORITY > NODECFG[DEFAULT] PRIORITYF='APROCS' > JOBNODEMATCHPOLICY EXACTNODE > NODEACCESSPOLICY SINGLEJOB > > Any suggestions ? > > Thanks, > Kunal > > > > On Thu, May 31, 2012 at 10:26 PM, Kunal Rao wrote: > >> I need NODEACCESSPOLICY, maybe I'll remove NODEALLOCATIONPOLICY and check >> tomorrow. >> >> Thanks, >> Kunal >> >> >> On Thu, May 31, 2012 at 10:23 PM, Ju JiaJia wrote: >> >>> Seems all be ok. I think you could try to delete the additional >>> configuration in maui.cfg. like NODEALLOCATIONPOLICY, NODEACCESSPOLICY, >>> or use default or other options. >>> >>> >>> On Fri, Jun 1, 2012 at 9:59 AM, Kunal Rao wrote: >>> >>>> Each node has 16 cores. TORQUE_HOME/sever_priv/nodes file has for each >>>> of the 10 nodes : >>>> >>>> np=16 gpus=1 >>>> >>>> Thanks, >>>> Kunal >>>> >>>> >>>> On Thu, May 31, 2012 at 9:54 PM, Ju JiaJia wrote: >>>> >>>>> How many cores on each of the 10 nodes ? I mean you are trying to >>>>> allocate 2 processors on one node. And how did you >>>>> configure TORQUE_HOME/server_priv/nodes ? >>>>> >>>>> >>>>> On Fri, Jun 1, 2012 at 8:54 AM, Kunal Rao wrote: >>>>> >>>>>> Queue / Server configuration : >>>>>> >>>>>> --------------- >>>>>> >>>>>> qmgr -c 'p s' >>>>>> # >>>>>> # Create queues and set their attributes. >>>>>> # >>>>>> # >>>>>> # Create and define queue batch >>>>>> # >>>>>> create queue batch >>>>>> set queue batch queue_type = Execution >>>>>> set queue batch resources_default.nodes = 1 >>>>>> set queue batch resources_default.walltime = 01:00:00 >>>>>> set queue batch enabled = True >>>>>> set queue batch started = True >>>>>> # >>>>>> # Set server attributes. >>>>>> # >>>>>> set server scheduling = True >>>>>> set server acl_hosts = fire16 >>>>>> set server acl_roots = root at fire16.csa.local >>>>>> set server managers = root at fire16.csa.local >>>>>> set server operators = root at fire16.csa.local >>>>>> set server default_queue = batch >>>>>> set server log_events = 511 >>>>>> set server mail_from = adm >>>>>> set server scheduler_iteration = 20 >>>>>> set server node_check_rate = 150 >>>>>> set server tcp_timeout = 6 >>>>>> set server mom_job_sync = True >>>>>> set server keep_completed = 300 >>>>>> set server allow_node_submit = True >>>>>> set server next_job_number = 6331 >>>>>> >>>>>> --------------- >>>>>> >>>>>> Job resource requirement : >>>>>> >>>>>> --------- >>>>>> >>>>>> #PBS -l nodes=1:ppn=2+3,walltime=0:05:00 >>>>>> >>>>>> --------- >>>>>> >>>>>> "pbsnodes -a" shows all the 10 nodes in "free" state. So, they are all >>>>>> accessible. >>>>>> >>>>>> Thanks, >>>>>> Kunal >>>>>> >>>>>> >>>>>> On 5/31/12, Ju JiaJia wrote: >>>>>> > Please give your queue/server configuration and your job's >>>>>> resources need, >>>>>> > cpu/memory etc. And Does all the 10 nodes accessable? You can use >>>>>> pbsnodes >>>>>> > to check this. >>>>>> > >>>>>> > On Thu, May 31, 2012 at 10:53 PM, Kunal Rao >>>>>> wrote: >>>>>> > >>>>>> >> Hello, >>>>>> >> >>>>>> >> Please see the below message. I had posted it on maui users >>>>>> mailing list, >>>>>> >> but did not get any response, so thought of posting it here on >>>>>> torque >>>>>> >> users >>>>>> >> mailing list (incase someone would know). Kindly let me know if >>>>>> you have >>>>>> >> any comments / ideas / suggestions. >>>>>> >> >>>>>> >> Thanks, >>>>>> >> Kunal >>>>>> >> >>>>>> >> ---------- Forwarded message ---------- >>>>>> >> From: Kunal Rao >>>>>> >> Date: Wed, May 23, 2012 at 2:30 PM >>>>>> >> Subject: Re: Multi-req job not starting >>>>>> >> To: mauiusers at supercluster.org >>>>>> >> >>>>>> >> >>>>>> >> There was a similar post earlier : >>>>>> >> >>>>>> http://www.clusterresources.com/pipermail/mauiusers/2009-July/003930.html >>>>>> >> >>>>>> >> But did not find any response to it. Can anyone please provide >>>>>> some ideas >>>>>> >> / suggestion on this issue. >>>>>> >> >>>>>> >> Thanks, >>>>>> >> Kunal >>>>>> >> >>>>>> >> >>>>>> >> On Wed, May 23, 2012 at 2:26 PM, Kunal Rao >>>>>> wrote: >>>>>> >> >>>>>> >>> Hello, >>>>>> >>> >>>>>> >>> I have a 10 node cluster. There are 3 jobs. 1 which needs 2 nodes >>>>>> ( with >>>>>> >>> 1 task per node ), another which needs 4 nodes (with 1 task per >>>>>> node) >>>>>> >>> and >>>>>> >>> the third one which needs 4 nodes ( with 2 task on 1 node and 1 >>>>>> task >>>>>> >>> each >>>>>> >>> on the other 3 nodes ). >>>>>> >>> >>>>>> >>> Additional configuration in maui.cfg is : >>>>>> >>> >>>>>> >>> BACKFILLPOLICY FIRSTFIT >>>>>> >>> RESERVATIONPOLICY CURRENTHIGHEST >>>>>> >>> >>>>>> >>> ENABLEMULTIREQJOBS TRUE >>>>>> >>> NODEALLOCATIONPOLICY MINRESOURCE >>>>>> >>> NODEACCESSPOLICY SINGLEJOB >>>>>> >>> JOBNODEMATCHPOLICY EXACTNODE >>>>>> >>> >>>>>> >>> I am observing that if the first 2 jobs are running, the third >>>>>> one does >>>>>> >>> not start ( even though 4 nodes are available ) until 1 of the >>>>>> jobs >>>>>> >>> complete. With checkjob -v it shows the following output >>>>>> : >>>>>> >>> >>>>>> >>> ------------------ >>>>>> >>> >>>>>> >>> checking job 5791 (RM job '5791.fire16.csa.local') >>>>>> >>> >>>>>> >>> State: Idle >>>>>> >>> Creds: user:kunal group:kunal class:batch qos:DEFAULT >>>>>> >>> WallTime: 00:00:00 of 00:04:51 >>>>>> >>> SubmitTime: Wed May 23 11:52:04 >>>>>> >>> (Time Queued Total: 00:48:52 Eligible: 00:48:52) >>>>>> >>> >>>>>> >>> StartDate: 00:00:01 Wed May 23 12:40:57 >>>>>> >>> Total Tasks: 2 >>>>>> >>> >>>>>> >>> Req[0] TaskCount: 2 Partition: ALL >>>>>> >>> Network: [NONE] Memory >= 0 Disk >= 0 Swap >= 0 >>>>>> >>> Opsys: [NONE] Arch: [NONE] Features: [NONE] >>>>>> >>> Exec: '' ExecSize: 0 ImageSize: 0 >>>>>> >>> Dedicated Resources Per Task: PROCS: 1 >>>>>> >>> NodeAccess: SINGLEJOB >>>>>> >>> TasksPerNode: 2 NodeCount: 1 >>>>>> >>> >>>>>> >>> Req[1] TaskCount: 3 Partition: ALL >>>>>> >>> Network: [NONE] Memory >= 0 Disk >= 0 Swap >= 0 >>>>>> >>> Opsys: [NONE] Arch: [NONE] Features: [NONE] >>>>>> >>> Exec: '' ExecSize: 0 ImageSize: 0 >>>>>> >>> Dedicated Resources Per Task: PROCS: 1 >>>>>> >>> NodeAccess: SINGLEJOB >>>>>> >>> NodeCount: 3 >>>>>> >>> >>>>>> >>> >>>>>> >>> IWD: [NONE] Executable: [NONE] >>>>>> >>> Bypass: 5 StartCount: 0 >>>>>> >>> PartitionMask: [ALL] >>>>>> >>> Flags: RESTARTABLE >>>>>> >>> >>>>>> >>> Reservation '5791' (00:00:01 -> 00:04:52 Duration: 00:04:51) >>>>>> >>> PE: 5.00 StartPriority: 48 >>>>>> >>> cannot select job 5791 for partition DEFAULT (startdate in >>>>>> '00:00:01') >>>>>> >>> >>>>>> >>> ------------ >>>>>> >>> >>>>>> >>> What could be the reason for not starting this job ? How do I >>>>>> resolve >>>>>> >>> this ? >>>>>> >>> >>>>>> >>> Thanks, >>>>>> >>> Kunal >>>>>> >>> >>>>>> >> >>>>>> >> >>>>>> >> >>>>>> >> _______________________________________________ >>>>>> >> torqueusers mailing list >>>>>> >> torqueusers at supercluster.org >>>>>> >> http://www.supercluster.org/mailman/listinfo/torqueusers >>>>>> >> >>>>>> >> >>>>>> > >>>>>> _______________________________________________ >>>>>> torqueusers mailing list >>>>>> torqueusers at supercluster.org >>>>>> http://www.supercluster.org/mailman/listinfo/torqueusers >>>>>> >>>>> >>>>> >>>>> _______________________________________________ >>>>> torqueusers mailing list >>>>> torqueusers at supercluster.org >>>>> http://www.supercluster.org/mailman/listinfo/torqueusers >>>>> >>>>> >>>> >>>> _______________________________________________ >>>> torqueusers mailing list >>>> torqueusers at supercluster.org >>>> http://www.supercluster.org/mailman/listinfo/torqueusers >>>> >>>> >>> >>> _______________________________________________ >>> torqueusers mailing list >>> torqueusers at supercluster.org >>> http://www.supercluster.org/mailman/listinfo/torqueusers >>> >>> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.supercluster.org/pipermail/mauiusers/attachments/20120601/3a751d45/attachment-0001.html From adaptivecomputing at bridgemailsystem.com Fri Jun 8 11:14:08 2012 From: adaptivecomputing at bridgemailsystem.com (Adaptive Computing) Date: Fri, 08 Jun 2012 17:14:08 -0000 Subject: [Mauiusers] Optimize Your HPC Environment for Big Data Message-ID: <14749609.1339175215016.JavaMail.root@mail2.bms.local> An HTML attachment was scrubbed... URL: http://www.supercluster.org/pipermail/mauiusers/attachments/20120608/d46940a7/attachment-0001.html From chris.evert at geokinetics.com Tue Jun 12 14:37:18 2012 From: chris.evert at geokinetics.com (Chris Evert) Date: Tue, 12 Jun 2012 20:37:18 -0000 Subject: [Mauiusers] qsub -l file= Message-ID: <4FD7A861.1040203@geokinetics.com> (Torque|Maui)Users, We have threaded applications, so when we submit jobs, we use qsub -l nodes=1:ppn=16 etc. But now, we want to ensure enough local disk space for processing (200G, some nodes have more space than others). When we try qsub -l nodes=1:ppn=16,file=200gb etc. maui won't schedule the job, because we have no nodes with 200gb x 16 disk space. When we try qsub -l nodes=1:ppn=16,file=12gb etc. the job is scheduled (we have nodes with >200G disk space free), but when it runs and writes a local file larger than 12gb, the job is killed for exceeding ulimit file size. How can we submit a single job that uses 16 processors and 200G of local disk space when there is 250G of local disk space available on some nodes with 16 cpus? torque 2.3.10 maui 3.3 Thanks, Chris -- Chris Evert Geokinetics, Inc. Houston, TX From adaptivecomputing at bridgemailsystem.com Wed Jun 13 07:13:16 2012 From: adaptivecomputing at bridgemailsystem.com (Adaptive Computing) Date: Wed, 13 Jun 2012 13:13:16 -0000 Subject: [Mauiusers] Optimize Your HPC Environment for Big Data Message-ID: <23024721.1339592930220.JavaMail.root@mail2.bms.local> An HTML attachment was scrubbed... URL: http://www.supercluster.org/pipermail/mauiusers/attachments/20120613/9b6c7150/attachment-0001.html From adaptivecomputing at bridgemailsystem.com Mon Jun 18 14:38:25 2012 From: adaptivecomputing at bridgemailsystem.com (Adaptive Computing) Date: Mon, 18 Jun 2012 20:38:25 -0000 Subject: [Mauiusers] New Moab HPC Suite 7.1 Message-ID: <14083912.1340051867164.JavaMail.root@mail2.bms.local> An HTML attachment was scrubbed... URL: http://www.supercluster.org/pipermail/mauiusers/attachments/20120618/d7a3933a/attachment-0001.html From adaptivecomputing at bridgemailsystem.com Mon Jun 18 16:25:42 2012 From: adaptivecomputing at bridgemailsystem.com (Adaptive Computing) Date: Mon, 18 Jun 2012 22:25:42 -0000 Subject: [Mauiusers] New Moab Cloud Suite 7.1 Message-ID: <5251058.1340058857044.JavaMail.root@mail4.bridgemailsystem.com> An HTML attachment was scrubbed... URL: http://www.supercluster.org/pipermail/mauiusers/attachments/20120618/1a75e6de/attachment-0001.html From adaptivecomputing at bridgemailsystem.com Fri Jun 22 11:26:48 2012 From: adaptivecomputing at bridgemailsystem.com (Adaptive Computing) Date: Fri, 22 Jun 2012 17:26:48 -0000 Subject: [Mauiusers] Big Data and How to Optimize your HPC Environment Message-ID: <15377485.1340385999632.JavaMail.root@mail2.bms.local> An HTML attachment was scrubbed... URL: http://www.supercluster.org/pipermail/mauiusers/attachments/20120622/ac79c5cc/attachment-0001.html