Open main menu

Changes

Install relax cloud.sagemath.com

296 bytes added, 07:42, 24 November 2015
~$ grace
The program 'grace' is currently not installed. To run 'grace' please ask your administrator to install the package 'grace'
</source>
 
====Is mpirun available====
<source lang="bash">
~$ which mpirun
/usr/bin/mpirun
 
~$ mpirun --version
mpirun (Open MPI) 1.6.5
Report bugs to http://www.open-mpi.org/community/help/
 
~$ mpirun --report-bindings -np 4 echo "hello world"
hello world
hello world
hello world
hello world
</source>