For both examples ----------------- Copy the files cp -r ~klingshi/public/c_training $HOME/public The slides are now at $HOME/public/c_training/c-actor.pdf Make sure the environment is set up correctly: echo $TOKAMAKNAME echo $DATAVERSION should give 'test' and '4.09a'. If not, run source /afs/efda-itm.eu/project/switm/scripts/ITMv1 kepler test 4.09a > /dev/null Select the compiler: setenv OBJECTCODE linux.gnu_gw For the C example ----------------- cd $HOME/public/c_training/cexample make fc2k To check result: For the C++ example ------------------- cd $HOME/public/c_training/cppexample make