Sponsored Content
The Lounge What is on Your Mind? FYI: Stack Overflow... seems there's quite a revolt of sorts going on over there and everywhere. Post 303044324 by vbe on Wednesday 19th of February 2020 09:46:09 AM
Old 02-19-2020
Wow took me some time to read all... Thanks for your contribution Neo
This User Gave Thanks to vbe For This Post:
 

8 More Discussions You Might Find Interesting

1. BSD

stack overflow in function psync_status Abort (core dumped)

I am running Open BSD 3.8 (3.5 upgrade) on a Pent Pro. 200, 64 Megs Ram, Nvedia Vanta TNT 16 Megs, Realtech 8139 Nic. When running ifconfig -a I get this error back. I've run searches on google no deal. I can get Stack overflow or psync, but not both. So I would really like to know how to fix it. ... (0 Replies)
Discussion started by: jmcpreach
0 Replies

2. HP-UX

Problem with stack overflow

Hi, I get a problem with stack overflow on HP-UX, when running a C program. Pid 28737 received a SIGSEGV for stack growth failure. Possible causes: insufficient memory or swap space, or stack size exceeded maxssiz. The possible cause i found, was that the definition of a structure had... (0 Replies)
Discussion started by: karthikb23
0 Replies

3. AIX

IBM xlf "parser stack overflow" error

Hello, Does anybody know how to increase IBM xlf parser stack to get rid of the "parser stack overflow" error? Thanks Ping (1 Reply)
Discussion started by: luop0812
1 Replies

4. Shell Programming and Scripting

Create a script which sorts a file

I have a file below which has a list of users and roles with each row having unique combination of users and roles. USER1 ROLE1 USER1 ROLE2 USER2 USER3 ROLE1 USER3 ROLE2 USER3 ROLE3 USER4 ROLE2 .... .... I am trying to create a script which sorts the above file to have all the... (2 Replies)
Discussion started by: stevefox
2 Replies

5. Ubuntu

Stack overflow i guess while insmod

I have built kernel 2.6.35 on my Ubuntu system with some specific requirement. I also built some app defined module with the same kernel. I booted up the built version and I find it did not work properly as there is some gui and other modules missing problem. But the system booted up and I did... (0 Replies)
Discussion started by: sunilsukumar4u
0 Replies

6. UNIX for Dummies Questions & Answers

perform stack overflow

Help! I have an AIX system that has a power outage. When I logged in as root and got the system up and running it all looked ok. But.....when a user tries to log in they receive the error: The perform stack has overflowed OP=2117 PC=2124 E=46 in emmcshflif icrun is finished How can I fix... (1 Reply)
Discussion started by: dlegnar
1 Replies

7. AIX

Poll of sorts - on LDAP

1) Do you use LDAP on AIX? (as a client) 2) If yes, what LDAP server technology do you use: a) IDS (or ITDS) - IBM Tivoli Directory Server b) AD c) openLDAP d) other - please list. I ask, because I am looking at openLDAP as well as IDS and am wondering if there is a clear preference I... (4 Replies)
Discussion started by: MichaelFelt
4 Replies

8. Hardware

Stack Overflow Questions Tags Users Badges Unanswered Ask Question Ask for the explanation of types

I have read a document which tells me the following 4 things are done by the RAM embedded on disk driver controller. But I don't know what's difference between buffer and cache. Thanks! RAM on disk drive controllers 1 firmware 2 speed matching buffer 3 prefetching buffer 4 cache (1 Reply)
Discussion started by: 915086731
1 Replies
DCTIMESTEP(1)						      General Commands Manual						     DCTIMESTEP(1)

NAME
dctimestep - compute annual simulation time-step via matrix multiplication SYNOPSIS
dctimestep DCspec [ skyvec ] dctimestep Vspec Tbsdf.xml Dmat.dat [ skyvec ] DESCRIPTION
Dctimestep has two invocation forms. In the first form, dctimestep is given a daylight coefficient specification and an optional sky vec- tor, which may be read from the standard input if unspecified. The daylight coefficients are multiplied against this vector and the results are written to the standard output. This may be a list of color values or a combined Radiance image, as explained below. In the second form, dctimestep takes four input files, forming a matrix expression. The first argument is the View matrix file that speci- fies how window output directions are related to some set of measured values, such as an array of illuminance points or images. This matrix is usually computed by rtcontrib(1) for a particular set of windows or skylight openings. The second argument is the window trans- mission matrix, or BSDF, given as a standard XML description. The third argument is the Daylight matrix file that defines how sky patches relate to input directions on the same opening. This is usually computed using genklemsamp(1) with rtcontrib in a separate run for each window or skylight orientation. The final input is the sky contribution vector, usually computed by genskyvec(1), which may be passed on the standard input. This data must be in ASCII format, whereas the View and Daylight matrices are more efficiently represented as binary float data if machine byte-order is not an issue. Sent to the standard output of dctimestep is either an ASCII color vector with as many RGB triplets as there are rows in the View matrix, or a combined Radiance picture. Which output is produced depends on the first argument. A regular file name will be loaded and inter- preted as a matrix to generate a color results vector. A file specification containing a '%d' format string will be interpreted as a list of Radiance component pictures, which will be summed according to the computed vector. EXAMPLES
To compute workplane illuminances at 3:30pm on Feb 10th: gensky 2 10 15:30 | genskyvec | dctimestep workplaneDC.dmx > Ill_02-10-1530.dat To compute an image at 10am on the equinox from a set of component images: gensky 3 21 10 | genskyvec | dctimestep viewc%03d.hdr > view_03-21-10.hdr To compute a set of illuminance contributions for Window 1 on the Winter solstice at 2pm: gensky 12 21 14 | genskyvec | dctimestep IllPts.vmx Blinds20.xml Window1.dmx > Ill_12-21-14.dat To compute Window2's contribution to an interior view at 12 noon on the Summer solstice: gensky 6 21 12 | genskyvec | dctimestep view%03d.hdr Blinds30.xml Window2.dmx > view_6-21-12.hdr AUTHOR
Greg Ward SEE ALSO
genklemsamp(1), genskyvec(1), mkillum(1), rtcontrib(1), rtrace(1), vwrays(1) RADIANCE
12/09/09 DCTIMESTEP(1)
All times are GMT -4. The time now is 04:29 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy