The NAG Fortran compiler, like other compilers, has diagnostic capabilities
which can help us write correct and portable Fortran programs. In this post
we'll look at these, comparing with those of the GCC and Intel compilers,
and see how the compiler can be a valuable tool when developing or maintaining
Fortran code.
Once we've written a program more advanced than our
"Hello, world!" example,
we're going to make mistakes. In this post, we'll look at how we can use the
very compilers we're using to compile our program to pick up on some of these
mistakes.
Hello! I am Sherman and I have just joined the
RSE team at
Queen Mary. Glad to meet you all!
My background is in computational statistics and machine learning. I have
completed projects in rainfall prediction, defect detection for 3D printing and
Markov chains using Monte Carlo. These projects involved collaboration with
various scientists, such as meteorologists, engineers and statisticians.
Over the past year, researchers from QMUL's William
Harvey Research Institute (WHRI) have engaged on a collaborative code review
club. Through this collaborative effort the group aims to peer review the
computational components of their research and provide code quality
assurance to all involved researchers. Additionally, the Research
Software Engineering group of ITS Research has been assisting the group with
knowledge transfer and by participating in the review process.
Research Software London is a community to support
the use and development of research software in London and the South East.
Since 2019, RSLondon has run a number of
Software Carpentry workshops to
teach introductory computing skills to researchers. ITSR have been involved
in these efforts, providing instructors and helpers at each of these workshops.
When it comes to picking a distribution, Python programmers are spoilt for
choice. We're going to compare two of the most popular (CPython and Anaconda)
and one that promises big performance improvements with relatively little
hassle (Intel Distribution for Python).
Jigsaw puzzles proved wildly popular during lockdown, but they weren't all
done on the dining room table on rainy afternoons. The puzzle faced by
researchers from the School of English and Drama (SED), lead by
Dr Richard Coulton and in
collaboration with the Natural History Museum, was
to piece together a set of beautiful botanical watercolours brought back from
China by the East India Company surgeon James Cuninghame. Cuninghame
purchased these works, by an unknown local artist, in Xiamen in 1699. Sometime
in the first half of the eighteenth century, perhaps because of their large
size, these watercolours were cut up and glued into what you ungenerously,
call a scrap book. The British Library has lovingly digitised this book in a
series of
publicly-available
high resolution images funded by Oak Spring Garden Foundation, who also
sponsored the current project.
On Apocrita we can use OpenMP to execute code on GPU devices. This post looks
at how to compile such programs and submit them to run on the GPU nodes. The
post assumes that you have code, already developed and tested, which is ready
for deployment, and that you have been granted access to the GPU nodes.
A little while ago, we were approached by a researcher from the School of
Mathematical Sciences with the classic request of "I'd like my code to run
more quickly". They were simulating a ball bouncing around a billiard table
over the course of millions of collisions and analysing patterns in the path
of the ball (this type of problem is known generally as dynamical billiards).
The Intel Parallel Studio XE Cluster Edition 2020 update 4 suite is now
installed and available on Apocrita. This release will be the last of the
Parallel Studio releases we support, as Intel is moving to its
oneAPI model of bundling.