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
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
> -----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
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/
>
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
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
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
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
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@...
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
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 !
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 !