All Projects → Parallel-NetCDF → Pnetcdf

Parallel-NetCDF / Pnetcdf

Licence: other
Source code repository of PnetCDF library and utilities

Programming Languages

c
50402 projects - #5 most used programming language
fortran
972 projects

Projects that are alternatives of or similar to Pnetcdf

Appiumtestdistribution
A tool for running android and iOS appium tests in parallel across devices... U like it STAR it !
Stars: ✭ 764 (+1459.18%)
Mutual labels:  parallel
Parallel Ssh
Asynchronous parallel SSH client library.
Stars: ✭ 864 (+1663.27%)
Mutual labels:  parallel
Python Parallel Programming Cookbook Cn
📖《Python Parallel Programming Cookbook》中文版
Stars: ✭ 978 (+1895.92%)
Mutual labels:  parallel
Parallec
Fast Parallel Async HTTP/SSH/TCP/UDP/Ping Client Java Library. Aggregate 100,000 APIs & send anywhere in 20 lines of code. Ping/HTTP Calls 8000 servers in 12 seconds. (Akka) www.parallec.io
Stars: ✭ 777 (+1485.71%)
Mutual labels:  parallel
Gush
Fast and distributed workflow runner using ActiveJob and Redis
Stars: ✭ 894 (+1724.49%)
Mutual labels:  parallel
Prpl
parallel Raster Processing Library (pRPL) is a MPI-enabled C++ programming library that provides easy-to-use interfaces to parallelize raster/image processing algorithms
Stars: ✭ 15 (-69.39%)
Mutual labels:  parallel
Eaopt
🍀 Evolutionary optimization library for Go (genetic algorithm, partical swarm optimization, differential evolution)
Stars: ✭ 718 (+1365.31%)
Mutual labels:  parallel
Sorry Cypress
An open-source, on-premise, self-hosted alternative to Cypress Dashboard
Stars: ✭ 1,005 (+1951.02%)
Mutual labels:  parallel
Parallel Hashmap
A family of header-only, very fast and memory-friendly hashmap and btree containers.
Stars: ✭ 858 (+1651.02%)
Mutual labels:  parallel
Lean Batch Launcher
Unofficial alternative launcher for QuantConnect's LEAN allowing for parallel execution and looping/batching with customizable parameters and ranges.
Stars: ✭ 30 (-38.78%)
Mutual labels:  parallel
Numba
NumPy aware dynamic Python compiler using LLVM
Stars: ✭ 7,090 (+14369.39%)
Mutual labels:  parallel
Netcdf2littler
An application to convert NetCDF files to the Little-R format. The Little-R format is the accepted input format for the WRF data assimilation system (WRFDA) preprocessor (obsproc). Currently only the conversion of synoptical weather stations are supported by this application.
Stars: ✭ 5 (-89.8%)
Mutual labels:  netcdf
Load.js
Dynamically loading external JavaScript and CSS files
Stars: ✭ 15 (-69.39%)
Mutual labels:  parallel
Pgbackrest
Reliable PostgreSQL Backup & Restore
Stars: ✭ 766 (+1463.27%)
Mutual labels:  parallel
Filetrees.jl
Parallel file processing made easy
Stars: ✭ 37 (-24.49%)
Mutual labels:  parallel
Pget
The fastest file download client
Stars: ✭ 724 (+1377.55%)
Mutual labels:  parallel
Read Multiple Files
Read multiple files Observable way
Stars: ✭ 13 (-73.47%)
Mutual labels:  parallel
Xyzpy
Efficiently generate and analyse high dimensional data.
Stars: ✭ 45 (-8.16%)
Mutual labels:  parallel
Vc
SIMD Vector Classes for C++
Stars: ✭ 985 (+1910.2%)
Mutual labels:  parallel
Wssh
WSSH Is a tool for brute forcing servers that has port 22 open via ssh, wssh is probably the fastest ssh brute forcer available
Stars: ✭ 21 (-57.14%)
Mutual labels:  parallel

PnetCDF source code development repository

PnetCDF is a parallel I/O library for accessing Unidata's NetCDF files in classic formats. The software development is a collaborative work of Northwestern University and Argonne National Laboratory.

PnetCDF project web page

PnetCDF official software releases

  • All official released versions can be found in https://parallel-netcdf.github.io/wiki/Download.html
  • Note the "releases" link on this page above contains only tagged versions. They are by no means official releases, but simply checkpoints. They contain unused historical files. Users are recommended to download the official releases, not tagged versions.

Build PnetCDF using source codes of this development repository

  • The source codes in this repository are constantly under development. They should NOT be used for production runs.
  • Use the source codes in this repository only if you are interested in contributing the project and we welcome and appreciate any contribution.
  • To clone this repository, run command
    git clone https://github.com/Parallel-NetCDF/PnetCDF.git
    
    This will create a new folder named PnetCDF.
  • Before running configure command to build PnetCDF, please run commands below first.
    cd PnetCDF
    autoreconf -i
    
    Several files, e.g. configure and Makefile.in, will be created for running the configure command. The minimum versions of GNU autotools required are:

Build instructions and recipes

  • Please read file INSTALL for build instructions. There are also several build recipes under folder doc for a few popular systems.

Current build status

PnetCDF user guide

Mailing List

Project funding supports:

  • Ongoing development and maintenance of PnetCDF is supported by the Exascale Computing Project (17-SC-20-SC), a joint project of the U.S. Department of Energy's Office of Science and National Nuclear Security Administration, responsible for delivering a capable exascale ecosystem, including software, applications, and hardware technology, to support the nation's exascale computing imperative.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].