Java程序辅导

C C++ Java Python Processing编程在线培训 程序编写 软件开发 视频讲解

客服在线QQ:2653320439 微信:ittutor Email:itutor@qq.com
wx: cjtutor
QQ: 2653320439
Four	Stages	
SVN	Setup	
	
Verifying	environment	configura7on	
	
Implemen7ng	a	basic	parallel	program	
	
Tes7ng	autograder	submissions	
1	
SVN	Setup	
Use	SVN	to	distribute	and	submit	lab	work.	
2	
h9ps://svn.rice.edu/r/comp322/turnin/S16/	
Laptop	
Verifying	environment	configura7on	
HJlib	is	a	parallel	programming	library	for	Java	8+.	
	
Today,	we	get	your	first	HJlib	program	building	on	your	laptop.	
	
Learn	about	three	library	APIs:	launchHabaneroApp,	async,	finish	
	
Fix	checkstyle	errors	in	the	Lab	1	Maven	project.	
	
Fix	compilaBon	errors	in	the	Lab	1	Maven	project.	
3	
Implemen7ng	a	basic	parallel	program	
SequenBal	vector	sum	example	is	provided.	
	
You	will	extend	it	to	run	in	parallel	using	finish	and	async,	and	
measure	the	performance	improvement	on	your	laptop.	
	
4	
+	+	 +	 +	 +	
=	=	=	=	=	
Tes7ng	autograder	submissions	
You	should	have	received	an	e-mail	with	account	informaBon	on	
the	Habanero	AutoGrader.	
	
	
h@p://ananke.cs.rice.edu	
5