Is it possible to combine MPI (as backend) and GTK (as frontend)


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Is it possible to combine MPI (as backend) and GTK (as frontend)
# 1  
Old 06-10-2007
Is it possible to combine MPI (as backend) and GTK (as frontend)

Hello All,



i wonder if it make sense to attemp to use GTK to create a GUI as frontend handling data input and result display, and to use MPI to implement data process in the backend.



I would be very grateful if you can provide an example code.





Thanks,
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Ubuntu

Software to work and convert to pdf with good frontend

Hello, I use pdftk for join pdf and split pages and more option! But this is through terminal! I need the software with frontend and, especially, with option on button right mouse hover icon document whit option "convert direct to pdf". This software, or frontend exist? Thanks (0 Replies)
Discussion started by: enodev
0 Replies

2. UNIX for Dummies Questions & Answers

How to write a new Gdb backend?

Hi Everyone, I am new to Unix-like system and for GDB. I want to write a new GDB backend which will be possible either by GDB Generic or by GDB server or both. So does anyone has idea which one is preferable and from where and how should I start to write ? I sucessefully build gdb-7.5.50-1 in... (1 Reply)
Discussion started by: Heeka
1 Replies

3. UNIX for Advanced & Expert Users

High available frontend to WebApps behind a firewall

Hello, my question is about proposed implementation of high available and secure FrontEnd to WebApps behind a firewall. The components of the network and their relationships are as follows: 2 WebApps servers behind a firewall (BackEnd), denoted by GUI1 and GUI2, running Web Applications ... (0 Replies)
Discussion started by: MaciejS
0 Replies

4. UNIX and Linux Applications

phonon-backend-gstreamer vs phonon-backend-vlc vs phonon-backend-xine

phonon-backend-gstreamer vs phonon-backend-vlc vs phonon-backend-xine What are the advantages and disadvantages of phonon-backend-gstreamer, phonon-backend-vlc, and phonon-backend-xine. I was reading this and got curious. ... (1 Reply)
Discussion started by: cokedude
1 Replies

5. Programming

gdb/mi, frontend, windows

Hi, I am doing frontend for gdb. Got such things in place: - gdb from mingw package - windows OS - sample aplication to be debugged - my application (frontend) I can open sample application under gdb and debug it. What I want is to connect somehow from my application to gdb and debug... (0 Replies)
Discussion started by: Chrisdot
0 Replies

6. Shell Programming and Scripting

Help with Informatica Backend Shell Script

Request Any one of your to provide me a script which does the following in a single unix script. Basically Users will load data in SHARED LINK everyday, should write a UNIX SCRIPT which will ........ 1) Unix script should Open the LINK (FTP) 2) Each DIRECTORY in the link contains many... (0 Replies)
Discussion started by: informaticalabs
0 Replies

7. Programming

cdrecord frontend for dvd burning

I came across a small script called pyBurn (attached) which is a frontend for cdrecord. But it only burns cd's and doesn't even recognize my dvd-burner. I'm still learning python (very early stages) so I can't do much with it... is it possible to make it burn dvd's too? (I'm running Ubuntu Gutsy... (0 Replies)
Discussion started by: el mariachi
0 Replies

8. Shell Programming and Scripting

Kill a backend process

Hello, I am trying to kill a backend process i know i can type a simple command kill -9 pid and my process will be killed. But the task is that there are two commands in the script which run the backend process and when that script is runned then we cannot find the PID of the two commands ... (13 Replies)
Discussion started by: er_aparna
13 Replies

9. UNIX for Dummies Questions & Answers

best frontend for iptables?

Hi, I'm dealing with iptables on Linux, and even if I personally like text configuration, I believe in the case of a firewall would be nice to have a graphical tool. I've cheked several frontends like Vuurmuur and UIF, but I wanted to know your opinion on the subject. Thanks.. (3 Replies)
Discussion started by: piltrafa
3 Replies
Login or Register to Ask a Question
FRONTEND-SPEC(7)														  FRONTEND-SPEC(7)

NAME
frontend-spec - interface between jw and its frontends DESCRIPTION
jw(1) calls frontends like frontends/docbook to get the informations specific to a given input format. The frontend knows which information to return from the first command line parameter. It gets all necessary data via environment variables ready to use. This document describes that command line parameter and those environment variables. The frontend should return 0 if there weren't any problem, and return a positive value otherwise. VARIABLES
$1 The command line parameter, specifying which information to return. It can take the following values: centralized-catalog The frontend must return the DTD-specific centralized catalog name. Centralized catalogs normally reside in /etc/sgml and provide the location of all the catalog files useful for handling this input type (the catalog for the DTD, the catalog for the stylesheets, the catalog for the entities, style-sheet The frontend must return the filename of the style sheet to be used for this document type and with the chosen backend. SGML_CATALOGS_DIR The directory where the centralized catalogs reside. It is normally /etc/sgml. (This variable is valid only while determining the centralized catalog to use.) SGML_BASE_DIR The base directory of the SGML system. It is normally /usr/share/sgml. (This variable is valid only while determining the style sheet to use.) SGML_FILE The name of the file to convert. (This variable is valid only while determining the centralized catalog to use.) SGML_TYPE The type of the backend to use, whether it produces output files to be displayed online or to be printed out. It can take the value html or print. (This variable is valid only while determining the style sheet to use). SGML_STYLESHEETS The desired custom stylesheet type, either none or default. If none, the frontend must return the file name of the style sheet pro- vided by the system beneath the docbook-utils. If default, the frontend must return the custom stylesheet provided by the docbook- utils. (This variable is valid only while determining the style sheet to use). SGML_XML The metalanguage of the file to convert, either sgml or xml. (This variable is valid only while determining the centralized catalog to use). FILES
SEE ALSO
backend-spec(7) AUTHORS
Jochem Huhmann <joh@revier.com> 11 February 2004 FRONTEND-SPEC(7)