Software :: Installation Of Sun Grid Engine?

Dec 17, 2010

i am trying to install sun grid engine on Linux.And i googled a lot but unable to understand from where i should start.

View 7 Replies


ADVERTISEMENT

General :: Install Grid Engine On VMWare Installation?

Mar 11, 2010

I've looked through the forums and found that installing openmotif may fix my problem. I tried it but to no avail. Here is my challenge, I'm trying to install Grid Engine on my VMWare fedora installation. I get this dependency error:

Quote:
rpm -i sun-sge-bin-linux24-x64-6.2-5.x86_64.rpm
error: Failed dependencies:
libXm.so.3()(64bit) is needed by sun-sge-bin-linux24-x64-6.2-5.x86_64
libXp.so.6()(64bit) is needed by sun-sge-bin-linux24-x64-6.2-5.x86_64
sun-sge-common = 6.2 is needed by sun-sge-bin-linux24-x64-6.2-5.x86_64

I installed the latest version of openmotif and when I do a search for the two files, there is no libxm.so.3 but libxp.so.6 is there. When I try to install the rpm again I still get the exact same error.

View 5 Replies View Related

Programming :: Get Job Submitted Through Sun Grid Engine?

Sep 14, 2010

I am a newb on linux and I really need some help on how to get my job submitted through sun grid engine. This is the script I need to submit

#!/bin/sh -f
FILE=$1
LGFL=`echo $FILE | sed 's/.$//' | sed 's/.$//'`
echo "Running -> " $FILE
echo "Octave Output -> " $LGFL".log"
nohup /home/guol2/octave-3.2.4/run-octave -q < $FILE >& $LGFL".log" &
echo "Command Started"

It basically stats Octave and run a file I typed after. So if I need to submit it through sun grid engine how would I type it in command line or how should I do it in the sun grid engine control panel. I tried qsub -o <my path> -e <my path> run_octave Myfile.m (Myfile.m is the file I need to run)

View 6 Replies View Related

Software :: Installing Sun Grid Engine - Set Your Environment Variable

Aug 20, 2010

I am trying to install sun grid engine. Doing my ME in madurai, Thiagarajar engineering college. While loading files on workstation, it shows set ur environment variable. But I set that variable as sge-root, also checked it with echo command.

View 3 Replies View Related

General :: Sun Grid Engine - Reserve Multiple Cpus On Hosts

Mar 14, 2011

I am somewhat familiar with SGE (Sun Grid Engine, now Oracle Grid Engine) commands but am having a problem when running parallel jobs.

Present Machine configuration:
machine I - 12 cpus
machine II - 12 cpus
machine III - 12 cpus
.... so on ...
One_machine - 16 cpus

(I have all machine of 12 cpus and 1 machine having 16 cpus)

I want to schedule jobs on these machine such that if I ask for 12 cpus - my jobs should execute on any of the machines which has all 12 free cpus (eg machine I or machine II) in this case.

Eg. suppose I ask for 24 cpus

Option I : 12@machine1 12@machine2 ----- I need this

Options II : 10@machin1 10@machine2 4@machine3 ---- I don't need such a distribution

Hence, Option I is ideal here. Also, when running 12 jobs on machine1 (say) - even if all 12 cpus are not being used at some instance of time, none of the 12 cpus should be freed.
In short, until my run finishes, all blocked cpus should remain blocked.

If you may understand, the purpose here is to run some performance tests.

I'm using 'qrsh' to launch jobs.

View 1 Replies View Related

Ubuntu Installation :: Tesserect OCR Engine?

Mar 31, 2010

how to install Tesserect engine on Ubantu?

View 1 Replies View Related

Ubuntu Installation :: Asus EPU-Six Engine Substitute - How To Slow Down Cpu

Feb 8, 2010

Does anyone know any software or tricks how slow down cpu. The aplet on top panel whose control cpu freq allow set only 2Ghz. On windows to EPU-Six i can for example set 1,8Ghz and automaticly vcore drop to 0,967V. On ubuntu the lower value is 2Ghz and 1,1V. I have Asus P5Q PRO on P45 chipset and Core 2 Duo E8400 on Ubuntu 9.10

View 7 Replies View Related

Debian Installation :: Intel Management Engine Interface Error

Feb 29, 2016

I've installed Debian twice on my new system and always have mei_me errors and the system doesn't boot. The errors are:

mei_me: HBM haven't started
mei_me: link layer initialization failed
mei_me: init hw failure
mei_me: initialization failed

