wiki:application_pages/apps/java/simple

Application Name

Simple

Summary

  • Name: Simple
  • Contact Person: support-compss@bsc.es
  • Access Level: public
  • License Agreement: GPL
  • Platform: COMPSs
  • Repository: Simple

Description

Example of a simple application with only one task.

The application stores a counter value in a file, increments that counter in a task method (increment) and then prints the final value in the main program.

Execution instructions

Usage: runcompss simple.Simple <counterValue>

where:

  • - counterValue: Initial value of the counter to increase

Execution Example

runcompss simple.Simple 1

Build

Option 1: Native java

cd ~/workspace_java/simple/; javac src/main/java/simple/*.java cd src/main/java/; jar cf simple.jar simple/ cd ../../../; mv src/main/java/simple.jar jar/

Option 2: Maven

cd ~/workspace_java/simple/ mvn clean package

Last modified 9 years ago Last modified on 10/26/15 09:33:46

Attachments (1)

Download all attachments as: .zip