saga-job.hpp File Reference

#include <iostream>

Go to the source code of this file.

Defines

#define SAGA_GUARDED_EXEC(BLOCK)

Functions

void run_test (std::string fileURL)
void job_run (std::string rm_url, std::string exe, std::vector< std::string > args)
void job_submit (std::string rm_url, std::string exe, std::vector< std::string > args)
void job_state (std::string job_id)
void job_suspend (std::string rum_url, std::string job_id)
void job_resume (std::string rum_url, std::string job_id)


Define Documentation

#define SAGA_GUARDED_EXEC ( BLOCK   ) 

Value:

try{                                                                          \
 BLOCK                                                                        \
}                                                                             \
catch (saga::exception const & e) {                                           \
 std::cerr << e.what () << std::endl;                                         \
}                                                                             \
catch (std::exception const & e) {                                            \
 std::cerr << e.what () << std::endl;                                         \
}                                                                             \
catch (...) {                                                                 \
 std::cerr << std::endl;                                                      \
}                                                                             \


Function Documentation

void run_test ( std::string  fileURL  ) 

void job_run ( std::string  rm_url,
std::string  exe,
std::vector< std::string >  args 
)

void job_submit ( std::string  rm_url,
std::string  exe,
std::vector< std::string >  args 
)

void job_state ( std::string  job_id  ) 

References SAGA_GUARDED_EXEC.

Referenced by main().

void job_suspend ( std::string  rum_url,
std::string  job_id 
)

References SAGA_GUARDED_EXEC.

Referenced by main().

void job_resume ( std::string  rum_url,
std::string  job_id 
)

References SAGA_GUARDED_EXEC.

Referenced by main().


Generated on Mon Aug 25 13:15:45 2008 for SAGA C++ API by  doxygen 1.5.6