Commit 1ee37c20 authored by Lee, Seyong's avatar Lee, Seyong
Browse files

Update README.

parent 5881f8c5
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -46,3 +46,20 @@ ENVIRONMENT SETUP

	- To compile MPI/OpenACC program, set environment variable, mpiinclude, to the MPI include path.
	$ export mpiinclude=/apps/compiler/pgi/linux86-64/19.1/cudampi/10.0/openmpi/3.1.0/include

-------------------------------------------------------------------------------
EXAMPLE TESTING
-------------------------------------------------------------------------------
* To compile and run the examples in the openarcexamples directory, visit each example directory and run the following steps.

	
	- Run the OpenARC compiler (e.g., matmul example):
	//Go to openarcexamples directory. 
	$ cd  ./matmal
	$ ./O2GBuild.bash
	
	- Compile OpenARC-generated output files:
	$ make

	- To submit the output program:
	$ cd bin; sbatch gpu.sh