Exercise 1: Initial setup. |
This introduction has one main purposes; namely to setup the working environment for the following exercises. We expected you already have a basic user knowledge needed for the daily work in a Linux environment. The current page is therefore only indented to fine tune your working environment to be able to do the exercise in this course with as little technical problems as possible.
Contents of this Introduction, with time estimates:
Subsection |
approx time |
---|---|
Basic background questions | 10 min |
Setting up the exercise environment | 60 min |
Basic background |
[about 10 minutes] |
|
Exercise environment |
[about 60 minutes] |
|
In addition to a web browser you need the following tools on your chosen place of work:
cvs
) or as a graphical user interface (GUI) tool
(WinCVS, ...)
Follow the instructions in the Course Material pages on the web for details about how to do this. Ask the teacher or teacher assistant if in doubt.
ComputerPhysics
, which is made available and is kept
up-to-date via CVS (Concurrent Versioning System).
To create this hierarchy on your NBI login host, PC or laptop (in the
following
referred to as localhost) give the following commands in a
command window
(the colored prompt is there to remind you about where to execute this
-- details differ
from what you will see on the screen).
To avoid having to type the commands, you may want to use copy and paste from the web browser to the terminal window.
localhost> cd localhost> export CVSROOT=':pserver:bozack@comp.astro.ku.dk:/usr/local/cvs/comp-phys' (with bash shell) localhost> setenv CVSROOT ':pserver:bozack@comp.astro.ku.dk:/usr/local/cvs/comp-phys' (with tcsh shell) localhost> cvs login [ When prompted for a password, give your web exercise password ] localhost> cvs checkout ComputerPhysics
If there are problems, try again, making sure that the commands are exactly as shown. If you continue to have problems contact your exercise teacher.
|
Home Work |
[about 2 hours] |
Here are some suggestions on what to do after reading the Section 0 and 1 Lecture Notes:
See the Course Material page for more information about the books and PDF files, and about how to install software.
After this you are ready to start the first real exercise of this course. To reach it click HERE!
Have fun!