Index of /examples/mpi/tutorials/legacy/intro2mpi/C

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory   -  
[TXT]Makefile 2013-11-22 09:04 1.5K 
[TXT]batch_scc 2013-11-23 11:50 718  
[TXT]example1.c 2013-11-22 08:54 1.8K 
[TXT]example1_1.c 2013-11-22 08:54 3.2K 
[TXT]example1_2.c 2013-11-22 08:54 3.2K 
[TXT]example1_3.c 2013-11-22 08:54 3.4K 
[TXT]example1_4.c 2013-11-22 08:54 2.7K 
[TXT]example1_5.c 2013-11-22 08:54 3.1K 

Makefile:

To compile and link:

scc1% make

To run program interactively:

scc1% mpirun -np 4 example1_2

To run example1_2 in batch with 4 processors:

scc1% qsub batch_scc