[Carpet] potential integer overflow in Grid setup

Thomas Radke tradke at aei.mpg.de
Wed Mar 19 09:16:25 CET 2008


Erik Schnetter wrote:
> On Mar 18, 2008, at 08:59:42, Thomas Radke wrote:
> 
>> Hi Erik,
>>
>> yesterday I fixed the CarpetIOHDF5 testsuites, and during the last
>> night's integration tests they passed on all machines - except on
>> Pelican.lsu.edu (an IBM SP5). 
> 
> How do you run the test suite there?  In particular, what is the  mpirun 
> command that you use there?

When you use native MPI (as I do on Pelican.lsu.edu in the nightly 
integration tests) then the testsuite run command would be

   CCTK_TESTSUITE_RUN_COMMAND = 'poe $exe $parfile -rmpool 1 -nodes 1 
-tasks_per_node <nprocs>"

For debugging it might be handier though to use an MPICH-ch_shmem 
installation, for instance

   MPI       = MPICH
   MPICH_DIR = /home/tradke/install/mpich-1.1.2

then the command is just the default

   CCTK_TESTSUITE_RUN_COMMAND = 'mpirun -np <nprocs> $exe $parfile'

-- 
Cheers, Thomas.


More information about the developers mailing list