Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] Run error on trestles

Hi,

which PTP version are you using?   I have tested to run a job with PTP
version 7.0.4.201402121320 on trestles. I have used the target system
type "PBS-Generic-Batch". Both, monitoring jobs and running jobs with
that TSC worked for me.

LML_DA requires the perl module Time::HiRes to be installed. You can
check for your user account, if that module is available, by running:

perl -MTime::HiRes -e'print $_ . " => " . $INC{$_} . "\n" for keys %INC';

This should print amongst other a line like:

Time/HiRes.pm => /some/path/HiRes.pm

Is the module available on your user account? For my account on trestles
it is available.

Best regards,

Carsten



On 03/20/14 05:35, Beth Tibbitts wrote:
Jay and I are trying to run PTP on trestles.sdsc.edu
<http://trestles.sdsc.edu>
When I run I see this:

LML DA Driver(trestles):
Details says:

Server finished with exit code 2

Unloading compiler-dependent module openmpi_ib/1.6.5Unloading
compiler-dependent module
openmpi_ib/1.6.5ModuleCmd_Switch.c(172):ERROR:152: Module 'pgi' is
currently not loadedCan't locate Time/HiRes.pm in @INC (@INC contains:
/home/tibbitts/.eclipsesettings/lib /usr/local/lib64/perl5
/usr/local/share/perl5 /usr/lib64/perl5/vendor_perl
/usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at
LML_da_driver.pl line 17.BEGIN failed--compilation aborted at
LML_da_driver.pl line 17.


This sounds familiar.

Jay thinks it has something to do with the software stack on trestles,
something missing in the perl configuration?



...Beth

Beth Tibbitts
beth@xxxxxxxxxx <mailto:beth@xxxxxxxxxx>The "Can't locate Time/HiRes.pm"


_______________________________________________
ptp-dev mailing list
ptp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-dev




------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------
Forschungszentrum Juelich GmbH
52425 Juelich
Sitz der Gesellschaft: Juelich
Eingetragen im Handelsregister des Amtsgerichts Dueren Nr. HR B 3498
Vorsitzender des Aufsichtsrats: MinDir Dr. Karl Eugen Huthmacher
Geschaeftsfuehrung: Prof. Dr. Achim Bachem (Vorsitzender),
Karsten Beneke (stellv. Vorsitzender), Prof. Dr.-Ing. Harald Bolt,
Prof. Dr. Sebastian M. Schmidt
------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------



Back to the top