-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hello Gary--

> 
> I have had to write this into my submisasion script to get it to work 
> with a very simle (make) parallel  environment
> 
> while read line; do
> machines="$machines $line"
> done < <(cat $PE_HOSTFILE | cut -d' ' -f1,1)
> 
> /home/garyt/programs/xplor-nih/2.17.0/bin/xplor -parallel -machines 
> "$machines" < $PWD/test_par.inp

what is the format of the PE_HOSTFILE? It looks like you might be able
to just do: 

xplor -parallel -machines $PE_HOSTFILE $PWD/test_par.inp

But perhaps a small tweak is necessary to bin/xplor, like the attached
diff. 

Please let me know how it goes.

best regards--
Charles


***************
*** 391,397 ****
  export PROGNAME

  if [ -f "$MACHINES" ]; then
!     MACHINES=`grep -v ^# $MACHINES`
  fi


- --- 391,397 ----
  export PROGNAME

  if [ -f "$MACHINES" ]; then
!     MACHINES=`grep -v ^# $MACHINES | cut -d' ' -f1`
  fi


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8+ <http://mailcrypt.sourceforge.net/>

iD8DBQFGSdbjPK2zrJwS/lYRAjs6AJ9q++vz2edjzf2ZoVMZcDib6DRUSQCfTBod
f5iGKoUnxFGSwaiOQP19lB8=
=HK60
-----END PGP SIGNATURE-----

Reply via email to