search for: gridengine

Displaying 20 results from an estimated 23 matches for "gridengine".

2004 Feb 20
4
GridEngine-OpenSSH integration
Hi, GridEngine (http://gridengine.sunsource.net, aka. SGE) is an opensource batch system for clusters. They have an integration with SSH: http://gridengine.sunsource.net/project/gridengine/howto/qrsh_ssh.html The idea is that instead of using a modified rsh/rshd, they wanted to OpenSSH. However, in order to pro...
2004 Oct 12
1
Sun Gridengine and Centos
G'day. I'm having a little trouble getting Gridengine 5.3 running properly on a cluster using Centos 3.3. Everything appears okay, but my jobs hang in the queue with the gridengine complaining that node is overloaded, but there is nothing (unusual) running on the node and the load is 0. Has anyone else run into similar problems? -geoff
2005 Aug 17
4
[Bug 1070] Enchancement: Integration with GridEngine
http://bugzilla.mindrot.org/show_bug.cgi?id=1070 Summary: Enchancement: Integration with GridEngine Product: Portable OpenSSH Version: 4.1p1 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: sshd AssignedTo: bitbucket at mindrot.org ReportedBy: ron_chen_123 at yah...
2005 Aug 17
0
Feature request: Integration with GridEngine
Hi, I opened an enchancement request: http://bugzilla.mindrot.org/show_bug.cgi?id=1070 I am hoping that the patch can get into the standard OpenSSH source tree, so that users just need to download the latest version of OpenSSH tarball and build an integrated sshd themselves. Please let me know any further changes are needed. Thanks, -Ron __________________________________________________
2006 Mar 24
1
R and sun gridengine
Hi I am looking for assistance with setting up R under Sun grid engine 6 (6.0-update7). I would like to set up transparent interactive access to R using either a qlogin or qrsh solution. While it basically works using either method, I reach the same sticking point. There seems to be an issue with signalling or something, as R works ok until a non-R command is typed in - eg "blah" - at
2018 Aug 02
1
NFS/RDMA connection closed
....10.0/24(rw,no_root_squash,async) /projects 10.10.11.0/24(rw,no_root_squash,async) /projects 150.x.x.192/27(rw,no_root_squash,async) /projects 150.x.x.64/26(rw,no_root_squash,async) /tools 10.10.10.0/24(rw,no_root_squash,async) /tools 10.10.11.0/24(rw,no_root_squash,async) /usr/share/gridengine 10.10.10.10/24(rw,no_root_squash,async) /usr/share/gridengine 10.10.11.10/24(rw,no_root_squash,async) /usr/local 10.10.10.10/24(rw,no_root_squash,async) /usr/local 10.10.11.10/24(rw,no_root_squash,async) /working 10.10.10.0/24(rw,no_root_squash,async) /working 10.10.11.0/24(rw,n...
2008 Oct 08
5
ParallelR
Anyone using or has access to ParallelR? I was looking at the page and found nothing really useful! http://www.revolution-computing.com/sitegenius/topic.php?id=195 I want to see if I can run R on a cluster of workstation, and use batch systems like Grid Engine or Xgrid: http://gridengine.sunsource.net/ http://ww.apple.com/acg/xgrid/ --Chi
2007 Dec 29
2
OpenMPI not compiled with Torque support
The OpenMPI package that ships with CentOS 5.1 does not seem to be compiled with torque support. It does, however, seem to be compiled with gridengine and slurm support. Would it be possible to get this changed?
2023 Jan 30
2
Sys.getenv(): Error in substring(x, m + 1L) : invalid multibyte string at '<ff>' if an environment variable contains \xFF
...etenv(name) does this, e.g. $ BOOM=$'\xFF' LC_ALL=en_US.UTF-8 Rscript --vanilla -e "Sys.getenv('BOOM')" [1] "\xff" I'd appreciate any comments and suggestions. I'm happy to file a bug report on BugZilla, if this is a bug. Henrik [1] https://github.com/gridengine/gridengine/blob/master/source/clients/qrsh/qrsh_starter.c#L462-L466
2008 May 22
2
ssh porting
I am swetha doing final btech.i want to do project regarding ssh.I want to port this openssh open source code to vxworks-6.4.Is it possible to port it to vxworks-6.4?why becoz there is no support for ssh in vxworks-6.4.And also i got key files /etc/ssh/ in linux.how can i got such type of files in vxworks-6.4.Please give me a suggestion regardind this. Thank you swetha.
2010 Dec 06
1
R with ATLAS avoids Linux cpu affinity
Hi all, I have a problem with cpu affinity in my R-2.11.1 installation compiled against ATLAS running on a Linux (Ubuntu 10.04) cluster under GridEngine. I wish to use Grid Engine's core binding feature to bind user processes into the number of cores they request on the cluster, thus preventing badly behaved multi-threaded libraries from consuming more cores than requested. An example of this is R compiled against multithreaded ATLAS, which n...
2023 Jan 31
2
Sys.getenv(): Error in substring(x, m + 1L) : invalid multibyte string at '<ff>' if an environment variable contains \xFF
...fficulty to debug, I think the error message is clear and if packages catch and hide errors, that'd be bad design of such packages, R couldn't really do much about that. This needs to be fixed at [1]. > > Tomas > >> >> Henrik >> >> [1] https://github.com/gridengine/gridengine/blob/master/source/clients/qrsh/qrsh_starter.c#L462-L466 >> >> ______________________________________________ >> R-devel at r-project.org mailing list >> https://stat.ethz.ch/mailman/listinfo/r-devel > > ______________________________________________ >...
2010 May 21
1
Grub Error 22; no Windows
Hello, I have a GridEngine setup with 5 subnodes and two RAIDS attached. I backed up the OS drive - 120GB - to an external hard drive - 500GB - using ddrescue. The OS drive is partitioned as: sda1 has the OS and is about 7 GB sda2 has /var and is about 4 GB sda3 has swap and is about 1 GB After backing up, there were 4KB...
2010 Mar 04
4
Recover RAID
Hello Everyone, First time CentOS poster :) I have CentOS 4 installed on the head node of a Sun Gridengine cluster set up in a RAID. The head node has four hard drives, and I assume that drives 1 and 2 are in a raid and then drives 3 and 4 are in another raid. I was trying to expand the OS partition on drive 1 because it was full. I took drive 1 out, put it in my Fedora 8 box as a secondary drive, bo...
2017 May 19
2
feature request: use HOME before getpwnam() in misc.c
I'm using bash. The shell does the correct thing.? Sorry ?didn't give the use case clearly.? I'm talking about the use of tilde inside client config. ?The example was to illustrate desired behavior. Ssh itself does not eval tilde with any consideration for environment. That is the problem.? ? Original Message ? From: Gert Doering Sent: Friday, May 19, 2017 02:19 To: matthew patton
2008 Sep 11
2
Job Scheduling suggestions
At my university we have 50 computers in the lab. We would like to use a scheduler to schedule our fluid models, and I was wondering what is a good suggestion? TIA
2007 Nov 14
10
[GE users] Apple Leopard has dtrace -- anyone used the SGE probes/scripts yet?
...with Apple Leopard dtrace. Unfortunately we are stuck with the error msg below. Anyone having an idea what could be the cause? What I can rule out as cause is function inlining for the reasons explained below. Background information on SGE master monitor implementation is under http://wiki.gridengine.info/wiki/index.php/Dtrace Regards, Andreas On Wed, 14 Nov 2007, Chris Dagdigian wrote: > Hi Andreas, > > Looks like we have to appeal to others - I''m getting the same error about > sge_mirror_process_events ... > >> sh-3.2# ./monitor.sh >> dtrace: failed to...
2007 Jan 10
2
wine and build difference between R.2.4.0 and R 2.4.1 windows binaries?
Does anybody (most probably the core team) know if there is any difference in how the official 2.4.0 and 2.4.1 binaries are built? Problem is, 2.4.0 loads with the wine (I tried a few recent versions, and also used 2.3.x under wine from time to time), but 2.4.1 won't. Thanks. Hin-Tak Leung
2011 Feb 24
0
Processed: raise severity of GCC-4.5 build failures in preparation for a GCC defaults change
...tant Bug #564995 [libboost-dev] gnuradio: ftbfs with gcc-4.5 Severity set to 'important' from 'normal' > severity 564996 important Bug #564996 [gpar2] gpar2: ftbfs with gcc-4.5 Severity set to 'important' from 'normal' > severity 564997 important Bug #564997 [gridengine] gridengine: ftbfs with gcc-4.5 Severity set to 'important' from 'normal' > severity 564999 important Bug #564999 [gtkboard] gtkboard: ftbfs with gcc-4.5 Severity set to 'important' from 'normal' > severity 565000 important Bug #565000 [hubbub] hubbub: ftbfs...
2011 Feb 28
0
Processed: tag open `ftbfs-gcc-4.5' reports with `sid' and `wheezy'
...90 [fsvs] fsvs: ftbfs with gcc-4.5 Added tag(s) wheezy. > tag 564995 + sid wheezy Bug #564995 [libboost-dev] gnuradio: ftbfs with gcc-4.5 Added tag(s) wheezy. > tag 564996 + sid wheezy Bug #564996 [gpar2] gpar2: ftbfs with gcc-4.5 Added tag(s) wheezy. > tag 564997 + sid wheezy Bug #564997 [gridengine] gridengine: ftbfs with gcc-4.5 Added tag(s) wheezy. > tag 564999 + sid wheezy Bug #564999 [gtkboard] gtkboard: ftbfs with gcc-4.5 Added tag(s) wheezy. > tag 565000 + sid wheezy Bug #565000 [hubbub] hubbub: ftbfs with gcc-4.5 Added tag(s) wheezy. > tag 565002 + sid wheezy Bug #565002 [igst...