You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

This internal training event will cover the following topics with respect to using eclipse on forge:

  • eclipse on forge basic startup, environment, and forge resource manager setup
  • CUDA code with eclipse
  • TAU profiling with eclipse

To start eclipse on forge ?( locally ), add forge (and tau) to your $HOME/.modules setup :

[arnoldg@forge ~]$ echo "module load tau eclipse" >> $HOME/.modules
[arnoldg@forge ~]$ grep -v '^#' .modules

module load tau eclipse
  • No labels