Search the web
Sign In
New User? Sign Up
code · CODE visual parallel programming system
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1 - 16 of 16   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Show Message Summaries   (Group by Topic) Sort by Date v  
#16 From: "inayatullah khan" <inayat_swatian@...>
Date: Mon Jul 21, 2003 6:59 am
Subject: Code Compilation Problem
inayat_swatian
Offline Offline
Send Email Send Email
 
I have installed tclpro
i using RedHat Linux 8
I got compilation errors when i execute the following commands
#./configure --with-itcl=/usr/local/TclPro1.4
#make all

./configure: line 16905: syntax error : unexpected end of file

#15 From: "Ch. A. Herrmann" <herrmann@...>
Date: Thu Jan 16, 2003 1:36 pm
Subject: EuroPar 2003, Topic 10 (2nd CfP)
herrmann@...
Send Email Send Email
 
Apologies if you receive multiple copies of this message.
-----------------------------------------------------------------------

          ******************************************************
          ***                                                ***
          ***            SECOND CALL FOR PAPERS              ***
          ***   Submission Deadline: February 9, 2003        ***
          ***                                                ***
          ***               EURO-PAR 2003 Topic 10           ***
          ***     Parallel Programming: Models, Methods and  ***
          ***               Programming Languages            ***
          ***                                                ***
          ***            Klagenfurt, Austria                 ***
          ***             August 26-29, 2003                 ***
          ***                                                ***
          *** http://europar-itec.uni-klu.ac.at/             ***
          ***                                                ***
          ******************************************************

Description
This topic provides a forum for the presentation of the latest research
results and practical experience in the development of parallel
programs. Advances in algorithmic and programming models, design
methods, languages, and interfaces are needed to produce correct,
portable parallel software with predictable performance on different
parallel and distributed architectures.

The topic emphasises results that improve the process of developing
high-performance programs, including high-integrity programs that are
scalable with both problem size and complexity. Of particular interest
are novel techniques by which parallel software can be assembled from
reusable parallel components without compromising efficiency. Related
to this is the need for parallel software to adapt, both to available
resources and to the problem being solved.

Where appropriate, contributions should demonstrate quantitative
performance results in support of their claims, and address
applications not adequately handled by well-established approaches.

Focus
     * Languages, libraries and interfaces for different parallel
       programming models (e.g. data-parallelism, task-parallelism,
       functional, object-oriented, logic, component-based etc.).
     * Implementation and optimisation techniques for innovative
       parallel languages and programming models (e.g. threads,
       dataflow, tiling, skeletons, declarative languages, and
       generalised data-parallel approaches, etc.).
     * Performance models and their integration into the design of
       efficient parallel algorithms and programs (e.g. BSP, LogP, CGM,
       N-half and their alternatives, cost calculi and static
       performance prediction, profile-driven approaches).
     * Parallel programming paradigms and tools, their comparison and
       integration (e.g. data-parallel vs. task-parallel, coordination
       programming, performance analysis and debugging).
     * Methodological aspects of developing, optimizing and validating
       parallel programs (formalisms, semantics, specification, design,
       transformations, verification, etc.).
     * Software engineering for parallel and distributed systems
       (design patterns, portability, robustness, standardization,
       etc.).
     * Systematic approaches and programming models to support
       effective program development in grid environments.
     * Domain-specific parallel libraries and languages (e.g. for
       simulation, irregular and unstructured meshes, computational
       geometry, etc.).

-----------------------------------------------------------------------
                              KEY DATES

           November 8, 2002          First call for papers
           February 9, 2003          Final date for submissions
           May 1, 2003               Notification of acceptance
           July 15, 2003             Early registration deadline

-----------------------------------------------------------------------
                             PC COMMITTEE

Global Chair

Prof. José  C. Cunha
New University of Lisbon, Portugal
Email: jcc@...

Vice Chairs

Dr. Marco Danelutto
University of Pisa, Italy
Email: marcod@...

