| File | Date | Author | Commit |
|---|---|---|---|
| client | 2015-07-27 |
|
[86ae92] Removed (mostly) unnecessary size parameter for... |
| ide | 2013-02-26 |
|
[aa245b] Renamed all references to aio to alio to reflec... |
| server | 2015-07-27 |
|
[86ae92] Removed (mostly) unnecessary size parameter for... |
| tools | 2015-07-27 |
|
[86ae92] Removed (mostly) unnecessary size parameter for... |
| xml | 2013-04-03 |
|
[dbbb0b] Removed old and unused Makefiles. |
| .gitignore | 2014-01-21 |
|
[3a136e] Ignore more files. |
| CMakeLists.txt | 2014-02-20 |
|
[42d4b0] Added support for -DUSE_MPI=off to disable mpi ... |
| COPYING | 2013-03-18 |
|
[180dd8] Added proper GPL copyright notice in all files,... |
| alio.xml | 2014-02-20 |
|
[ddc8ad] Debug view can now enable/disable various funct... |
| main.cpp | 2014-02-20 |
|
[ddc8ad] Debug view can now enable/disable various funct... |
| readme | 2013-04-04 |
|
[30bfa9] 1) Made sure that each file object has a static... |
1) Modules to load and how to use it: ===================================== module load intel/12.1.8.273 openmpi/1.4.3 module load nco LD_PRELOAD=./client/libclient.so ncks -v eta_t,x_T,y_T -c ncrcat_ocean_mean_test.nc eta_mean_test.nc export LD_LIBRARY_PATH=/g/sc/home/joergh/projects/alio/tools:$LD_LIBRARY_PATH #Short ncks -d Time,0,0 -v eta_t -c ncrcat_ocean_mean_test.nc eta_mean_test.nc 2) Debugging with gdb ===================== gdb /apps/nco/4.1.0/bin/ncks set environment LD_PRELOAD=./bld/client/libclient.so run -v eta_t,x_T,y_T -c ncrcat_ocean_mean_test.nc eta.nc 3) Debugging with ddt ===================== export LOADMODULE="LD_PRELOAD=libclient.so:\$LD_PRELOAD LD_LIBRARY_PATH=.:\$LD_LIBRARY_PATH /apps/ddt/3.1/bin/ddt-client a.out" or add similar lines in a script, then run the script using: mpirun ... script