Main public logs

From Center for Atmospheric Sciences(CAS) WIKI
Jump to navigationJump to search

Combined display of all available logs of Center for Atmospheric Sciences(CAS) WIKI. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 18:14, 7 April 2026 Mcnabb talk contribs created page MPI (Created page with " This tutorial will demonstrate using the Gnu Compiler collection on Pirate to cross compile functions from one language (C,C++,Fortran) for use in another language. On the pirate login server, make the cross_compiling test directory and cd into it: mkdir -p /data/common/$USER/test/MPI/src cd /data/common/$USER/test/MPI/ Create the following files: src/hello_mpi.c <pre> #include <mpi.h> #include <stdio.h> #include <unistd.h> int main(int argc, char **argv) { int...") Tag: Visual edit: Switched