-
Notifications
You must be signed in to change notification settings - Fork 1
stampede_install
pradeep fernando edited this page Oct 12, 2015
·
4 revisions
slide deck on stampede module load
netcdf install
module load netcdf/4.3.2
module save gtcenv
module restore gtcenv
make clean
make
- Use idev tool to create interactive session.
idev -m 30 - Use login node to compile the code
- DDT (not free)
- Totalview (not free)
DDT parallel debugged available on Stampede cluster.
Read the debugging instructions guide.
It turns out that, ifortran and icc compilers follows ISO C binding. So,
type(c_ptr) function alloc(vsize, varname, pid, cmtsize) bind(C)
bind(C) part is very important in the intel environment.