Displaying 20 results from an estimated 39 matches for "hpcc".
Did you mean:
hpc
2008 Jan 18
3
name resolution question
Can anyone explain the following behavior to me?
[jgreen at t-rex ~]$ nslookup proteome.hpcc.triad.local
Server: 127.0.0.1
Address: 127.0.0.1#53
Name: proteome.hpcc.triad.local
Address: 10.2.149.1
[jgreen at t-rex ~]$ nslookup proteome.vlan88.hpcc.triad.local
Server: 127.0.0.1
Address: 127.0.0.1#53
Name: proteome.vlan88.hpcc.triad.local
Address: 192.168.8...
2007 Apr 25
3
URGENT: Skip installation ix86 packages from kickstart on 64bit arch?
Hi,
Has any one know how to skip ix86 packages from
installation in Centos kickstart? Most of our machines
have 64bit Intel/AMD CPUs, and it make non-sense to
still keep 32bit compatibility. Even worse of i*86
packages is, when upgrade we have to recompile both
ix86 version and x86_64 version to get an automatic
yum upgrade.
I know we could use 'exclude' option to exclude i*86
packages
2007 Apr 10
2
where is xorg-x11-libs-6.8.2-1.EL.13.37.7.i386?
...4
x86_64 updates repo. It is listed in the security announcement:
http://lists.centos.org/pipermail/centos-announce/2007-April/013658.html
I see the 4 other i386 packages there: devel, deprecated-libs,
Mesa-libGL, and Mesa-libGLU. Just the libs package is missing.
--
Garrick Staples, GNU/Linux HPCC SysAdmin
University of Southern California
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.centos.org/pipermail/centos/attachments/20070409/3456b6a3/attachment...
2007 Jun 16
2
Trying to build rpm-package
I have weird problem.
I'll try to build rpm-package from Brian Lane's Digitemp.
Everything seems to go OK, but.....
Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.50782
+ umask 022
+ cd /usr/src/redhat/BUILD
+ cd digitemp-3.5.0
+ install -d -m 755 /var/tmp/digitemp-buildroot/usr/local/bin/
+ install -s -g lock -m 2755 digitemp_DS9097U /var/tmp/digitemp-buildroot/usr/local/bin/
+ install
2007 May 09
3
Scripting question
I'm writing a script that has logging via a simple routine:
LogIt() {
Msg="$1"
echo "$THISSCRIPT: $Msg"
echo "$Msg" >>$LogFile
}
#A portion of this script sends a file via ftp:
#
ftp -vn >$tempfile <<$$EOD
:
:
$$EOD
#Then reads the temporary file to log
while read line
do
LogIt $line
Done <$tempfile
rm -f $tempfile
2008 Aug 26
1
no output when run densityplot...
...;')
bitmap(file=filename)
title <- paste('Autocorrelation Function',' for
',server,'[',status,']',sep=' ')
acf(x,lag.max=par2,main=title)
grid()
dev.off()
}
summary(x);
}
servers <-
c("komolongma.ece.uprm.edu","sakura.hpcc.jp","fsvc001.asc.hpcc.jp","rocks-52.sdsc.edu","rocks-153.sdsc.edu")
status <- c("unsubmitted","active","pending")
for (i in servers) {
for (j in status) {
totalgraphics(i,j)
}
}
[[alternative HTML version deleted]]
2016 May 23
9
CentOS 7, container question
Hi, folks,
We would like to run a container on a server, the reason being the COST
of a Sybase license (it's by core), and what we can afford is a 4-core
license. Now, the server's a nice Dell w/ 32 cores, so, ideally, what
we want to do is set up containers, then, in one container, *only* have
it see 4 cores, while the rest of the server, including (possibly)
other containers, can see
2006 Jan 25
1
EXT3: failed to claim external journal device.
...2
-----------------------------------------
mke2fs -O journal_dev /dev/mapper/home_jou_vol_grp-home_jou 400000
mke2fs -E stride=16 -O sparse_super,dir_index -j -J
device=/dev/mapper/home_jou_vol_grp-home_jou /dev/mapper/home_vol_grp-home
Any ideas?
Thanks in advance,
--
Franco Bladilo
Linux/HPCC Administrator
Research Computing Support Group
Rice University
bladilo at rice.edu
2009 Jan 13
3
problem whit Geneland
I do the these passages:
library(Geneland)
set.seed(1)
data <- simdata(nindiv=200,
coord.lim=c(0,1,0,1) ,
number.nuclei=5 ,
allele.numbers=rep(10,20),
IBD=FALSE,
npop=2,
give.tess.grid=FALSE)
geno <- data$genotypes
coord <- t(data$coord.indiv)
path.mcmc <-
2011 May 27
1
Help with Rmpi install
...ht know how to keep that Rmpi.so file around so that I could see if it is linked to a library that is missing from my LD_LIBRARY_PATH or something. How do you stop R from deleting the files that didn't load properly?
Any help would be greatly appreciated.
Regards,
-----
Brian Mendenhall
Linux/HPCC Administrator
University of Southern California
2016 May 23
0
CentOS 7, container question
I've been wracking my brain, but for the life of me can't recall the exact
program name, but back when I managed a HPCC, there was a tool that would
let you restrict a running process to X number of CPUs/Cores natively. I
keep thinking it was MPC, but nothing googles on that. Regardless, that
might be a better way of running Sybase, as a container may not be beefy
enough to handle the load Sybase is likely to gen...
2008 Feb 23
1
Aranda-Ordaz
Hi all,
Does anyone know R code or SAS code for Aranda-Ordaz link family?
thanks,
xiao yue
---------------------------------
[[alternative HTML version deleted]]
2008 Apr 19
3
init script numbers
How does chkconfig determine what number to give to a link when you turn a service on?
Thanks!
jlc
2007 Jul 01
1
installing progs from source on CentOS
I'd like to install NagiosQL on CentOS, but I don't see a yum package
for it, so I'm going to download the source code.
If I download it, where in CentOS's file system (i.e. in which
directory) is the best place to untar, compile, and run it?
(Sorry, I've been spoiled by packages!)
2007 Jul 06
3
yum groupinstall everything
I have seen people on the list say you can yum groupinstall everything yet
when I tried their method, it didn't work
Is there actually a way other than making a script with all the info in it?
- rh
2007 Jul 19
2
Compact Flash hard drives
Has anyone worked with either the Hitachi or Seagate Compact flash
drives in an IDE to CF interface and set the up with EXT3 formatted
partitions for use with LVM?
I ASSuME that LVM is not for FAT32 formatted drives.
2007 Apr 16
2
Software Updater vs. Add/Remove vs. Yum(ex)
Dear friends:
Just installed Centos 5. Very impressed but as a newbie I am a bit confused
about the the role of the Software Updater vs. Add/Remove and Yum(ex). Which
one do I use to update the installed programs, please?
Thank you.
Benjamin
--
Sher's Russian Web
http://www.websher.net
Benjamin Sher
sher07 at mindspring.com
2007 Apr 20
1
par2cmdline make errors centos 5
I am using centos 5 x86_64 and trying to install par2cmdline everything goes
fine but fails on the make, any one have any suggestions on where to start I
would appreciate, I am using a minimal install and going from there. My
goal was to install backupPc to start backing up my machines when I ran into
theis problem. Thanks in advanced.
-------------- next part --------------
An HTML attachment
2008 Feb 22
2
Find files
Hi,
I am trying to delete files that are more than 7 days old. When I
run it interactively it works, no problem, but it does not run
from a file stored in cron.daily. The rest of that daily file
runs properly. [The execute bit is on].
I don't see anything in the /var/log/messages.
---------------------------------------
#!/bin/bash
find /mnt/iog -type f -name '*.tar.gz' -mtime +7
2008 Mar 05
1
NetworkManager order
How do I control the order in the network manager?
I have read the little doc on it. And I want wireless before wired, for
example. If multiple wireless, I want to be at least asked, or to set
my priority (like I could do in wpa_supplicant.conf).