# difx **Repository Path**: duanxuefeng/difx ## Basic Information - **Project Name**: difx - **Description**: DiFX(Distributed FX) correlator - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: Set_lofreq - **Homepage**: https://difx.readthedocs.io/en/latest/ - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-03-17 - **Last Updated**: 2025-03-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # DiFX The official repo for DiFX. ## Installation DiFX requires MPI, PGPLOT and IPP. Details see https://github.com/difx/difx/wiki/Installation ### For DiFX Users At the time of writing, the current stable version of DiFX is DiFX-2.8.1. You can look the DiFX tags for more version. Then we recommend the user to check out stable version right now. If you want to check out v2.8.1, just type : ```bash $ git clone https://github.com/difx/difx -b v2.8.1 ``` ### For DiFX Developers To install the latest dev branch of DiFX, follow these simple instructions: ```bash $ git clone https://github.com/difx/difx $ cd difx # now there are just one main branch $ git checkout dev # Now you are in dev branch, # we will do the development based on dev branch # until we want do a release tag version # do coding now ``` ### Compiling DiFX ```bash # make sure the setting in setup.bash is correct (you will probably need to modify e.g. IPPROOT, MPICXX, etc) $ source setup.bash # (or .csh). #You will probably want to add this to your .bashrc or .cshrc files # Help on options for that last bit are available with ./install-difx --help. $ ./install-difx --help # It is highly recommended to build difx in an area other that the source tree (to avoid adding many untracked files) $ cd /some/directory/in/which/to/build $ /path/to/difx/repo/install-difx ``` The troubleshooting area on https://github.com/difx/difx/wiki/Documentation #### TESTING #################### See https://github.com/difx/difx/wiki/Benchmarks ## Usage See the userguide of DiFX. ## Maintainer [@adamdeller](https://github.com/adamdeller) ## Contributing Feel free to join us! [Open an issue](https://github.com/difx/difx/issues/new) or submit PRs is always welcome. Find more details on [CONTRIBUTION](CONTRIBUTION.md) . Please follows the [Contributor Covenant](http://contributor-covenant.org/version/1/3/0/) Code of Conduct. ### Contributors This project exists thanks to all the people who contribute. ## License [GPL3](LICENSE.md) .