Changes

Jump to navigation Jump to search

OpenMPI

754 bytes added, 19:40, 11 September 2013
L2 cache: 3072K
NUMA node0 CPU(s): 0,1
</source>
 
==== Execution scripts ====
'''relax_single'''
<source lang="bash">
#!/bin/tcsh -fe
# Set the relax version used for this script.
set RELAX=/sbinlab2/tlinnet/software/NMR-relax/relax_disp/relax
# Remove env set to wrong library files.
unsetenv LD_LIBRARY_PATH
 
# Run relax in multi processor mode.
$RELAX $argv
</source>
 
'''relax_single'''
<source lang="multi">
#!/bin/tcsh -fe
# Set the relax version used for this script.
set RELAX=/sbinlab2/tlinnet/software/NMR-relax/relax_disp/relax
# Remove env set to wrong library files.
unsetenv LD_LIBRARY_PATH
 
# Set number of available CPUs.
set NPROC=`nproc`
set NP=`echo $NPROC + 1 | bc `
 
# Run relax in multi processor mode.
/usr/lib64/openmpi/bin/mpirun -np $NP $RELAX --multi='mpi4py' $argv
</source>
== See also ==
[[Category:Devel]]
Trusted, Bureaucrats
1,382

edits

Navigation menu