Custom Query (43 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (10 - 12 of 43)

1 2 3 4 5 6 7 8 9 10 11 12 13 14
Ticket Resolution Summary Owner Reporter
#22 fixed Minor patch, runtime-libraries somebody slabanja@…
Description

Hi!

On some of our machines we have torque installed in a non-default location. Because of that, for us it would be nice if the output of pbs-config --libs were passed on to the linking of _pbs.so (or possibly if a "runtime_library_dirs = [PBS_LIB_DIR]" were added instead). See attached trivial patch.

Anyhow, thanks for making pbs_python available! :)

Regards, Mattias

#18 fixed new_rack_pbsmon.py depends on hostname configuration and is installed by default bas jbernstein@…
Description

It seems that by default, a make install installs the new_rack_pbsmon.py script into $prefix/bin/pbsmon. While this would seem okay, the new_rack_pbsmon.py depends on hostname formats to detect where the nodes are located in the individual racks. The problem here is that not all installation use this hostname format, and users will have to edit the resulting pbsmon script before it will work correctly.

On the other hand, the example pbsmon.py runs without changes regardless of the hostname configuration.

I suggest that a make install installs the pbsmon.py as $prefix/bin/pbsmon instead as it will work on a wider variety of clusters, and give the impression of a cleaner out-of-the-box install.

The quick fix here, to avoid installing new_rack_pbsmon.py is to remove the sara_install target from the Makefile's install line.

#5 fixed No module named pbs anonymous anonymous
Description

When I try to build the software from the sources on my 64bit machine, everything seems to be fine, but when I call any of the .py scripts, I get the following error message:

Traceback (most recent call last):
  File "./pbs_version.py", line 11, in ?
    import pbs
ImportError: No module named pbs

I should mention that my PBS directory is named /usr/local/torque

1 2 3 4 5 6 7 8 9 10 11 12 13 14
Note: See TracQuery for help on using queries.