Jim Phillips

Results 36 issues of Jim Phillips

This section of fetch() in source.js starting at line 188 (https://github.com/GeoTIFF/geotiff.js/blob/e2bab6c150035ac277aaedc4efb928813d0e06a3/src/source.js#L188) assumes that response.offset is equal to the requested offset (group[0] * this.blockSize), but that is only true if the...

Specifying a bogus pemap such as "foo" generates no error message. > megatest +p2 +showcpuaffinity +pemap foo Charm++: standalone mode (not using charmrun) Charm++> Running in Multicore mode: 2 threads...

*Original issue: https://charm.cs.illinois.edu/redmine/issues/1768* --- CkIO documentation is currently limited to a header file and a test.

documentation

*Original issue: https://charm.cs.illinois.edu/redmine/issues/1676* --- On Blue Waters, 200 nodes, 50 replicas (4 nodes per replica) non-smp running apoa1 is uniformly and significantly slower than a separate 4-node run. No idea...

Bug
machine layers

If a netlrts-smp layer is launched using ++n with +ppn instead of ++ppn, e.g., `charmrun ++n 6 ++mpiexec ++remote-shell srun namd2 +ppn 8` then the +ppn 8 is silently ignored...

Let's suppose a user types "charmrun ++mpiexec-no-n ++remote-shell srun +p12 +ppn 6 namd2 ..." and then get this error: ``` Charmrun does not recognize the flag '+ppn'. Charm++'s flags need...

*Original issue: https://charm.cs.illinois.edu/redmine/issues/1035* --- We've observed via projections that, in SMP mode when most of the PEs on a node are idle, the communication thread is very slow at adding...

Bug
machine layers

The docs at https://charm.readthedocs.io/en/latest/charm++/manual.html#execution-model say "The Charm RTS ensures that no more messages are processed and no entry methods are called after a CkExit." but there is a race condition...

Greatly improve raster output performance for large runs on parallel filesystems by writing one TIF file per rank along with a VRT file. Writing to /path/to/foldername/filename.vrt creates the directory foldername...

When specific file names are provided on streamnet command line, do not write tree, coord, or net files unless all three are given. These files cannot be written in parallel...