User Tools

Site Tools


howto:preparesubmission

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

howto:preparesubmission [2018/01/09 10:19]
mstabrin [Prepare installation for different queueing systems]
howto:preparesubmission [2018/06/20 13:12]
Line 1: Line 1:
-====== Prepare installation for different queueing systems ====== 
  
-On this page, we try to provide information about how to install SPHIRE for different queueing systems.   
- 
-If you find your system missing, feel free to provide us with information! 
- 
-===== PBS/Torque ===== 
- 
-Change to the openmpi recipe directory 
- 
-<code> 
-cd <path to EMAN2 directory>/recipes/openmpi 
-</code> 
- 
-Create a copy of the file **build.sh** 
- 
-<code> 
-cp build.sh build_bkp.sh 
-</code> 
- 
-Open the file **build.sh** with the editor of your choice and change the line 
- 
-<code> 
---disable-dlopen 
-</code> 
- 
-to 
- 
-<code> 
---disable-dlopen \ 
-</code> 
- 
-Now add another line after the previous line 
- 
-<code> 
---with-tm=/path/to/your/torque/installation/ 
-</code> 
- 
-The /path/to/your/torque/installation/ placeholder is an absolute path to the torque installation directory on your machine.   
- 
-For example: 
- 
-<code> 
-/cm/shared/apps/torque/5.1.0/ 
-</code> 
- 
-Now save the file **build.sh** and continue with the installation instructions. 
howto/preparesubmission.txt ยท Last modified: 2018/06/20 13:12 (external edit)