Menu

Tree [86ae92] master /
 History

HTTPS access


File Date Author Commit
 client 2015-07-27 hiker hiker [86ae92] Removed (mostly) unnecessary size parameter for...
 ide 2013-02-26 Joerg Henrichs Joerg Henrichs [aa245b] Renamed all references to aio to alio to reflec...
 server 2015-07-27 hiker hiker [86ae92] Removed (mostly) unnecessary size parameter for...
 tools 2015-07-27 hiker hiker [86ae92] Removed (mostly) unnecessary size parameter for...
 xml 2013-04-03 Joerg Henrichs Joerg Henrichs [dbbb0b] Removed old and unused Makefiles.
 .gitignore 2014-01-21 Joerg Henrichs Joerg Henrichs [3a136e] Ignore more files.
 CMakeLists.txt 2014-02-20 hiker hiker [42d4b0] Added support for -DUSE_MPI=off to disable mpi ...
 COPYING 2013-03-18 Joerg Henrichs Joerg Henrichs [180dd8] Added proper GPL copyright notice in all files,...
 alio.xml 2014-02-20 hiker hiker [ddc8ad] Debug view can now enable/disable various funct...
 main.cpp 2014-02-20 hiker hiker [ddc8ad] Debug view can now enable/disable various funct...
 readme 2013-04-04 Joerg Henrichs Joerg Henrichs [30bfa9] 1) Made sure that each file object has a static...

Read Me

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


Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.