User Tools

Site Tools


howto:preparesubmission
The most recent version of this page is a draft.DiffThis version (2018/01/09 10:19) is a draft.
Approvals: 0/1

This is an old revision of the document!


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

cd <path to EMAN2 directory>/recipes/openmpi

Create a copy of the file build.sh

cp build.sh build_bkp.sh

Open the file build.sh with the editor of your choice and change the line

--disable-dlopen

to

--disable-dlopen \

Now add another line after the previous line

--with-tm=/path/to/your/torque/installation/

The /path/to/your/torque/installation/ placeholder is an absolute path to the torque installation directory on your machine.

For example:

/cm/shared/apps/torque/5.1.0/

Now save the file build.sh and continue with the installation instructions.

howto/preparesubmission.1515489546.txt.gz ยท Last modified: 2018/06/20 13:13 (external edit)