changes to get parallel I/O working with spock's new brain.

This commit is contained in:
Ed Hartnett 2010-12-14 18:33:45 +00:00
parent 345de82ac7
commit 6ecbe1209f
3 changed files with 0 additions and 7 deletions

View File

@ -32,15 +32,12 @@
call MPI_Init(ierr)
call MPI_Comm_rank(MPI_COMM_WORLD, my_rank, ierr)
call MPI_Comm_size(MPI_COMM_WORLD, p, ierr)
print*, my_rank, p
if (my_rank .eq. 0) then
print *, ' '
print *, '*** Testing netCDF-4 parallel I/O from Fortran 77.'
endif
print*, my_rank
! There must be 4 procs for this test.
if (p .ne. 4) then
print *, 'This test program must be run on 4 processors.'

View File

@ -1,2 +1 @@
mpd&
mpiexec -n 4 ./ftst_parallel

View File

@ -1,10 +1,7 @@
set -e
mpd&
sleep 2
mpiexec -n 4 ./f90tst_parallel
mpiexec -n 4 ./f90tst_parallel2
mpiexec -n 4 ./f90tst_parallel3
mpiexec -n 8 ./f90tst_nc4_par1
mpiexec -n 8 ./f90tst_nc4_par
#mpiexec -n 4 ./f90tst_parallel_fill