-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi Greg--
>
> I recently cobbled together my first python script for xplor-nih. I found
> that while I could run the the code on a single processor just fine, I was
> unable to run it successfully on multiple processors. For example, in the
> eginput/dock_dipolar_chemshift directory:
>
> pyXplor -parallel -machines local2 < dock_tor_rigid.py
> or
> xplor -py -parallel -machines local2 < dock_tor_rigid.py
> (local2 is a file containing 'localhost' on two lines - using my local
> execution patch from a few days ago)
>
> The xplor.log files contain the following:
>
> File "<string>", line 1, in ?
> IOError: [Errno 2] No such file or directory: '<'
> PyInterp::command: error executing: execfile('<')
It's a result of the localhost patch. The line in the xplor script
should be
eval "$cmd &"
However, I suggest that you usually not redirect from a file for any of
the interfaces- it's actually a bit slower than just specifying the file
name.
regards--
Charles
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8 <http://mailcrypt.sourceforge.net/>
iD8DBQFDpNWNPK2zrJwS/lYRAoDGAJ4wq7zqc2vi5fiJpAEWsza3Fo9WLACggfH4
VhowiNRyzu38A+90wRTK4vc=
=0+o8
-----END PGP SIGNATURE-----