~ubuntu-branches/ubuntu/vivid/mpich/vivid-proposed

« back to all changes in this revision

Viewing changes to src/pm/hydra/tools/bootstrap/external/pbs.h

  • Committer: Package Import Robot
  • Author(s): Anton Gladky
  • Date: 2014-04-01 20:24:20 UTC
  • mfrom: (5.2.4 sid)
  • Revision ID: package-import@ubuntu.com-20140401202420-t5ey1ia2klt5dkq3
Tags: 3.1-4
* [c3e3398] Disable test_primitives, which is unreliable on some platforms.
            (Closes: #743047)
* [265a699] Add minimal autotest.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
extern struct HYDT_bscd_pbs_sys *HYDT_bscd_pbs_sys;
22
22
 
23
 
HYD_status HYDT_bscd_pbs_launch_procs(char **args, struct HYD_proxy *proxy_list,
24
 
                                      int *control_fd);
 
23
HYD_status HYDT_bscd_pbs_launch_procs(char **args, struct HYD_proxy *proxy_list, int *control_fd);
25
24
HYD_status HYDT_bscd_pbs_query_env_inherit(const char *env_name, int *ret);
26
25
HYD_status HYDT_bscd_pbs_wait_for_completion(int timeout);
27
26
HYD_status HYDT_bscd_pbs_launcher_finalize(void);