Power & Cooling - Harness energy like a resource


 
Thread Tools Search this Thread
Operating Systems HP-UX HP Server News and Podcasts RSS Power & Cooling - Harness energy like a resource
# 1  
Old 09-09-2008
Power & Cooling - Harness energy like a resource

Power and cooling are tough problems. Learn how Thermal Logic turns high-density into a power and cooling, "energy-thrifty" advantage to save customers watts every second.

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Help Required with Automation Harness

Hi All I have to be careful how I word this as the last time I mentioned it everyone assumed I am a recruiter and I got some flack for it. So let me start by assuring you that I am not one, and this is not a commercial post in any way. I'm posting this to see if I can interest anyone in... (2 Replies)
Discussion started by: steadyonabix
2 Replies

2. AIX

Power HA 6.1 Bring Resource group online issue

Hi all, I have the following in hacmp.out for bringing Resource group online. Volume groups themselves are Enhanced-Capable and on each node I can varyon and mount filesystems. +main1_rg_01:cl_activate_vgs STATUS=0 +main1_rg_01:cl_activate_vgs typeset -li STATUS +main1_rg_01:cl_activate_vgs... (2 Replies)
Discussion started by: OdilPVC
2 Replies

3. AIX

POWER HA 5.5 & Service IP / disk heart beat

Hello, I have a quick question regarding POWER HA ( HACMP ) 5.5 ; I have four ethernet adapters en0 en1 en2 en3 en0 is configured as BOOT_IP with IP address all other ethernet adapters are empty en1 / en2 / en3 so when I configure the service IP and start HACMP , the service IP... (2 Replies)
Discussion started by: filosophizer
2 Replies
Login or Register to Ask a Question
eneconv(1)					 GROMACS suite, VERSION 4.5.4-dev-20110404-bc5695c					eneconv(1)

NAME
eneconv - converts energy files VERSION 4.5.4-dev-20110404-bc5695c SYNOPSIS
eneconv -f ener.edr -o fixed.edr -[no]h -[no]version -nice int -b real -e real -dt real -offset real -[no]settime -[no]sort -[no]rmdh -scalefac real -[no]error DESCRIPTION
With multiple files specified for the -f option: Concatenates several energy files in sorted order. In the case of double time frames, the one in the later file is used. By specifying -settime you will be asked for the start time of each file. The input files are taken from the command line, such that the command eneconv -f *.edr -o fixed.edr should do the trick. With one file specified for -f: Reads one energy file and writes another, applying the -dt, -offset, -t0 and -settime options and converting to a different format if necessary (indicated by file extentions). -settime is applied first, then -dt/ -offset followed by -b and -e to select which frames to write. FILES
-f ener.edr Input, Mult. Energy file -o fixed.edr Output Energy file OTHER OPTIONS
-[no]hno Print help info and quit -[no]versionno Print version info and quit -nice int 19 Set the nicelevel -b real -1 First time to use -e real -1 Last time to use -dt real 0 Only write out frame when t MOD dt = offset -offset real 0 Time offset for -dt option -[no]settimeno Change starting time interactively -[no]sortyes Sort energy files (not frames) -[no]rmdhno Remove free energy block data -scalefac real 1 Multiply energy component by this factor -[no]erroryes Stop on errors in the file KNOWN PROBLEMS
- When combining trajectories the sigma and E2 (necessary for statistics) are not updated correctly. Only the actual energy is correct. One thus has to compute statistics in another way. SEE ALSO
gromacs(7) More information about GROMACS is available at <http://www.gromacs.org/>. Mon 4 Apr 2011 eneconv(1)