Displaying 20 results from an estimated 1000 matches similar to: "packet retiming"
2004 May 12
4
HFSC
Hi:
I am using a machine with the 2.4.26 kernel, and trying to compare the
performance of the HTB qdisc with the HFSC one. I have the following
simple script that allows me to have a video stream on port 1234 while
it limits a ttcp UDP stream so that the video stream is unimpaired.
#!/bin/bash
tc qdisc add dev eth0 root handle 1: htb default 12
tc class add dev eth0 parent 1: classid 1:1
2009 Jan 22
0
row.names in data.frame with row.names NULL
In response to the Aug 20 posting by Vadim, I had the same issue with
all kinds of complaints about row.names when it was not given in the
read.table command; when it was set to NULL (data were actually
shifted to the wrong names). I believe the problem was no comma (or
specified delimiter) at the end of the first row with the names in
it. Don't know why, but in comparing two programs,
2003 Aug 12
4
print points from a huge matrix
Hi All,
I have a 8000*8000 matrix and I want to print out a file with the row name,
column name and the value for those point with values satisfying a condition.
I tried using a for loop, however, it took me forever to get the result. Is
there a fast way to do this? Thanks!
Bing
---------------------------------
1060 Commerce Park
Oak Ridge National Laboratory
P.O. Box 2008, MS 6480
Oak
2003 Sep 25
2
allShortestPath function in e1071 package
Hi All,
I am using the allShortestPath function based on Floyd's algorithm in e1071
package. It runs great when I have less than 5000 nodes. But when I tried to
work on more than 5000 nodes, I ran into memory problem. The problem I really
want to solve has 10000-15000 nodes.
Does anybody know how to deal with this problem? Are there any other packages
in R that can handle this problem?
2018 Jan 10
0
Release of wbstats 0.2 on CRAN
Hi all
I'm happy to announce a new version of wbstats is now available on CRAN.
wbstats is an R package for searching and downloading data from the World Bank API that includes access to all annual, monthly, and quarterly indicators
in addition to bug fixes. Version 0.2 now
* Uses version 2 of the World Bank API. This includes data that is unavailable in the previous world bank API
*
2018 Jan 10
0
Release of wbstats 0.2 on CRAN
Hi all
I'm happy to announce a new version of wbstats is now available on CRAN.
wbstats is an R package for searching and downloading data from the World Bank API that includes access to all annual, monthly, and quarterly indicators
in addition to bug fixes. Version 0.2 now
* Uses version 2 of the World Bank API. This includes data that is unavailable in the previous world bank API
*
2019 May 20
0
[centos/centos.org] branch master updated: ornl video
This is an automated email from the git hooks/post-receive script.
unknown user pushed a commit to branch master
in repository centos/centos.org.
The following commit(s) were added to refs/heads/master by this push:
new c10f929 ornl video
c10f929 is described below
commit c10f92988b176fab93f5f37f0f37f39c654c180f
Author: rbowen <rbowen at rcbowen.com>
AuthorDate: Mon May 20 09:09:43
2008 Feb 29
0
[Fwd: [ofa-general] Announcing the release of MVAPICH 1.0]
Per the announcement from the MVAPICH team, I am pleased to let you know
that the MPI-IO support for Lustre has been integrated into the new
release of MVAPICH, version 1.0.
> - Optimized and high-performance ADIO driver for Lustre
> - This MPI-IO support is a contribution from Future Technologies
> Group, Oak Ridge National Laboratory.
>
2003 Sep 17
5
using matrix data for function
Hi All,
I have a function, f(x,y)
I have a matrix of data, m, with the 1st column is x and the 2nd column is y
What's the best way to get f(x,y) for each row of the matrix?
I tried
result<-f(m[,1],m[,2]) but it doesn't work.
Thanks!
Bing
---------------------------------
1060 Commerce Park
Oak Ridge National Laboratory
P.O. Box 2008, MS 6480
Oak Ridge, TN 37831-6480
Phone:
2003 Sep 18
3
Multiple Links
Hi all
Iam planning to deploy Multiple Links
using RH 9.0/ PIII 500Mhz/512MB RAM
With all Patches related to Route and rest Mentioned in nano.txt
Iam Running BGP 4 with all the ISP, but iam not doing Load balancing the
Links
Each Link have specific application and specific users.
Eth0 is connected to Local Net
eth1- ISP1
eth2- ISP2
eth3- ISP3
Now i want to make Specific Routes
x.x.x.x
2012 Sep 07
0
Meeting notice for the OpenSFS BWG group (new dial-in number)
All,
Please make a note of the new dial-in number for the bi-weekly OpenSFS
Benchmarking Work Group meetings.
Our new dial in number is: 877-709-0823
And the new participant passcode is: 4840841
Our next meeting will be on September 14th, 2012 at 11:30 AM Eastern.
Main OpenSFS BWG goals are:
* Research primary I/O workloads in high performance parallel file systems
configurations
* Provide
2012 Sep 07
0
Meeting notice for the OpenSFS BWG group (new dial-in number)
All,
Please make a note of the new dial-in number for the bi-weekly OpenSFS
Benchmarking Work Group meetings.
Our new dial in number is: 877-709-0823
And the new participant passcode is: 4840841
Our next meeting will be on September 14th, 2012 at 11:30 AM Eastern.
Main OpenSFS BWG goals are:
* Research primary I/O workloads in high performance parallel file systems
configurations
* Provide
2016 Apr 22
0
New Package on CRAN: wbstats
Hello,
I wanted to announce the release of a new package on CRAN wbstats.
>From the description "Tools for searching and downloading data and statistics from the World Bank Data API (http://data.worldbank.org/developers/api-overview) and the World Bank Data Catalog API (http://data.worldbank.org/developers/data-catalog-api)"
Here is a (hopefully) useful vignette if you would like
2001 Mar 21
2
openSSH 2.5.2 and S/Key support
Hi,
I am trying to use/install openSSH 2.5.2p1 with S/Key support. The
recommended libraries come from the following site:
http://www.sparc.spb.su/solaris/skey/
Is that a credible source? During the compilation of skey, I notice some
reference to sendmail.
Could you please advise on this?
Also, once S/Key support is built into openSSH do I need to go an get S/Key
server and client software
1999 Oct 28
2
Creating gif files using R
Greetings,
I am a new user of R but a long time fan of S (Splus) and have
installed R version 0.65.1 on a
Windows NT machine. I would like to save plots as gif files and have
been using savePlot()
with some success. I found that savePlot would not work without
modification, namely
decrementing the device by 1 before calling the internal routine that
does the conversion. Once
that change was
CFP: IEEE/ACM Int. Symp. on Cluster, Cloud and Grid Computing (CCGrid'14) -- Chicago May 26-29, 2014
2013 Sep 18
0
CFP: IEEE/ACM Int. Symp. on Cluster, Cloud and Grid Computing (CCGrid'14) -- Chicago May 26-29, 2014
-------------------------- IEEE/ACM CCGrid 2014 --------------------------
14th IEEE/ACM International Symposium on Cluster, Cloud and Grid Computing
May 26-29, 2014
Chicago, IL, USA
http://datasys.cs.iit.edu/events/CCGrid2014/
Rapid advances in architectures, networks, and systems and middleware
technologies are leading to new concepts and platforms for computing,
ranging from Clusters and
CFP: IEEE/ACM Int. Symp. on Cluster, Cloud and Grid Computing (CCGrid'14) -- Chicago May 26-29, 2014
2013 Sep 18
0
CFP: IEEE/ACM Int. Symp. on Cluster, Cloud and Grid Computing (CCGrid'14) -- Chicago May 26-29, 2014
-------------------------- IEEE/ACM CCGrid 2014 --------------------------
14th IEEE/ACM International Symposium on Cluster, Cloud and Grid Computing
May 26-29, 2014
Chicago, IL, USA
http://datasys.cs.iit.edu/events/CCGrid2014/
Rapid advances in architectures, networks, and systems and middleware
technologies are leading to new concepts and platforms for computing,
ranging from Clusters and
2011 Oct 11
1
R CMD INSTALL configure.args and CC customization
One way to deal with this is to install R itself with mpicc. Then all
packages are installed with mpicc and get the required MPI libraries and
includes by default. I have done this with R-2.13.0 on an Opteron
cluster running CentOS-5 a while ago and so far it has worked out great.
I crosspost to r-sig-hpc and welcome others to comment if there are
potential downsides to this solution.
George
2019 May 28
2
Course Announcement
Dear everyone,
Your code is slow and you are interested in performance optimization for
scientific software? Figuring out where’s the bottlenecks guided by
performance evaluation tools.
If you are interested in porting your code to a HPC hardware platform and
architecture, than OpenACC as a user-driven directive-based
performance-portable parallel programming model might be a solution.
What are
2004 Jul 19
11
(no subject)
Hi
I want to block the IP traffic between any 2 hosts on a switched ethernet
LAN. Will setting all the possible IP addresses on a linux machine in the
LAN do the trick or there is another easier solution?
--
Anton Glinkov
network administrator
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: