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/