Posts

Showing posts from 2015

BoostInstallWithMpi

1. ./bootstrap.sh --with-libraries=all 2. add "using mpi ;" to the file project-config.jam in the boost root directory. 3 ./b2 -j8

opensuse 13.1 setup NFS with dpsh

pdsh -R ssh -w teacher04,teacher05,teacher06,teacher07,teacher08,teacher09 mount -t nfs 192.168.1.1:/home/dingpeng/inc /home/dingpeng/ansys_inc

Install torque 5.1 on Opensuse 13.1

First download the latest torque release from the  adaptive  computing website  or via command line :   wget http://www.adaptivecomputing.com/download/torque/torque-5.1.0-1_4048f77c.tar.gz tar -xzvf torque-5.1.0-1_4048f77c.tar.gz cd torque-5.1.0 [root]# vi /etc/sysconfig/SuSEfirewall2 # Add the following ports to the FW_SERVICES_EXT_TCP parameter as required # Needed on the TORQUE server for client and MOM communication FW_SERVICES_EXT_TCP="15001" # Needed on the TORQUE MOM for server and MOM communication FW_SERVICES_EXT_TCP="15002 15003" [root]# service SuSEfirewall2_setup restart ./configure --without-tcl (error reported: torque needs Boost,install it in the default location /usr/local --sucessful ready for 'make') make make install make packages you should have the following: torque-package-doc-linux-x86_64.sh torque.setup torque-package-clients-linux-x86_64.sh torque-package-mom-linux-x86_64.sh torque_setup.sh torque-package-...