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

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory   -  
[TXT]batch_scc 2013-11-23 11:49 718  
[TXT]example1.c 2013-11-22 08:54 1.4K 
[TXT]example1_1.C 2013-11-22 08:54 3.3K 
[TXT]example1_2.C 2013-11-22 08:54 3.3K 
[TXT]example1_3.C 2013-11-22 08:54 3.6K 
[TXT]make.scc 2013-11-22 09:07 1.3K 

Makefile:

make.scc for the SCC

To compile and link:

scc1% make -f make.X (where X is one of the above filenames such as "example1_2")

To run program interactively:

scc1% mpirun -np 4 example1_2

To run program in batch:

scc1% qsub batch_scc