GEOS-5 Checkout and Build Instructions: Difference between revisions
Line 77: | Line 77: | ||
A better way is to do a parallel build. To do this, start an interactive queue (on '''discover'''): | A better way is to do a parallel build. To do this, start an interactive queue (on '''discover'''): | ||
% qsub -I -W group_list=g0604 -N g5Debug -l ncpus= | % qsub -I -W group_list=g0604 -N g5Debug -l select=2:ncpus=4,walltime=03:00:00 -S /bin/tcsh -V -j eo | ||
Note that the string following "group_list=" is your group-id code. It's the project that gets charged for the computer time you use. If you're not on "g0604" that's okay, the queue system will let you know and it won't start your job. To find out which group you belong to, issue the following command: | Note that the string following "group_list=" is your group-id code. It's the project that gets charged for the computer time you use. If you're not on "g0604" that's okay, the queue system will let you know and it won't start your job. To find out which group you belong to, issue the following command: |