0
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 8 hours ago.
Apr 16, 2023 — Apr 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
In drmaa_wifexited(), set *exited to 1 only if the job terminated with a normal exit code. If the job terminated via a signal, then *exited should be set to 0. More... almost 10 years ago
Allow a signal name buffer as small as DRMAA_SIGNAL_BUFFER in drmaa_wtermsig(). The previous minimum buffer size was much too large. More... almost 10 years ago
Change source license to the Apache License. More... about 10 years ago
DRMAA test suite is now hosted elsehwere. Check www.drmaa.org
Peter Tröger
as troeger
More... over 15 years ago
Fixed placeholder processing for job templates to support multiple placeholders
Peter Tröger
as troeger
More... over 15 years ago
Added some debug prints, increased log file check cycle sleep time (experience shows that Condor always needs some seconds, for everything), added drmaa_get_num_* functions introduced with DRMAA GFD.133, corrected behaviour of wif_exited (solves #1999545)
Peter Tröger
as troeger
More... over 15 years ago
Added note for no longer maintained test suite
Peter Tröger
as troeger
More... over 15 years ago
Fixed minor warnings
Peter Tröger
as troeger
More... over 17 years ago
Added VS2005 project files
Peter Tröger
as troeger
More... over 17 years ago
Adjusted debug output, included check for job re-submission due to Condor communication failure, re-enabled waiting on Condor state change after control operation
Peter Tröger
as troeger
More... over 17 years ago
Fixed Windows temp file creation, added timeout for waiting operations in the test suite
Peter Tröger
as troeger
More... over 17 years ago
Fixed Windows compiling, added sleeper program for Windows test suite runs
Peter Tröger
as troeger
More... over 17 years ago
Cleaned up conditional compilation
Peter Tröger
as troeger
More... over 17 years ago
Fixed Solaris build
Peter Tröger
as troeger
More... over 17 years ago
Fixed memory management bug in get_vector_attribute
Peter Tröger
as troeger
More... over 17 years ago
Add an option to make drmaa_control() block (the whole library!) and wait to see the state change in log file. It is turned off by default. DRMAA specification doesn't require the state to be changed after drmaa_control(), the call should just initiate that change. More... over 17 years ago
Sorry for the loooong delay... More... over 17 years ago
Fixed bug with vecotr attributes from last piotr patch
Peter Tröger
as troeger
More... over 17 years ago
Improved handling of job states after resume operation
Peter Tröger
as troeger
More... almost 18 years ago
Added preprocessor statements to avoid security warnings with latest MS SDK
Peter Tröger
as troeger
More... almost 18 years ago
Added patch packet from Piotr Domagalski, took back test suite pacth from 1.4.0 regarding malic. job template path entries
Peter Tröger
as troeger
More... almost 18 years ago
Added retry for drmaa_job_ps in case of PS_UNDETERMINED
Peter Tröger
as troeger
More... about 18 years ago
Patches for DRMAA library compilation with Windows SDK from VC8, established Windows build of test suite tools
Peter Tröger
as troeger
More... about 18 years ago
Patched ST_SUBMIT_KILL_SIG for SGE compliance
Peter Tröger
as troeger
More... about 18 years ago
Added busy wait for termination notification in the log file after condor_rm call.
Peter Tröger
as troeger
More... about 18 years ago
Updated some documentation
Peter Tröger
as troeger
More... about 18 years ago
Fixed internal DRMAA library version number
Peter Tröger
as troeger
More... about 18 years ago
Fixed behavior with incorrect input file path - pseudo job with PS_FAILED status is required by DRMAA
Peter Tröger
as troeger
More... about 18 years ago
Work on integration of latest DRMAA spec changes
Peter Tröger
as troeger
More... about 18 years ago
Relaxed several tests, in response to the GridWay DRMAA experience report.
Peter Tröger
as troeger
More... about 18 years ago