Prof. Peter H. Welch
University of Kent, United Kingdom
Email: P.H.Welch@...

Local Chair

Dr. Christoph Herrmann
Universität Passau, Germany
Email: herrmann@...

-----------------------------------------------------------------------
                          SUBMISSION DETAILS

Authors are requested to submit their papers by using our submission
site http://europar-itec.uni-klu.ac.at/submission.html (please
indicate TOPIC 10). The site will open not later than at the beginning
of January 2003.
All accepted papers will be available at the conference in the
proceedings published by Springer-Verlag in the LNCS series.
-----------------------------------------------------------------------
                          MISSION STATEMENT EURO-PAR

Euro-Par is the annual series of international conferences dedicated
to the promotion and advancement of all aspects of parallel and
distributed computing. Euro-Par 2003 will represent 19 topics in the
categories of hardware, software, algorithms and applications. The
conference normally attracts more than 300 participants coming from
universities, research centres and industry.
----------------------------------------------------------------------
We are looking forward to receiving your paper submissions.

Best regards
--
  Dr. Christoph Herrmann
  Teaching and Research Assistant
  University of Passau, Germany
  http://www.fmi.uni-passau.de/~herrmann

#14 From: "Emery Berger" <emery@...>
Date: Tue Nov 26, 2002 4:40 am
Subject: RE: CODE Syntax Question
emery_berger
Offline Offline
Send Email Send Email
 
> -----Original Message-----
> From: mark_vdv [mailto:mvdv@...]
> Sent: Wednesday, October 16, 2002 5:59 AM
> To: code@yahoogroups.com
> Subject: [code] CODE Syntax Question
>
> I've manged to successfully compile CODE on a w2kpro machine using
> MSVS.NET.
>
> I'm using CODE 2.3.0 on a w2kPro machine.
>
> I've manged to get CODE to compile, and have followed the first
> tutorial, to the point when I'm ready to get CODE to compile the
> sumvector example.
>
> Essentially I would like to know if there is more up to date
> documentation for CODE the user guide that come with the distribution
> of CODE 2.3.0?

Sadly there is not.

> Basically I'm having trouble getting CODE to accept the syntax I have
> in the "Program Type definition field", following tutorial one of the
> user guide, I have entered (along with all the other info)
>
> type Vect is array of int;
>
> I get the following error msg in response in the 'CODE compiler
> messages' dialog:

The error message is unfortunately misleading. I've verified that under
Visual Studio.NET, the Tcl/Tk user interface does not work properly. In
particular, checkbuttons don't show up. These work fine under VS6.0. In
any event, you have to click on the text that says "Start Node", thus
changing the top node from yellow to green. With one minor fix in the
routing rules, CODE generates a Makefile and C source files from
sumvector.grf. I've attached the fixed file.

Please address future questions or comments about CODE to Nasim Mahmood
(nmtanim@...) and Dr. Jim Browne (browne@...), who
are currently in charge of the CODE project.

Regards,
-- Emery

>
> "*** ERROR ***
> Syntax error line 0 col 10 in Program Type Definition field"
>
> I've attached the CODE file, "sumvector.grf".
> I appreciate any light you can shed on this problem.
>
> Thanks in advance.
>
> Sincerely,
>
> Mark Van De Vyver
>
> Department of Accounting and Finance
> University of Western Australia
> Stirling Highway
> Perth    6907

--
Emery Berger
Assistant Professor
Dept. of Computer Science
University of Massachusetts, Amherst
www.cs.umass.edu/~emery

#13 From: "Emery Berger" <emery@...>
Date: Tue Nov 26, 2002 4:41 am
Subject: RE: CODE Syntax Question
emery_berger
Offline Offline
Send Email Send Email
 
Here's the attachment.

-- emery

--
Emery Berger
Assistant Professor
Dept. of Computer Science
University of Massachusetts, Amherst
www.cs.umass.edu/~emery



