[GRASS-user] PBS help!
Albert Saribekyan
albertsaribekyan at rambler.ru
Mon Oct 8 01:33:19 PDT 2012
Albert Saribekyan.
> ---------- Пересланное сообщение ----------
> От кого: Albert Saribekyan (albertsaribekyan �� rambler.ru)
> Дата: 5 Октябрь 2012 г. 18:46:23
> Тема: PBS
> Кому: (grass-user �� lists.osgeo.org)
> PBS
>
>
> HI all!
> Albert Saribekyan.
> >
> I do make and install in GRASS7 i.vi.mpi module, its already running all right !!
> I have wrote and run my script outside of GRASS and its also worked ok!
> script is in attached file!!
> but I have to write a PBS script for that
> something like this
> #!/bin/bash
>
> #PBS -N ndvi_mpi
> #PBS -e ndvi_mpi.err
> #PBS -o ndvi_mpi.log
> #PBS -q armgrid
> #PBS -l nodes=1:ppn=4
> echo Master process running on `hostname`
> echo Directory is `pwd`
> echo PBS has allocated the following nodes:
> echo `cat $PBS_NBODEFILE`
> #############################################################################
> # Define number of processors to send to mpirun for MPICH
> ##############################################################################
> NPROCS=`wc -l < $PBS_NODEFILE`
> echo This job has allocated $NPROCS nodes
> /bin/hostname
>
> ?????????????????????????????????????????????????
>
> but do not know what to write next...
> tell me something;
>
> regards Albert.
>
----------- �������� ����� -----------
An embedded and charset-unspecified text was scrubbed...
Name: i.vi.mpi.txt
URL: <http://lists.osgeo.org/pipermail/grass-user/attachments/20121008/255c4b91/attachment.txt>
More information about the grass-user
mailing list