KTH

2G1506: Programming with Processes
(Programmering med processer)
2003/2004 (period 1)

IT University in Kista

Programming Environments. Platforms. Related Links

Index

Programming Environments

In order to perform a programming project and tasks of HW sets, you need the following software: Additional software includes IDE (Integrated Development Environments) for Java or C/C++ such as

Platforms

We expect that most of students will be developing and runing applications on their laptops (if any) and/or desctop PCs and/or workstations available in computer classes at KTH Campus. Contact course stuff if you do not have an access to any computer facilities to work on course assingments.

Working on Workstations at KTH

Working on workstations (directly or via ktelnet) at KTH, you may reach and use software installed under Solaris in the AFS domain of the IMIT department (/afs/it.kth.se/) under the PPS course home directory (PPSHOME) which can be reached through AFS. Use the module command to get the right paths and settings for the course. Put the following lines in your init file (.tcshrc for example) or execute the commands in your shell environment:
module use -append /afs/it.kth.se/misc/courses/gru/2G1915.pps/modules
module add pps
This adds proper environments for Java SDK (v 1.4.*), gcc, pthread, MPICH (version 1.2.*) and the Elevators: paths to binaries, man pages, classes and the elevator.jar.

MPICH at NADA

There are several versions of MPICH installed in the AFS domain of the NADA department. For example, to set MPICH environment (version 1.2), use the following module command:
module add workshop/latest  mpich/1.2
See also  "Developing a MPI Application on Workstations at KTH"


Last updated: September 9, 2002
pps-adm@it.kth.se