> -----Original Message-----
> From: mark_vdv [mailto:mvdv@...]
> Sent: Wednesday, October 16, 2002 5:59 AM
> To: code@yahoogroups.com
> Subject: [code] CODE Syntax Question
>
> I've manged to successfully compile CODE on a w2kpro machine using
> MSVS.NET.
>
> I'm using CODE 2.3.0 on a w2kPro machine.
>
> I've manged to get CODE to compile, and have followed the first
> tutorial, to the point when I'm ready to get CODE to compile the
> sumvector example.
>
> Essentially I would like to know if there is more up to date
> documentation for CODE the user guide that come with the distribution
> of CODE 2.3.0?
> Basically I'm having trouble getting CODE to accept the syntax I have
> in the "Program Type definition field", following tutorial one of the
> user guide, I have entered (along with all the other info)
>
> type Vect is array of int;
>
> I get the following error msg in response in the 'CODE compiler
> messages' dialog:
>
> "*** ERROR ***
> Syntax error line 0 col 10 in Program Type Definition field"
>
> I've attached the CODE file, "sumvector.grf".
> I appreciate any light you can shed on this problem.
>
> Thanks in advance.
>
> Sincerely,
>
> Mark Van De Vyver
>
> Department of Accounting and Finance
> University of Western Australia
> Stirling Highway
> Perth    6907
>
> Ph: +61 8 9380-2510
> Fax: +61 8 9380-1047
>
> mailto:mvdv@...
> http://www.bigfoot.com/~mvdv
>
>
>
>
>
>
> Your use of Yahoo! Groups is subject to
http://docs.yahoo.com/info/terms/
>

#12 From: "mark_vdv" <mvdv@...>
Date: Wed Oct 16, 2002 9:58 am
Subject: CODE Syntax Question
mark_vdv
Offline Offline
Send Email Send Email
 
I've manged to successfully compile CODE on a w2kpro machine using
MSVS.NET.

I'm using CODE 2.3.0 on a w2kPro machine.

I've manged to get CODE to compile, and have followed the first
tutorial, to the point when I'm ready to get CODE to compile the
sumvector example.

Essentially I would like to know if there is more up to date
documentation for CODE the user guide that come with the distribution
of CODE 2.3.0?
Basically I'm having trouble getting CODE to accept the syntax I have
in the "Program Type definition field", following tutorial one of the
user guide, I have entered (along with all the other info)

type Vect is array of int;

I get the following error msg in response in the 'CODE compiler
messages' dialog:

"*** ERROR ***
Syntax error line 0 col 10 in Program Type Definition field"

I've attached the CODE file, "sumvector.grf".
I appreciate any light you can shed on this problem.

Thanks in advance.

Sincerely,

Mark Van De Vyver

Department of Accounting and Finance
University of Western Australia
Stirling Highway
Perth    6907

Ph: +61 8 9380-2510
Fax: +61 8 9380-1047

mailto:mvdv@...
http://www.bigfoot.com/~mvdv

#11 From: "Ch. A. Herrmann" <herrmann@...>
Date: Fri Nov 15, 2002 1:37 pm
Subject: Euro-Par 2003, Topic 10 (CfP)
herrmann@...
Send Email Send Email
 
Apologies if you receive multiple copies of this message.
-----------------------------------------------------------------------

          ******************************************************
          ***                                                ***
          ***              CALL FOR PAPERS                   ***
          ***   Submission Deadline: February 9, 2003        ***
          ***                                                ***
          ***               EURO-PAR 2003 Topic 10           ***
          ***     Parallel Programming: Models, Methods and  ***
          ***               Programming Languages            ***
          ***                                                ***
          ***            Klagenfurt, Austria                 ***
          ***             August 26-29, 2003                 ***
          ***                                                ***
          *** http://europar-itec.uni-klu.ac.at/             ***
          ***                                                ***
          ******************************************************

