TTDo you know any sites hosting a free team talk server?

2020-06-03 Thread AudioGames . net Forum — Developers room : code-master via Audiogames-reflector
TTDo you know any sites hosting a free team talk server? Hi:I have a question for you in this location. As you can see in the title, I want a server. Can you give me a place like a free hosting site? URL: https://forum.audiogames.net/post/536683/#p536683 -- Audiogames-reflector

Where can I find Bgt libraries?

2020-05-05 Thread AudioGames . net Forum — Developers room : code-master via Audiogames-reflector
Where can I find Bgt libraries? Hi:I want bgt libraries, map systems, weapon systems, tutorials to make enemies ...These will be the tags and bgt files to add to the game.I don't know if I can find it. Can you help me find this thing that I need so much? URL:

Re: Restricted/new users: introduce yourself!

2020-04-02 Thread AudioGames . net Forum — Introduce Yourself to Gain Access : code-master via Audiogames-reflector
Re: Restricted/new users: introduce yourself! I'm 18 years old, I'm dealing with codes, my favorite job is codes, and I signed up for this forum.I'm blind, please let me open a subject! URL: https://forum.audiogames.net/post/515251/#p515251 -- Audiogames-reflector mailing list

How to get search terms of google ads via google ads library python?

2019-06-03 Thread Code Master
I'd like to get search terms of google adwords report via python api library. I select report type as 'SEARCH_QUERY_PERFORMANCE_REPORT' and the field name is 'Search term'. but raised likke 'googleads.errors.AdWordsReportBadRequestError: Type: QueryError.PARSING_FAILED Trigger: None Field Path:

[dev] [yocto] scons error.. python??

2016-10-10 Thread Code Master
Hi, This error is due to PYTHONHOME variable in your host environment. Just unset PYTHONHOME variable after setting up poky build environment. $ unset PYTHONHOME Regards. On Saturday, October 8, 2016, Mats Wichmann wrote: > On 10/08/2016 09:35 AM, ??? wrote: > > Error contents is as follows.

[OMPI users] source code of MPI Othello (Draught) engines on the internet

2007-08-11 Thread Code Master
I am doing a dissertation which is due in two months time, which is about benchmarking performance of DSM vs MPI and I want to include a parallel alpha-beta pruning test case. Do you know any Othello engines written in MPI (for Network of Workstations or Grid) that I can download from the

[OMPI users] mpirun in openmpi-1.2.3-rc1 hangs at the end when nproc >=16 (was Re: mpirun in openmpi-1.2.2 fails to exit after client program finishes)

2007-06-17 Thread Code Master
and I'll try to help you out. Ralph On 6/11/07 4:02 AM, "Code Master" <cpp.codemas...@gmail.com> wrote: > Hi Ralph, > > I'm using openmpi-1.2.2 to compile and run my client app. After my > app and orted processes exit successfully in all master and slave > nodes, mpiru

Re: [OMPI users] mpirun in openmpi-1.2.2 fails to exit after client program finishes

2007-06-08 Thread Code Master
On 6/9/07, Jeff Squyres <jsquy...@cisco.com> wrote: On Jun 8, 2007, at 9:29 AM, Code Master wrote: > I compiled openmpi-1.2.2 with: > > ./configure CFLAGS=-g -pg -O3 --prefix=/home/foo/490_research/490/ > src/mpi.optimized_profiling/ \ > --enable-mpi-threads --enable-prog

[OMPI users] mpirun in openmpi-1.2.2 fails to exit after client program finishes

2007-06-08 Thread Code Master
I compiled openmpi-1.2.2 with: ./configure CFLAGS=-g -pg -O3 --prefix=/home/foo/490_research/490/src/mpi.optimized_profiling/ \ --enable-mpi-threads --enable-progress-threads --enable-static --disable-shared --without-memory-manager \ --without-libnuma --disable-mpi-f77 --disable-mpi-f90

Re: [OMPI users] making all library components static (questions about --enable-mcs-static)

2007-06-08 Thread Code Master
quy...@cisco.com> wrote: On Jun 7, 2007, at 2:07 AM, Code Master wrote: > I wish to compile openmpi-1.2.2 so that it: > - support MPI_THREAD_MULTIPLE > - enable profiling (generate gmon.out for each process after my > client app finish running) to tell apart CPU time of my client >

Re: [tcpdump-workers] elimininating dropping of packets by the kernel during packet capture

2007-06-02 Thread Code Master
works for me, I only need to capture 50Mbps. Br. On 5/26/07, Code Master [EMAIL PROTECTED] wrote: On a sniffer computer (P4 1.6GHz with 368MB ram running ubuntu without X server) which is equipped with a gigabit card and connected to the gigabit port set to mirror other ports on a cluster

Re: [OMPI users] Regarding MPI_THREAD_MULTIPLE

2007-05-26 Thread Code Master
Hi! You are already there. the fact that MPI_Thread_init only provide MPI_THREAD_SINGLE shows that MPI_THREAD_MULTIPLE is NOT enabled in the library binary that you're using. Although MPI_THREAD_MULTIPLE is implemented in the library source code, it is only lightly tested, so it is not enabled

[tcpdump-workers] elimininating dropping of packets by the kernel during packet capture

2007-05-25 Thread Code Master
On a sniffer computer (P4 1.6GHz with 368MB ram running ubuntu without X server) which is equipped with a gigabit card and connected to the gigabit port set to mirror other ports on a cluster switch (all other ports on the switch are ordinary 10/100M), I am tying to capture tcp packets: sudo

Re: [OMPI users] port(s) and protocol used by openmpi for interprocess communication

2007-05-18 Thread Code Master
fixed ports. We use whatever ports the operating system gives us. At this time there is no way to specify what ports to use. Hope this helps, Tim On Friday 18 May 2007 05:19 am, Code Master wrote: > I run my openmpi-based application in a multi-node cluster. There is also > a sniffer compute

[OMPI users] port(s) and protocol used by openmpi for interprocess communication

2007-05-18 Thread Code Master
I run my openmpi-based application in a multi-node cluster. There is also a sniffer computer (installed with wireshark) attached to a listener port on the switch to sniff any packets. However I would like to know the protocol (UDP or TCP) as well as the ports used by openmpi for interprocess

[OMPI users] profiling MPI - getting number of send and receive request made by the MPI libray

2007-05-13 Thread Code Master
How can I profile the communication of MPI library such as number of messages sent / received, UDP packet requested to receive and sent and volume of data sent?

[OMPI users] debugging my program in openmpi

2007-05-10 Thread Code Master
I am a newbie in openmpi. I have just compiled a program with -g -pg (an mpi program with a listener thread, which all MPI calls except initialization and MPI_Finalize are placed within) and I run it. However it crashes and I can't find any core dump, even I set the core dump max size to