|
|
|
@716
|
[716]
|
3 days |
kgao |
add nfmpi_iput_vara_xtype_all()/ncmpi_iput_vara_xtype_all():asyn I/O with …
|
|
|
|
@715
|
[715]
|
10 days |
kgao |
Wei-keng provided in_swapn() function for Endianness and fixed record …
|
|
|
|
@714
|
[714]
|
3 weeks |
robl |
clean up pnetcdf.h for C++ compilers
|
|
|
|
@713
|
[713]
|
3 weeks |
robl |
fix 'make install' error to actuall install pnetcdf.inc and pnetcdf.mod
|
|
|
|
@712
|
[712]
|
3 weeks |
robl |
Tagging version 1.1.0
|
|
|
|
@711
|
[711]
|
3 weeks |
robl |
yeah! going to actually release today!
|
|
|
|
@710
|
[710]
|
3 weeks |
robl |
cast away one last warning
|
|
|
|
@709
|
[709]
|
3 weeks |
robl |
pnetcdf.h is a user-visible header file. we can't conditionally compile …
|
|
|
|
@708
|
[708]
|
3 weeks |
kgao |
printf format in header.c
|
|
|
|
@707
|
[707]
|
3 weeks |
kgao |
added the type check in ncmpii_comp_attrs function of header.c
|
|
|
|
@706
|
[706]
|
3 weeks |
robl |
make printf happy on both 32 and 64 bit platforms
|
|
|
|
@705
|
[705]
|
3 weeks |
robl |
do not need this generated file
|
|
|
|
@704
|
[704]
|
3 weeks |
robl |
clean up warnings
|
|
|
|
@703
|
[703]
|
3 weeks |
robl |
generate Makefile.in for mcoll_fortran
|
|
|
|
@702
|
[702]
|
3 weeks |
kgao |
modify pnetcdf.inc.in for binding multi-variable options: iget_vara_all
|
|
|
|
@701
|
[701]
|
3 weeks |
robl |
declare some bindings for the multi-variable appraoches.
|
|
|
|
@700
|
[700]
|
3 weeks |
kgao |
add the binding of iput_vara_all, iget_vara_all, waitall, wait in order to …
|
|
|
|
@699
|
[699]
|
3 weeks |
kgao |
add the binding of iput_vara_all, iget_vara_all, waitall, wait in order to …
|
|
|
|
@698
|
[698]
|
3 weeks |
kgao |
add the binding of iput_vara_all, iget_vara_all, waitall, wait in order to …
|
|
|
|
@697
|
[697]
|
4 weeks |
robl |
why do we still have these commented-out functions from serial netcdf?
|
|
|
|
@696
|
[696]
|
4 weeks |
robl |
new routines for the multi-variable interface
|
|
|
|
@695
|
[695]
|
4 weeks |
kgao |
Makefile.in for mcoll_test
|
|
|
|
@694
|
[694]
|
4 weeks |
kgao |
add 'multiple write operations of single non-record variable' test
|
|
|
|
@693
|
[693]
|
4 weeks |
kgao |
remove potential error (int -> MPI_Offset) for mvar operations
|
|
|
|
@692
|
[692]
|
4 weeks |
robl |
fix up makefile for vpath builds
|
|
|
|
@691
|
[691]
|
4 weeks |
kgao |
1. remove mcoll_test warnings; 2. modify parameters of mvar APIs for …
|
|
|
|
@690
|
[690]
|
4 weeks |
robl |
fix up the easy warnings in the tests
|
|
|
|
@689
|
[689]
|
4 weeks |
robl |
another test case from pnnl: ensure we can still parse serial-netcdf …
|
|
|
|
@688
|
[688]
|
4 weeks |
robl |
fix up make rules
|
|
|
|
@687
|
[687]
|
4 weeks |
robl |
cleaned up a bunch of warnings
|
|
|
|
@686
|
[686]
|
4 weeks |
robl |
since i wacked ncconfig.in, we have to run 'autoreconf', not just autoconf
|
|
|
|
@685
|
[685]
|
4 weeks |
robl |
update docs: i had the --build and --host arguments flipped
|
|
|
|
@684
|
[684]
|
4 weeks |
robl |
Suggestion from Wei-keng: auto-generate a simple F90 module file for …
|
|
|
|
@683
|
[683]
|
4 weeks |
robl |
add an ignore for generated ncconfig.in
|
|
|
|
@682
|
[682]
|
4 weeks |
robl |
fix dumb build errors
|
|
|
|
@681
|
[681]
|
4 weeks |
robl |
move assertion on recsize check into own function, call from other members …
|
|
|
|
@680
|
[680]
|
4 weeks |
robl |
after all these years, kill this generated file.
|
|
|
|
@679
|
[679]
|
4 weeks |
robl |
add an assertion: on systems with a 32 bit MPI_Aint (32 bit systems except …
|
|
|
|
@678
|
[678]
|
4 weeks |
robl |
update for some tests we've added
|
|
|
|
@677
|
[677]
|
4 weeks |
robl |
add new testcase from Annette Koontz to exercise new CDF-5 corner case: we …
|
|
|
|
@676
|
[676]
|
4 weeks |
robl |
remove now-generated files
|
|
|
|
@675
|
[675]
|
4 weeks |
robl |
release today?
|
|
|
|
@674
|
[674]
|
4 weeks |
robl |
update fortran bindings: new error codes have been added, typos. still …
|
|
|
|
@673
|
[673]
|
6 weeks |
kgao |
add ncdump tag -V
|
|
|
|
@672
|
[672]
|
6 weeks |
robl |
now it's possible to generate CDF-5 formatted datasets.
|
|
|
|
@671
|
[671]
|
6 weeks |
robl |
make a utility fucntion for inquiring about hints
|
|
|
|
@670
|
[670]
|
2 months |
kgao |
mput update
|
|
|
|
@669
|
[669]
|
2 months |
kgao |
remove all warning
|
|
|
|
@668
|
[668]
|
2 months |
kgao |
fixed the bug:the starting offset of the first non-record variable occurs …
|
|
|
|
@667
|
[667]
|
2 months |
kgao |
read test
|
|
|
|
@666
|
[666]
|
3 months |
kgao |
modify configure/Makefile.in for test_check_header and largefile
|
|
|
|
@665
|
[665]
|
3 months |
robl |
improve comments for hint-reading
|
|
|
|
@664
|
[664]
|
3 months |
robl |
be careful not to try to pull info members out of null infos
|
|
|
|
@663
|
[663]
|
4 months |
kgao |
flexible header check: adding warning and fatal error check
|
|
|
|
@662
|
[662]
|
4 months |
robl |
some MPI implementations (ROMIO) will not just ignore unknown hints but …
|
|
|
|
@661
|
[661]
|
4 months |
robl |
fix some bugs in the non-record-variable alingment case. Now non-record …
|
|
|
|
@660
|
[660]
|
6 months |
kgao |
Combining I/O Operations for Multiple Array Variables
|
|
|
|
@659
|
[659]
|
6 months |
kgao |
Combining I/O Operations for Multiple Array Variables
|
|
|
|
@658
|
[658]
|
6 months |
kgao |
Combining I/O Operations for Multiple Array Variables
|
|
|
|
@657
|
[657]
|
7 months |
robl |
tag for 1.1.0pre1
|
|
|
|
@656
|
[656]
|
7 months |
robl |
unterminated quote
|
|
|
|
@655
|
[655]
|
7 months |
robl |
need to re-tag this
|
|
|
|
@654
|
[654]
|
7 months |
robl |
tag for 1.1.0pre1
|
|
|
|
@653
|
[653]
|
7 months |
robl |
putting out pre-release soon
|
|
|
|
@652
|
[652]
|
7 months |
robl |
fix up testcase
|
|
|
|
@651
|
[651]
|
7 months |
robl |
a simple testcase for flexible mode interface
|
|
|
|
@650
|
[650]
|
8 months |
robl |
extract and expose pnetcdf data manipulation routines. I needed these for …
|
|
|
|
@649
|
[649]
|
10 months |
robl |
branch for dataloop-based pnetcdf work
|
|
|
|
@648
|
[648]
|
12 months |
robl |
try again
|
|
|
|
@647
|
[647]
|
12 months |
robl |
whopsie. tests failed on bblogin so retry
|
|
|
|
@646
|
[646]
|
12 months |
robl |
back out the alignment change: nervous about implementing features for …
|
|
|
|
@645
|
[645]
|
12 months |
robl |
tagging 1.0.3 for release!
|
|
|
|
@644
|
[644]
|
12 months |
robl |
aligning to nearest byte might violate spec, so keep old 512-byte …
|
|
|
|
@643
|
[643]
|
12 months |
robl |
this is probably ready to go now
|
|
|
|
@642
|
[642]
|
12 months |
robl |
r634 from trunk: the recipie for BlueGene?/P machines
|
|
|
|
@641
|
[641]
|
12 months |
robl |
r635 from TRUNK: make fortran bindings valgrind-clean
|
|
|
|
@640
|
[640]
|
12 months |
robl |
forgot to free this MPI datatype
|
|
|
|
@639
|
[639]
|
12 months |
robl |
take two of 1.0.3 branch: this time w/o CDF3 copy
|
|
|
|
@638
|
[638]
|
12 months |
robl |
delete this branch. start over with one that does not include CDF3 subdir
|
|
|
|
@637
|
[637]
|
12 months |
robl |
until we figure out the bgp segfault, prep this branch (as a contingency) …
|
|
|
|
@636
|
[636]
|
12 months |
robl |
clean up warnings
|
|
|
|
@635
|
[635]
|
12 months |
robl |
valgrind complained about "jump depends on uninitialized values", so let's …
|
|
|
|
@634
|
[634]
|
12 months |
robl |
building pnetcdf on bgp
|
|
|
|
@633
|
[633]
|
12 months |
robl |
perhaps a tad optimistic but i'm pretty sure i'll tag this pre-release …
|
|
|
|
@632
|
[632]
|
12 months |
robl |
ladies and gentelmen, boys and girls, here we have merged into TRUNK the …
|
|
|
|
@631
|
[631]
|
12 months |
robl |
move CDF5 work to its own branch (even though it's not exactly a branch)
|
|
|
|
@630
|
[630]
|
12 months |
robl |
no code change. just storing a comment for future thought
|
|
|
|
@629
|
[629]
|
12 months |
robl |
release info once no longer needed
|
|
|
|
@628
|
[628]
|
12 months |
robl |
explicity check for these headers: the fortran check macro would do this, …
|
|
|
|
@627
|
[627]
|
12 months |
robl |
configure-time check to disable CDF-5 support should MPI_Offset not be …
|
|
|
|
@626
|
[626]
|
13 months |
kgao |
|
|
|
|
@625
|
[625]
|
13 months |
kgao |
remove warning, int64_t is replaced by MPI_Offset
|
|
|
|
@624
|
[624]
|
14 months |
robl |
remove more generated files
|
|
|
|
@623
|
[623]
|
14 months |
robl |
unneeded file
|
|
|
|
@622
|
[622]
|
14 months |
kgao |
dimension with more than 231 elements support
|
|
|
|
@621
|
[621]
|
15 months |
robl |
remove and ignore generated files
|
|
|
|
@620
|
[620]
|
15 months |
robl |
ignore generated files
|
|
|
|
@619
|
[619]
|
15 months |
robl |
get rid of generated files
|
|
|
|
@618
|
[618]
|
16 months |
kgao |
ncmpidump and the second array size problems proposed by Katie
|
|
|
|
@617
|
[617]
|
16 months |
kgao |
bug 2: additional arrays should not have the 4GB limintation
|
|
|
|