COMP/CS 705: Introduction to Parallel Computing (Spring, 2015) HOMEWORK #1: getting started POSTED: 09/06/17 DUE: 09/13/17 POINTS: 25 ======================= Problem HW1.0: Misc: * send tuckoo.sdsu.edu account info to instructor (use account from 605 class if you have one) * send gmail address to instructor for google group email list * create account on portal.xsede.org: send account name to instructor. Problem HW1.1: Using Git/Bitbucket * set up and start using an online bitbucket/GIT repository for the class - http://www.bitbucket.org. (create an account) * join comp705 team (contact instructor) * take the bitbucket tutorial: -- https://www.atlassian.com/git/tutorials/learn-git-with-bitbucket-cloud * practice using the TestRepo branch * clone hw1 directory on tuckoo.sdsu.edu - put code, results, etc. into this directory Problem HW1.2: Makefile tutorial * Follwe http://edoras.sdsu.edu/~mthomas/f17.705/topics/tools/Eijkhout2017-IntroToHPC-Tutorials.pdf * VE'15 Ch26: Managing projects with make - put code, results, etc. into your hw1 directory - see also: http://pages.tacc.utexas.edu/~eijkhout/istc/html/gnumake.html - you can use another tutorial, but make sure you can do the tasks defined in the tutorial.