mail[bug #25084] Running Model_Free on multi processors Fedora 20 complications


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by Troels E. Linnet on September 24, 2016 - 10:12:
Follow-up Comment #3, bug #25084 (project relax):

Try make a run script like this and copy it some where to your PATH 

myrelax
------
#!/bin/tcsh -fe
 
# Set the relax version used for this script.
set RELAX=/sbinlab2/tlinnet/software/NMR-relax/relax_trunk/relax
 
# Set number of available CPUs.
set NPROC=`nproc`
set NP=`echo $NPROC + 0 | bc `
 
echo "Running relax with NP=$NP in multi-processor mode"
 
# Run relax in multi processor mode.
mpirun -np $NP $RELAX --multi='mpi4py' $argv

    _______________________________________________________

Reply to this item at:

  <http://gna.org/bugs/?25084>

_______________________________________________
  Message sent via/by Gna!
  http://gna.org/




Related Messages


Powered by MHonArc, Updated Mon Sep 26 23:20:03 2016