Re: [gridengine users] Cygwin?

2017-10-16 Thread William Hay
On Fri, Oct 13, 2017 at 05:02:51PM -0700, Simon Matthews wrote: > William, thanks for the assistance. I was able to get further. > > Can anyone help me with this? > > SGE_INPUT_CFLAGS="-I/usr/include/tirpc" ./aimk -only-core -no-secure That looks like the same problem at link time. Set

Re: [gridengine users] Cygwin?

2017-10-13 Thread Simon Matthews
William, thanks for the assistance. I was able to get further. Can anyone help me with this? SGE_INPUT_CFLAGS="-I/usr/include/tirpc" ./aimk -only-core -no-secure ... gcc -DSGE_ARCH_STRING=\"cygwin-x86\" -O3 -Wall -Wstrict-prototypes -DUSE_POLL -DLINUX -D_GNU_SOURCE -DGETHOSTBYNAME

Re: [gridengine users] Cygwin?

2017-10-13 Thread William Hay
On Thu, Oct 12, 2017 at 04:12:48PM -0700, System Administrator wrote: > I think it should be part of the ./configure step. If you exported it as an > env variable, then re-run the ./configure part. Or put it at the beginning > of the command, for example: > > CPPFLAGS=-I/usr/include/tirpc

Re: [gridengine users] Cygwin?

2017-10-12 Thread System Administrator
I think it should be part of the ./configure step. If you exported it as an env variable, then re-run the ./configure part. Or put it at the beginning of the command, for example: CPPFLAGS=-I/usr/include/tirpc ./configure If you've done it correctly, then when you build (i guess with

Re: [gridengine users] Cygwin?

2017-10-11 Thread Simon Matthews
Where do I set this? I tried setting it as an environment variable before running bootstrap. Simon On Oct 11, 2017 4:14 PM, "System Administrator" wrote: > Simon Matthews wrote on 10/10/2017 05:33 PM: > >> My attempts to build on Cygwin are failing: >> >> ./aimk

Re: [gridengine users] Cygwin?

2017-10-11 Thread System Administrator
Simon Matthews wrote on 10/10/2017 05:33 PM: My attempts to build on Cygwin are failing: ./aimk -no-java -no-qmon -no-jni ... ../libs/cull/pack.c:40:23: fatal error: rpc/types.h: No such file or directory #include ^ compilation terminated. make: ***

Re: [gridengine users] Cygwin?

2017-10-11 Thread Bill Bryce
It is not a SFU port. The port we did is a Native Windows port no SFU required..goes directly to Win64 API. You can run cygwin on your hosts if you wish and submit jobs to Univa Grid Engine. Regards, Bill. > On Oct 10, 2017, at 8:31 PM, Simon Matthews > wrote:

Re: [gridengine users] Cygwin?

2017-10-10 Thread Simon Matthews
My attempts to build on Cygwin are failing: ./aimk -no-java -no-qmon -no-jni ... gcc -DSGE_ARCH_STRING=\"cygwin-x86\" -O3 -Wall -Wstrict-prototypes -DUSE_POLL -DLINUX -D_GNU_SOURCE -DGETHOSTBYNAME -DGETHOSTBYADDR -DHAVE_XDR_H=1 -DTARGET_32BIT -DSGE_PQS_API -DSPOOLING_dynamic -DSECURE

Re: [gridengine users] Cygwin?

2017-10-10 Thread Simon Matthews
Bill, I am well aware of the Univa Windows port. Since we already use Cygwin, a Cygwin build of one of the Gridengine ports is most suitable for our needs. It's more useful than a SFU port (especially, given that SFU has been discontinued). Simon On Tue, Oct 10, 2017 at 2:35 PM, Bill Bryce

Re: [gridengine users] Cygwin?

2017-10-10 Thread Bill Bryce
This is why here at Univa we had to create a new port that runs execd as windows services (multiple services actually) so we could run jobs on Windows hosts. However it is Univa Grid Engine not SoGE or OGS (Disclaimer: I work for Univa) Regards, Bill. > On Oct 10, 2017, at 4:06 PM, Simon

Re: [gridengine users] Cygwin?

2017-10-10 Thread Simon Matthews
I think SFU is no longer supported by Microsoft. On Oct 10, 2017 1:20 AM, "William Hay" wrote: On Mon, Oct 09, 2017 at 07:46:05PM -0700, Simon Matthews wrote: > Is it possible to build SOGE for Cygwin? > > SOGE says it is based on OGS which claimed that it supported Cygwin. > >

Re: [gridengine users] Cygwin?

2017-10-10 Thread William Hay
On Mon, Oct 09, 2017 at 07:46:05PM -0700, Simon Matthews wrote: > Is it possible to build SOGE for Cygwin? > > SOGE says it is based on OGS which claimed that it supported Cygwin. > > I only need execd on Cygwin. Qmaster and the GUI tools need only run > under CentOS 6 and 7. > > Simon I don't

[gridengine users] Cygwin?

2017-10-09 Thread Simon Matthews
Is it possible to build SOGE for Cygwin? SOGE says it is based on OGS which claimed that it supported Cygwin. I only need execd on Cygwin. Qmaster and the GUI tools need only run under CentOS 6 and 7. Simon ___ users mailing list users@gridengine.org

Re: [gridengine users] cygwin support by scalable logic

2013-07-01 Thread Raghavendra
Hi Rayson, Can you let me know where can i find tar files for 32 bit windows? Ryagz On 06/27/2013 09:14 AM, Raghavendra wrote: On 06/26/2013 12:42 PM, Rayson Ho wrote: We still need more testing for 64-bit Windows. Currently, 32-bit works for us. Rayson On Wed, Jun 26, 2013 at 11:16

Re: [gridengine users] cygwin support by scalable logic

2013-06-30 Thread Raghavendra
Hi Heraild Small difference from earlier mail, I found that in windows we have to change permission on the port6444 folder manually. So after doing that the error message has changed from ssl certificate error (please check certificate validity) to ssl connect handshake timeout(connect

Re: [gridengine users] cygwin support by scalable logic

2013-06-29 Thread Raghavendra
Hi Herald, Still no luck. There isnt any difference in doing with source or executable way. I have gone through the inst_sge script, it trying to get QMaster and EXECD port numbers by knowing their services. Especially in settings.sh script i am just getting unset QMASTER_PORT and EXECD_PORT

Re: [gridengine users] cygwin support by scalable logic

2013-06-27 Thread Raghavendra
Hi Bill, Thanks for your effort in searching for me. Debian for interix is working, i was able to install openssh for sua. But one problem still exists. When i run qconf -sh in the sua command prompt after loading settings.sh file. I am getting the following error: error: commlib error:

Re: [gridengine users] cygwin support by scalable logic

2013-06-27 Thread William Bryce
Hi Ryagz, Did you put the libraries manually into $SGE_ROOT\lib\win32-x86? or did the installer put them there? The process of installing Grid Engine on Windows is pretty involved did you have the install guide? Regards, Bill. On Thu, Jun 27, 2013 at 7:41 PM, Raghavendra

Re: [gridengine users] cygwin support by scalable logic

2013-06-27 Thread Raghavendra
Hi Bill, Yes i am following the install guide. According to the guide i have to extract ge-8.1.4-demo-bin-win32-x86.tar.gz file in the SGE_ROOT directory. This tar file has created the required libssl files, there are two files created libssl.so and libssl.so.1.0.0. Ryagz On 06/27/2013

[gridengine users] cygwin support by scalable logic

2013-06-26 Thread Raghavendra
Hi, I found that scalable logic guys have implemented support of cygwin from the link bellow: http://blogs.scalablelogic.com/2012/06/grid-engine-cygwin-port.html But i am not able to find binaries for the above anywhere over the net. I tried contacting scalable logic guys about this, but

Re: [gridengine users] cygwin support by scalable logic

2013-06-26 Thread Bill Bryce
Hi Ryagz, I was searching around for any OpenSSH SFU implementations for SUA/SFU. I did find the following site, but they are charging $59 for a copy. It might do what you want. They have a 30 day evaluation copy as well you could try out and see if it works.

Re: [gridengine users] cygwin support by scalable logic

2013-06-26 Thread Bill Bryce
Another possible useful link RyagazDebian has an Interix port for tools that include OpenSSH. You can find it here: http://debian-interix.net/ Regards, Bill. On 2013-06-26, at 11:16 AM, Raghavendra wrote: Hi, I found that scalable logic guys have implemented support of cygwin from

Re: [gridengine users] cygwin support by scalable logic

2013-06-26 Thread Rayson Ho
We still need more testing for 64-bit Windows. Currently, 32-bit works for us. Rayson On Wed, Jun 26, 2013 at 11:16 AM, Raghavendra raghaven...@vizexperts.comwrote: Hi, I found that scalable logic guys have implemented support of cygwin from the link bellow: