JUQUEEN - Prace Training Portal

JUQUEEN - Prace Training Portal JUQUEEN - Prace Training Portal

training.prace.ri.eu
from training.prace.ri.eu More from this publisher
02.02.2014 Views

Creating shared Libraries bgxlc -c pi.c bgxlc -c main.c ### Create the dynamic library bgxlc -qmkshrobj -Wl,-soname, libpi.so.0 \ -o libpi.so.0.0 libpi.o ### Set up the soname ln -s libpi.so.0.0 libpi.so.0 ### Create a linker name ln -s libpi.so.0 libpi.so ### Create the executable program bgxlc -o pi main.o -L. -lpi -qnostaticlink \ -qnostaticlink=libgcc Shared libraries might become a bottleneck when using large core counts on Blue Gene system! Try to avoid them! 50

Outline Supercomputing@JSC Jülich Supercomputing Centre Supercomputing Systems and User Groups HPC Resources and User Support JUQUEEN – Best Practices System Architecture – Challenges for Applications Production Environment and Application Stack Basic Porting Tuning Applications Performance Analysis Debugging 51

Outline<br />

Supercomputing@JSC<br />

Jülich Supercomputing Centre<br />

Supercomputing Systems and User Groups<br />

HPC Resources and User Support<br />

<strong>JUQUEEN</strong> – Best Practices<br />

System Architecture – Challenges for Applications<br />

Production Environment and Application Stack<br />

Basic Porting<br />

Tuning Applications<br />

Performance Analysis<br />

Debugging<br />

51

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!