Description
This topic provides a forum for the presentation of the latest research
results and practical experience in the development of parallel
programs. Advances in algorithmic and programming models, design
methods, languages, and interfaces are needed to produce correct,
portable parallel software with predictable performance on different
parallel and distributed architectures.

The topic emphasises results that improve the process of developing
high-performance programs, including high-integrity programs that are
scalable with both problem size and complexity. Of particular interest
are novel techniques by which parallel software can be assembled from
reusable parallel components without compromising efficiency. Related
to this is the need for parallel software to adapt, both to available
resources and to the problem being solved.

Where appropriate, contributions should demonstrate quantitative
performance results in support of their claims, and address
applications not adequately handled by well-established approaches.

Focus
     * Languages, libraries and interfaces for different parallel
       programming models (e.g. data-parallelism, task-parallelism,
       functional, object-oriented, logic, component-based etc.).
     * Implementation and optimisation techniques for innovative
       parallel languages and programming models (e.g. threads,
       dataflow, tiling, skeletons, declarative languages, and
       generalised data-parallel approaches, etc.).
     * Performance models and their integration into the design of
       efficient parallel algorithms and programs (e.g. BSP, LogP, CGM,
       N-half and their alternatives, cost calculi and static
       performance prediction, profile-driven approaches).
     * Parallel programming paradigms and tools, their comparison and
       integration (e.g. data-parallel vs. task-parallel, coordination
       programming, performance analysis and debugging).
     * Methodological aspects of developing, optimizing and validating
       parallel programs (formalisms, semantics, specification, design,
       transformations, verification, etc.).
     * Software engineering for parallel and distributed systems
       (design patterns, portability, robustness, standardization,
       etc.).
     * Systematic approaches and programming models to support
       effective program development in grid environments.
     * Domain-specific parallel libraries and languages (e.g. for
       simulation, irregular and unstructured meshes, computational
       geometry, etc.).

-----------------------------------------------------------------------
                              KEY DATES

           November 8, 2002          First call for papers
           February 9, 2003          Final date for submissions
           May 1, 2003               Notification of acceptance
           July 15, 2003             Early registration deadline

-----------------------------------------------------------------------
                             PC COMMITTEE

Global Chair

Prof. José  C. Cunha
New University of Lisbon, Portugal
Email: jcc@...

Vice Chairs

Dr. Marco Danelutto
University of Pisa, Italy
Email: marcod@...

Prof. Peter H. Welch
University of Kent, United Kingdom
Email: P.H.Welch@...

Local Chair

Dr. Christoph Herrmann
Universität Passau, Germany
Email: herrmann@...

-----------------------------------------------------------------------
                          SUBMISSION DETAILS

Authors are requested to submit their papers by using our submission
site http://europar-itec.uni-klu.ac.at/submission.html (please
indicate TOPIC 10). The site will open not later than at the beginning
of January 2003.
All accepted papers will be available at the conference in the
proceedings published by Springer-Verlag in the LNCS series.
-----------------------------------------------------------------------
                          MISSION STATEMENT EURO-PAR

Euro-Par is the annual series of international conferences dedicated
to the promotion and advancement of all aspects of parallel and
distributed computing. Euro-Par 2003 will represent 19 topics in the
categories of hardware, software, algorithms and applications. The
conference normally attracts more than 300 participants coming from
universities, research centres and industry.
----------------------------------------------------------------------
Best regards
--
  Dr. Christoph Herrmann
  Teaching and Research Assistant
  University of Passau, Germany
  http://www.fmi.uni-passau.de/~herrmann

#10 From: "Emery Berger" <emery@...>
Date: Sun Aug 4, 2002 3:20 pm
Subject: CODE version 2.3.0
emery_berger
Offline Offline
Send Email Send Email
 
CODE version 2.3.0 has been released. This version incorporates numerous
bugfixes and some enhancements, including a text-based variant of the
CODE programming language. CODE has been tested on Solaris, Linux, and
Windows.

