-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME
More file actions
37 lines (24 loc) · 962 Bytes
/
README
File metadata and controls
37 lines (24 loc) · 962 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Introduction
============
This is the sample code to work with SOA feature on Windows HPC cluster
through REST API.
Licensing
=========
Please see the file called LICENSE.
Prerequisites
=============
There is no prerequisite for Java client. The code is tested with JDK 1.6.
For C client (under src\cpp\SoaWebApiClient), libcurl and json-c is
needed. The code has been compiled and tested on Fedora with the following
library:
libcurl-7.21.3-8.fc15.x86_64
libcurl-devel-7.21.3-8.fc15.x86_64
json-c-0.9-2.fc15.x86_64
json-c-devel-0.9-2.fc15.x86_64
How to build and use
====================
To build/run Java client, go to src\java\SoaWebApiClient\src, and run
"sh RunTest.sh src" to build, "sh RunTest.sh run" to run.
(Or RunTest.cmd if you are on Windows).
To build/run C client, go to src\cpp\SoaWebApiClient. Type "make". And
follow the instruction of "./soaclient -?".