While it would suggest some sort of hardware problem, this system is working fine with Ubuntu 14.04 & 16.04.

View 1 Replies View Related

Ubuntu Installation :: Porting A Game Engine From Visual Studio To GCC?

Sep 29, 2010

I am a software developer, presently porting a game engine from Visual Studio to GCC. I'm working on LTS 10.04. The project uses C++ lambdas, and I really would like to keep it this way. Therefore, I need GCC >= 4.5 to compile it.

I wouldn't like to reinstall entire OS, or to have to manually update this single program every time. Is there an option to update it from 10.10 repositories, pointing out, that I need only this package (and it's dependencies)? Or is there any PPA that does the trick for me?

Generally, the entire packaging system of Ubuntu rocks, as long as I can find up-to-date PPAs of all packages I need to have in recent versions (like mono).

View 3 Replies View Related

Ubuntu Installation :: Pinot Personal Search Engine Is Not Supported In Maverick?

Nov 1, 2010

has anyone tried to install Pinot the personal search engine in Maverick? I found the package it depending require package libtextcat0 and libtextcat-data, but once selected, many components of openoffice will be removed.Is this correct behaviour? Or Pinot is not longer supported by Ubuntu

View 1 Replies View Related

Fedora :: GIMP - How To Print The Grid On An Image?

Jan 12, 2010

How can I print an image from GIMP and have the grid that Gimp generates print-out on the image?

View 4 Replies View Related

Ubuntu :: Grid Function Missing From New Compiz?

May 3, 2010

i recently upgraded to lucid, but now i can't find the grid plugin within compiz in the advanced settings. did it disappear or did i forget where it was?

View 6 Replies View Related

Ubuntu :: How To Install Grid ( Ccsm Plugin )?

Jun 5, 2010

Just bought a new computer and installed Lucid 64 bit. On my old PC, I had Lucid 32 bit. There I installed Grid using the instructions on this page: [URL]... But now, on the new computer, i cannot do it. I get the error:

Code:
rumtscho@bradbury:~/tmp/grid$ git-checkout 1281082ba678033e515a19419ca8ffe8641d744b.git-checkout: command not found. I did install everything mentioned in the instruction, including git-core. The git-clone row worked without errors. So why cannot I finish the installation?

I don't care if I get Grid from the git repository or from some other source (I don't understand why it is missing from ccsm in the first place, it got installed automatically under 9.10),

View 2 Replies View Related

Ubuntu :: Can't Seem To Find The Grid Plugin For Compiz?

Oct 15, 2010

I just installed 10.10 this morning. No major complaints at this point, but I can't seem to find the Grid plugin for Compiz. Is it missing in 10.10? If not what do I need to do to activate it.

View 4 Replies View Related

Ubuntu :: Window Grid Snap Isn't Working In 11.04?

Jun 26, 2011

I've read and seen cases were Ubuntu 11.04 users can snap their windows to the left or right by default (such that said window fills half the screen). I, however, cannot do this. Is there something I need to enable.

View 4 Replies View Related

Software :: Convert Video Over A Network / Grid?

Jun 29, 2010

I'm looking for a linux application to convert video over a network/grid of computers. I currently have 4 new desktops that are just sitting around, all with the latest build of mint linux installed. My network consists of a 10/100/1000 switch, all desktops have matching NIC's. The videos i have are rather large in size and i would like to be able to have a "server" that will send out bits of the video, with a job to each desktop and have it converted and recompiled back to the server, and if it could convert these videos to a dvd that would be great. the videos i have now range from 8GB-11GB a piece, 33 videos all together, and it would take a single desktop ages to do anything with it. (also this is a nerdy way to do it )

I've done grid computing like this with Vegas Studio and After Effects on Windows but me and M$FT dont get along anymore .

View 2 Replies View Related

Ubuntu Installation :: Julius 3.5.2 Or Julius Is A Large Vocabulary Continuous Speech Recognition (LVCSR) Engine?

Jul 20, 2010

how we can install julius 3.5.2 under ubuntu or julius is a large vocabulary continuous speech recognition (LVCSR) engine

View 2 Replies View Related

Ubuntu :: Vote For A Proper Icon Grid On The Desktop?

Nov 13, 2010

vote as this is really annoying and for many releases it didn't get fixed.[URL]...

View 3 Replies View Related

CentOS 5 :: MRG Realtime, Messaging And Grid Packages From CERN

Apr 15, 2010