CODE is available for download at:

          http://www.cs.utexas.edu/users/code

--
Emery Berger
Assistant Professor
Dept. of Computer Science
University of Massachusetts, Amherst
www.cs.umass.edu/~emery

#9 From: Emery Berger <emery@...>
Date: Mon Feb 21, 2000 4:50 pm
Subject: Re: Troubles with Code during instalation
emery@...
Send Email Send Email
 
Szczepan Konieczny wrote:
>
> Welcome,
>
>         I have troubles with instalation. I have Red Hat Mandrake
>         with gcc version 2.95.1 19990816 and
> 1. itcl-3.0.1-10mdk
> 2. tix-4.1.0.6-29.

CODE does not yet work with [incr Tcl] 3. I had a chance to speak with Michael
McLennan last week at the Tcl/Tk conference, and he gave me some pointers that
should help me with porting from 2.2 to 3. I'll be working on that this week.

-- Emery

--
Emery Berger                           | Parallel Programming
emery@...                    | & Multiprogramming MP Groups
<http://www.cs.utexas.edu/users/emery> | University of Texas at Austin

#8 From: Szczepan Konieczny <skoniecz@...>
Date: Wed Feb 16, 2000 9:14 am
Subject: Troubles with Code during instalation
skoniecz@...
Send Email Send Email
 
Welcome,

	 I have troubles with instalation. I have Red Hat Mandrake
	 with gcc version 2.95.1 19990816 and
1. itcl-3.0.1-10mdk
2. tix-4.1.0.6-29.

	 I'm running:
$ ./configure --with-itcl=/usr --with-Tix=/usr --prefix=/local
	 to configure and then
$ make
	 to compile.
	 I got following error messages:

