Migol CPR Testapplication Sample CPR application, which reflects the current capabilities of the Migol/CPR adaptor. The saga-cpr-master starts 0. Install SAGA including CPR 1. Check application out: - $SAGA_ROOT/examples/packages/cpr/ $ cd $SAGA_ROOT/examples/packages/ $ svn co https://svn.cct.lsu.edu/repos/saga-projects/applications/migol/examples/cpr/trunk cpr 2. Compile: $ cd $SAGA_ROOT/examples/packages/cpr/ $ make 3. Configuration: Configure GLOBUS_LOCATION and AIS_URL in $SAGA_LOCATION/share/saga/saga_adaptor_migol_cpr.ini is set correctly. GLOBUS_LOCATION/lib must contain the Migol jars: ais.jar ais_stubs.jar go-monitorable.jar go-monitorable_stubs.jar migollib-java.jar 3. Run examples: Make sure the SAGA_LOCATION, LD_LIBRARY_PATH resp. DYLD_LIBRARY_PATH (Mac OS) is set correctly: export LD_LIBRARY_PATH=$SAGA_LOCATION/lib:$JAVA_HOME/jre/lib/amd64/server/:$JAVA_HOME/jre/lib/amd64/ ".../amd64/..." refers to the architecture of the machine. For 32 bit machines use i386.