[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-users] transfering a file named _spin.so



Dan Christensen <jdc@xxxxxx> writes:

> when spin.py tries to import _spin, I get:
>
> ImportError: /var/compute/condor/mathlab5/execute/dir_25934/_spin.so: cannot open shared object file: No such file or directory
>
> Any idea what's up with this?  Is it the leading underscore that is
> causing trouble? 

The problem just turned out to be that the library is 32-bit, and it
was running on a 64-bit host.

Is there a way to have Condor transfer different extra files
depending on which architecture is being used, and to rename
these files appropriately on the machine where the job runs?

Dan