In file included from code2.C:38:
/usr/include/itcl/itk.h:60: itclInt.h: No such file or directory
make[1]: *** [code2.o] Error 1
make[1]: Leaving directory `/home/skoniecz/code/code2.2b1/lib'
make: *** [lib/UI.o] Error 2

	 I can't find "itclInt.h"  anywhere  ....

	 I'm interested in using PVM in distributed computing environments.

Szczepan Konieczny

Cracow University of Technology
	 skoniecz@...
	 aslin@...

#7 From: Emery Berger <emery@...>
Date: Tue Feb 15, 2000 4:40 pm
Subject: progress report - quick note
emery@...
Send Email Send Email
 
Just wanted to let everyone know that work continues on a new version of CODE. I
hope to meet some folks at the Tcl/Tk conference this week who might be able to
assist me in porting the user interface to the latest versions of Tcl/Tk and
[incr Tcl].

-- Emery

--
Emery Berger                           | Parallel Programming
emery@...                    | & Multiprogramming MP Groups
<http://www.cs.utexas.edu/users/emery> | University of Texas at Austin

#6 From: "Emery Berger" <emery@...>
Date: Tue Jun 2, 1998 10:30 pm
Subject: Linux configuration problems
emery@...
Send Email Send Email
 
I've received a report of a problem configuring CODE for
Linux. One of the problems seems to have to do with a
different (defective?) pthread.h in Linux, but the other
is a problem with the configuration system not being smart
enough.

CODE's configuration system assumes that the name of the
GNU C++ compiler is "g++"; if it is installed as "c++",
part of the build won't go through. The workaround is to
do "setenv CXX g++" and then "make".

Please let me know if you have *any* problems building
CODE; I want to make this as painless an experience as
possible.

Thanks,

-- Emery

--
Emery Berger                           | Parallel Programming Group
emery@...                    | Dept. of Computer Sciences
<http://www.cs.utexas.edu/users/emery> | University of Texas at Austin


----
List Archive: http://www.FindMail.com/list/code/
To Subscribe: e-mail to code-subscribe@...
To Unsubscribe: e-mail to code-unsubscribe@...
--
Start Your Own Free Mailing List at http://www.MakeList.com !

#5 From: "Emery Berger" <emery@...>
Date: Mon Jun 1, 1998 7:55 pm
Subject: CODE 2.2a3, revision
emery@...
Send Email Send Email
 
I've tweaked CODE 2.2a3 to automatically handle gcc 2.8.x and
fixed a configuration problem someone had, so if you're having
problems installing it, try this version and see if it helps.
If not, please let me know -- sometimes things work great on
my machine(s) but not on other people's.

Thanks,
-- Emery

--
Emery Berger                           | Parallel Programming Group
emery@...                    | Dept. of Computer Sciences
<http://www.cs.utexas.edu/users/emery> | University of Texas at Austin


----
List Archive: http://www.FindMail.com/list/code/
To Subscribe: e-mail to code-subscribe@...
To Unsubscribe: e-mail to code-unsubscribe@...
--
Start Your Own Free Mailing List at http://www.MakeList.com !

#4 From: "Emery Berger" <emery@...>
Date: Fri May 29, 1998 10:39 pm
Subject: [ANNOUNCE] CODE 2.2a3 release (Linux support)
emery@...
Send Email Send Email
 
I'm happy to announce that I've completed a port of CODE
to Linux. It should compile "out of the box" on any Linux
system with GNU gcc 2.7.2 or higher (two lines need to be
changed to support 2.8.1).

It's at the usual place:

         <http://www.cs.utexas.edu/users/code/download/>

-- Emery

--
Emery Berger                           | Parallel Programming Group
emery@...                    | Dept. of Computer Sciences
<http://www.cs.utexas.edu/users/emery> | University of Texas at Austin


----
List Archive: http://www.FindMail.com/list/code/
To Subscribe: e-mail to code-subscribe@...
To Unsubscribe: e-mail to code-unsubscribe@...
--
Start Your Own Free Mailing List at http://www.MakeList.com !

#3 From: Emery Berger <emery@...>
Date: Fri May 15, 1998 2:00 pm
Subject: ftp problems
emery@...
Send Email Send Email
 
Some of you have reported ftp problems while trying to download the file.
It should be working now -- please try again.

Thanks,
-- Emery



----
List Archive: http://www.FindMail.com/list/code/
To Subscribe: e-mail to code-subscribe@...
To Unsubscribe: e-mail to code-unsubscribe@...
--
Start Your Own Free Mailing List at http://www.MakeList.com !

#2 From: "Emery Berger" <emery@...>
Date: Thu May 14, 1998 10:07 pm
Subject: [Announce] CODE 2.2a2 maintenance release
emery@...
Send Email Send Email
 
I've just made CODE 2.2a2 available. This is a maintenance
release that fixes some configuration bugs as well as a
problem with the SMP library.

CODE 2.2a2 is available at
         <http://www.cs.utexas.edu/users/code/download/>

-- Emery

--
Emery Berger                           | Parallel Programming Group
emery@...                    | Dept. of Computer Sciences
<http://www.cs.utexas.edu/users/emery> | University of Texas at Austin


----
List Archive: http://www.FindMail.com/list/code/
To Subscribe: e-mail to code-subscribe@...
To Unsubscribe: e-mail to code-unsubscribe@...
--
Start Your Own Free Mailing List at http://www.MakeList.com !

#1 From: "Emery Berger" <emery@...>
Date: Tue May 12, 1998 3:48 pm
Subject: Welcome to the code Mailing List
emery@...
Send Email Send Email
 
This list is for announcements regarding the CODE visual parallel programming
system. The CODE home page is at <http://www.cs.utexas.edu/users/code>.


To subscribe, send an empty message to code-subscribe@...

To unsubscribe, send a message to code-unsubscribe@...

List Owner: code-owner@...

Messages 1 - 16 of 16   Newest  |  < Newer  |  Older >  |  Oldest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help