Loading README.md +17 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
README.md +17 −0 Original line number Diff line number Diff line Loading @@ -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