I have been using parts of the MRG (kernel-rt, qpid[dc]) package for some time; thanks to Johnny Hughes (hughesjr) for providing the initial binaries. Recently, I discovered that CERN builds MRG for their ScientificLinux distribution, which is a derivative of CentOS.

You can view the package list from their repoview or browse all the packages they support here. I have found these packages to be compatible w/ CentOS. Perhaps something can be done to leverage this work to make MRG available as part of CentOS?It's straight forward to setup a .repo file to pull MRG directly via yum, including updates.

View 3 Replies View Related

Fedora :: Show Better Grid Colors Yellow White Brown?

Jul 9, 2011

Are there stylesheet differnces in fedora/mac/linux. For example in Mac or Windows my website which contains a grid [URL]... shows better grid colors yellow white brown etc. In Linux/Fedora it's pure white which kinda looks ugly. Is fedora missing something?

View 7 Replies View Related

Ubuntu :: Make Desktop Icons Snap In Grid Like In Windows?

Feb 1, 2011

I can't seem to find a way to do that.

View 9 Replies View Related

Ubuntu :: OpenOffice Writer: Dragging On Ruler Items Not Snapping To A Grid

Feb 4, 2010

In OpenOffice Writer, dragging on a Ruler item does not snap to a grid.E.g. I want to drag the "Indentation handle" by 1.00cm exactly. But it does not snap to a grid. So when I drag it, I got maybe 1.03cm or 0.98cm.How do I set it so the Ruler conform to a coarse grid of say 0.5cm? Then, I am assured when dragging, it will only land on 0.5cm, 1.0cm, 1.5cm, and so on. And it would not be land on 0.79cm, 1.07cm, 1.43cm, etc.

View 5 Replies View Related

OpenSUSE :: Switch From Ubuntu To SUSE 11.4 And Installing Boinc For World Community Grid

Jun 24, 2011

I am trying to switch from Ubuntu to SUSE 11.4 but installing Boinc for World Community Grid

View 6 Replies View Related

Ubuntu :: Align Desktop Icons To Grid / Move Close , Maximize And Minimize Buttons To Left Side Of Window?

Apr 30, 2011

1) How do I align my desktop icons to a grid?
2) Is it possible to move the close, maximize, and minimize buttons to the left side of the window? I prefer that to the since I'm used to GNOME Unity.

View 1 Replies View Related

Fedora :: Install Murrine Engine On 11?

Aug 13, 2009

Im trying to install Murrine engine on fedora 11, but it looks like the version that is on the repositories is too old Now, im trying to install the svn, but when i type the following command

Code:

./autogen.sh --prefix=/usr --enable-animation

i get the following:

Code:

You should update your `aclocal.m4' by running aclocal.
aclocal:configure.ac:14: warning: macro `AM_DISABLE_STATIC' not found in library
aclocal:configure.ac:16: warning: macro `AM_PROG_LIBTOOL' not found in library

[code]....

View 2 Replies View Related

OpenSUSE :: Conky With Cairo Engine

Mar 2, 2011

im having problems running this conky script, i've done what the author said which is copy the files to the home directory, now when i run the files i get the error below, i have checked to see if i have the cairo engine installed and it's installed fine, i am not sure where the problem stands.

[Code]....

View 5 Replies View Related

Ubuntu :: Any Way To Get Text To Speech Engine

Aug 10, 2010

Is there any way to get a text to speech engine on ubuntu like microsoft mike and mary? I tried espeak and gespeaker, but their selection of voices weren't too good.

View 2 Replies View Related

Ubuntu :: Antivirus Engine Is Not Up To Date

Oct 31, 2010

The ClamTK menu says all is fine except the Antivirus engine is not up to date. I am unable to find an update for it.

View 1 Replies View Related

Ubuntu :: How To Install Murrine Engine 0.98

Nov 16, 2010

I've seen a number of instructions online that say to add either the elementary art ppa or the murrine daily ppa to get the 0.98 murrine engine installed. I did that but it only installs 0.91. I checked synaptic to see if I can force the version to install, but still, no dice. 0.91 is the highest version I can seem to install.

I also tried compiling from source, which appeared to run w/o any issues, but I must be missing something because it appears to not have any affect.

View 4 Replies View Related

Ubuntu :: How To Install Gtk-xfce-engine

Dec 26, 2010

I had an interest in installing this theme [URL]but it requres gtk-xfc-engine. I found the compressed package but I'm not sure how to install it?

View 9 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved