Sponsored Content
Full Discussion: Vanilla Mode Development
Top Forums Shell Programming and Scripting Vanilla Mode Development Post 42832 by google on Wednesday 5th of November 2003 05:47:07 AM
Old 11-05-2003
The title of this thread caught my eye. Still havent found a suitable answer as to what Vanilla Mode Development is. I have found that there are "Vanilla Modes" in the language GAUSS which is a matrix manipulation language (heavy math stuff). Also, there is a "Vanilla Mode" for project Condor which seems to be really cool stuff. A short description: Condor Project

Designed at UW in Madison, Condor is a software package that allows users to make use of unused computer cycles in a networked environment. It is designed with the basic premise that most computer usage is inefficient and generally wasteful.
...
So what it boils down to is that the computer is either overused or underused. Condor changes this model by requiring all jobs to go through a submission process. A centralized manager receives the requests, determines which machine would be best suited to run it, and then sends the process off to that machine.

But wait, there's more! Not only does Condor determine which machine to send jobs to, but will monitor the state of a machine and either kill the job, suspend it, or move it to another machine if certain conditions are met! Condor uses a set of very customizeable rules which determine whether or not jobs should continue if people are on console, the load average is too high, it's raining on a Tuesday, etc.
....
Vanilla mode allows Condor to suspend or kill jobs on machines that are no longer suitable for Condor, and the jobs can then be automatically restarted on other machines.
 

7 More Discussions You Might Find Interesting

1. SuSE

Convet Linux OS from text mode to graphic mode

Hi All, I used to have my suse linux(VM) server in graphic mode but not anymore since morning. I cant rolback since i loose somuch work. Any idea how to it back to normal. Thanks (6 Replies)
Discussion started by: s_linux
6 Replies

2. HP-UX

how to distinguish standard system mode or trust system mode

I think that if the directory /tcb exists, HP-UX is in trusted mode and the passwd data is somewhere in /tcb/files/auth. But that's all I remember. Also I think recent versions of HP-UX can have a /etc/shadow file. (0 Replies)
Discussion started by: Perderabo
0 Replies

3. Shell Programming and Scripting

Debug mode

When I run a lengthy script in debug mode i need to capture all the steps which are executed. e.g ksh -x script.ksh + test -f /proc/mounts + /bin/ls -l /proc/21326/exe + is=ksh + test ksh = ksh + test -s /etc/ksh.kshrc + . /etc/ksh.kshrc + trap 1 2 3 + who am i + awk {print $1} +... (2 Replies)
Discussion started by: zooby
2 Replies

4. UNIX for Advanced & Expert Users

What is the difference between single line mode and multiline mode in Regular expressions?

Hi All, Can please let me know what is the difference between the single line mode and multi line mode in regular expresions? Thanks, Chidhambaram B (3 Replies)
Discussion started by: chidhu.anu
3 Replies

5. Solaris

DNS service is in maintenance mode. How to bring it back to online mode?

:confused: when i tried to look the status of DNS-client, it is in maintenance mode..... Please tell me how to bring it back to online mode...PLEASE TELL ME STEP BY STEP.... PLEASE... :wall: (2 Replies)
Discussion started by: vamshigvk475
2 Replies

6. UNIX for Dummies Questions & Answers

What is the modern vanilla UNIX?

Before you bark "Google" or some other reference, I have tried to get my head around this for the past 8 months. I want to know, who makes a vanilla UNIX. Not a flavour of UNIX. .....vanilla, plain, boring, original current UNIX. I understand that all these different companies make... (3 Replies)
Discussion started by: danijeljames
3 Replies

7. HP-UX

From a C++ application how to find if a hpux host is in standard mode or trusted mode

is there a way for my C++ application to find out which mode the hpux OS is running in? standard mode or trusted mode. (3 Replies)
Discussion started by: einsteinBrain
3 Replies
RUP(1)							    BSD General Commands Manual 						    RUP(1)

NAME
rup -- remote status display SYNOPSIS
rup [-dshlt] [host ...] DESCRIPTION
rup displays a summary of the current system status of a particular host or all hosts on the local network. The output shows the current time of day, how long the system has been up, and the load averages. The load average numbers give the number of jobs in the run queue aver- aged over 1, 5 and 15 minutes. The following options are available: -d For each host, report what its local time is. This is useful for checking time syncronization on a network. -s Print time data in seconds (seconds of uptime or seconds since the epoch), for scripts. -h Sort the display alphabetically by host name. -l Sort the display by load average. -t Sort the display by up time. The rpc.rstatd(8) daemon must be running on the remote host for this command to work. rup uses an RPC protocol defined in /usr/include/rpcsvc/rstat.x. EXAMPLE
example% rup otherhost otherhost up 6 days, 16:45, load average: 0.20, 0.23, 0.18 example% DIAGNOSTICS
rup: RPC: Program not registered The rpc.rstatd(8) daemon has not been started on the remote host. rup: RPC: Timed out A communication error occurred. Either the network is excessively congested, or the rpc.rstatd(8) daemon has terminated on the remote host. rup: RPC: Port mapper failure - RPC: Timed out The remote host is not running the portmapper (see portmap(8) ), and cannot accomodate any RPC-based services. The host may be down. SEE ALSO
ruptime(1), portmap(8), rpc.rstatd(8) HISTORY
The rup command appeared in SunOS. Linux NetKit (0.17) August 15, 1999 Linux NetKit (0.17)
All times are GMT -4. The time now is 11:31 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy