JiscMail Logo
Email discussion lists for the UK Education and Research communities

Help for FSL Archives


FSL Archives

FSL Archives


FSL@JISCMAIL.AC.UK


View:

Message:

[

First

|

Previous

|

Next

|

Last

]

By Topic:

[

First

|

Previous

|

Next

|

Last

]

By Author:

[

First

|

Previous

|

Next

|

Last

]

Font:

Proportional Font

LISTSERV Archives

LISTSERV Archives

FSL Home

FSL Home

FSL  September 2007

FSL September 2007

Options

Subscribe or Unsubscribe

Subscribe or Unsubscribe

Log In

Log In

Get Password

Get Password

Subject:

Re: bedpostx in parallel on MAC

From:

Lokke Highstein <[log in to unmask]>

Reply-To:

FSL - FMRIB's Software Library <[log in to unmask]>

Date:

Tue, 18 Sep 2007 16:55:39 -0400

Content-Type:

text/plain

Parts/Attachments:

Parts/Attachments

text/plain (156 lines)

thanks for the suggestions, it seems like i am getting somewhere...  
at least it's trying to use the SGE now...

i followed suggestions from both sheyna and martin as follows:

i had installed SGE in /usr/local/gridengine which seemed to be the  
default location.  i went ahead and edited /usr/local/fsl/bin/fsl_sub  
to point to /usr/local/gridengine in all the places that it was  
referenced, rather than creating symbolic links.

then i ran the qconf -aq command on veryshort.q short.q long.q and  
verylong.q changing the values for both processors and slots to equal  
2 (i am running a dual 1ghz ppc mac) - one thing i noticed was that i  
had to be root to do this, not sure if that is causing my later  
problems, but i installed the SGE as root.

since i didn'tt play with the original set of queues i didn't have to  
edit the bedpostx files as they all seemed to refer to the queues  
that i had set up.

i also edited the bash and tcsh configuration files (we have users  
that use both) to have the FSLDIR, SGE_ROOT, and FSLMACHINELIST  
environment variables set to their respective places, and to have  
them added to the path.

however, after all this, i tried to run bedpost, and got the  
following error:

Errors: Unable to run job: Job was rejected because job requests  
uknown queue "short.q".
Exiting
Unable to run job: Job was rejected because job requests uknown queue  
"long.q".
Exiting
Unable to run job: Job was rejected because job requests uknown queue  
"long.q".
Exiting

after that i decided to check that the queues were set up right and  
ran the following:

bash-2.05b$ qconf -sql
all.q
long.q
short.q
verylong.q
veryshort.q
bash-2.05b$

any suggestions where i went wrong with this?

thanks for any help, i feel like i am so close!

lokke

On Sep 17, 2007, at 4:21 PM, Sheyna Gifford wrote:

> Lokke-
>
> You question is neither dumb nor trivial. I have a few degrees and  
> it still
> took me a while of hacking and playing to figure it out. ;)
>
> Yes, you need to edit fsl_sub in several key places, but you ALSO  
> need to
> edit bedpostx_postproc.sh  and bedpostx_preproc.sh. Follow these  
> simple
> steps:
>
> Step 1: Edit fsl_sub in these key places
>
> A) Tell it where you settings.sh file is
>
> METHOD=SGE
> if [ "x$SGE_ROOT" = "x" ] ; then
>     if [ -f /bsp/cluster/sge/default/common/settings.sh ] ; then
>         . /bsp/cluster/sge/default/common/settings.sh
>     elif [ -f /bsp/cluster/sge/default/common/settings.csh ] ; then
>         . /bsp/cluster/sge/default/common/settings.csh
>     else
>         METHOD=NONE
>     fi
> fi
>
>
> B) Tell it who to email
> queue=all.q
> #queue=short.q
> [log in to unmask]
> [log in to unmask]
> MailOpts="n"
>
>
> C) Tell it what the name of your SGE queue or queues is (or are).  
> Ours is,
> standardly, all.q. I commented everything else out.
>
> map_qname ()
> {
>         queue=all.q
>
> #    if [ $1 -le 20 ] ; then
> #       queue=all.q
> #    elif [ $1 -le 120 ] ; then
> #       queue=all.q
> #    elif [ $1 -le 1440 ] ; then
> #       queue=all.q
> #    else
> #       queue=all.q
> #    fi
> #    echo "Estimated time was $1 mins: queue name is $queue"
> }
>
>
> STEP TWO: Now change to reflect the queue or queues that you want  
> to use:
>
> node02:/bsp/cluster/local/fsl/bin sgifford$ more bedpostx_preproc.sh
> #!/bin/sh
>
> #$ -cwd
> #$ -q all.q
> #$ -S /bin/sh
> #$ -V
> #$ -N bpx_preproc
> #$ -m as
>
>
>
> STEP THREE: Now change bedpostx_postproc.sh to reflect the queue or  
> queues
> that you want to use:
>
> node02:/bsp/cluster/local/fsl/bin sgifford$ more bedpostx_postproc.sh
> #!/bin/sh
>
> #$ -cwd
> #$ -q all.q
> #$ -S /bin/sh
> #$ -V
> #$ -N bpx_postproc
> #$ -m ae
>
>
> Since doing this, I am in the land of happy bedpostxing. Please note:
> paralleling only takes place AFTER the preprocessing stage is  
> finished.  So,
> bedpostx will sit on one processor on one node, until all of the  
> slices are
> processed. Then, xfibres takes off on every node designated by
> FSLMACHINELIST.
>
> Best of luck, Lokke!
>
> - seg

Top of Message | Previous Page | Permalink

JiscMail Tools


RSS Feeds and Sharing


Advanced Options


Archives

May 2024
April 2024
March 2024
February 2024
January 2024
December 2023
November 2023
October 2023
September 2023
August 2023
July 2023
June 2023
May 2023
April 2023
March 2023
February 2023
January 2023
December 2022
November 2022
October 2022
September 2022
August 2022
July 2022
June 2022
May 2022
April 2022
March 2022
February 2022
January 2022
December 2021
November 2021
October 2021
September 2021
August 2021
July 2021
June 2021
May 2021
April 2021
March 2021
February 2021
January 2021
December 2020
November 2020
October 2020
September 2020
August 2020
July 2020
June 2020
May 2020
April 2020
March 2020
February 2020
January 2020
December 2019
November 2019
October 2019
September 2019
August 2019
July 2019
June 2019
May 2019
April 2019
March 2019
February 2019
January 2019
December 2018
November 2018
October 2018
September 2018
August 2018
July 2018
June 2018
May 2018
April 2018
March 2018
February 2018
January 2018
December 2017
November 2017
October 2017
September 2017
August 2017
July 2017
June 2017
May 2017
April 2017
March 2017
February 2017
January 2017
December 2016
November 2016
October 2016
September 2016
August 2016
July 2016
June 2016
May 2016
April 2016
March 2016
February 2016
January 2016
December 2015
November 2015
October 2015
September 2015
August 2015
July 2015
June 2015
May 2015
April 2015
March 2015
February 2015
January 2015
December 2014
November 2014
October 2014
September 2014
August 2014
July 2014
June 2014
May 2014
April 2014
March 2014
February 2014
January 2014
December 2013
November 2013
October 2013
September 2013
August 2013
July 2013
June 2013
May 2013
April 2013
March 2013
February 2013
January 2013
December 2012
November 2012
October 2012
September 2012
August 2012
July 2012
June 2012
May 2012
April 2012
March 2012
February 2012
January 2012
December 2011
November 2011
October 2011
September 2011
August 2011
July 2011
June 2011
May 2011
April 2011
March 2011
February 2011
January 2011
December 2010
November 2010
October 2010
September 2010
August 2010
July 2010
June 2010
May 2010
April 2010
March 2010
February 2010
January 2010
December 2009
November 2009
October 2009
September 2009
August 2009
July 2009
June 2009
May 2009
April 2009
March 2009
February 2009
January 2009
December 2008
November 2008
October 2008
September 2008
August 2008
July 2008
June 2008
May 2008
April 2008
March 2008
February 2008
January 2008
December 2007
November 2007
October 2007
September 2007
August 2007
July 2007
June 2007
May 2007
April 2007
March 2007
February 2007
January 2007
2006
2005
2004
2003
2002
2001


JiscMail is a Jisc service.

View our service policies at https://www.jiscmail.ac.uk/policyandsecurity/ and Jisc's privacy policy at https://www.jisc.ac.uk/website/privacy-notice

For help and support help@jisc.ac.uk

Secured by F-Secure Anti-Virus CataList Email List Search Powered by the LISTSERV Email List Manager