User contributions for Mcnabb
From Center for Atmospheric Sciences(CAS) WIKI
Jump to navigationJump to search
7 April 2026
- 19:0119:01, 7 April 2026 diff hist +1,333 MPI C No edit summary
- 18:3018:30, 7 April 2026 diff hist +97 MPI C →run_hello_mpi.c
- 18:2418:24, 7 April 2026 diff hist +65 MPI C →run_hello_mpi.c
- 18:1718:17, 7 April 2026 diff hist +88 MPI C No edit summary Tag: Visual edit
- 18:1618:16, 7 April 2026 diff hist +14 MPI C No edit summary Tag: Visual edit
- 18:1618:16, 7 April 2026 diff hist +29 MPI C No edit summary Tag: Visual edit: Switched
- 18:1418:14, 7 April 2026 diff hist +2,278 N MPI C 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
- 17:5717:57, 7 April 2026 diff hist +278 Cross Compiling →run_mixed.sbatch current Tag: Visual edit
- 17:5317:53, 7 April 2026 diff hist +51 Cross Compiling →Compiling and Running the example: Tag: Visual edit
- 17:4917:49, 7 April 2026 diff hist +535 Cross Compiling →build_mixed.sbatch
- 17:3517:35, 7 April 2026 diff hist −12 GCC No edit summary Tag: Visual edit
- 17:3417:34, 7 April 2026 diff hist −251 Hello World No edit summary current Tag: Visual edit
- 17:2617:26, 7 April 2026 diff hist +248 Cross Compiling No edit summary
- 17:2417:24, 7 April 2026 diff hist +24 Cross Compiling No edit summary Tag: Visual edit
- 17:1517:15, 7 April 2026 diff hist +265 Cross Compiling No edit summary Tag: Visual edit
- 17:1317:13, 7 April 2026 diff hist +1,305 Cross Compiling No edit summary
- 17:1217:12, 7 April 2026 diff hist +101 Cross Compiling No edit summary Tag: Visual edit
- 17:0917:09, 7 April 2026 diff hist +1,291 Cross Compiling No edit summary Tag: Visual edit: Switched
- 16:3316:33, 7 April 2026 diff hist +1 m Hello World No edit summary Tag: Visual edit
- 16:3016:30, 7 April 2026 diff hist +324 Hello World No edit summary Tag: Visual edit
- 16:2316:23, 7 April 2026 diff hist +351 Hello World No edit summary Tag: Visual edit
- 16:1716:17, 7 April 2026 diff hist −10 Hello World →Back to GCC tutorials Tag: Visual edit
- 16:1716:17, 7 April 2026 diff hist +27 Cross Compiling No edit summary Tag: Visual edit
- 15:4315:43, 7 April 2026 diff hist +175 N Cross Compiling Created page with "On the pirate login server, make the cross_compiling test directory and cd into it: mkdir -p /data/common/$USER/test/cross_compile/ cd /data/common/$USER/test/cross_compile/" Tag: Visual edit
- 15:3515:35, 7 April 2026 diff hist +31 GCC No edit summary Tag: Visual edit
- 15:3415:34, 7 April 2026 diff hist +35 Hello World No edit summary Tag: Visual edit
- 15:2915:29, 7 April 2026 diff hist +430 Hello World No edit summary Tag: Visual edit
- 15:2515:25, 7 April 2026 diff hist +18 Hello World No edit summary Tag: Visual edit
- 15:2415:24, 7 April 2026 diff hist +1,461 Hello World No edit summary Tag: Visual edit: Switched
- 15:1815:18, 7 April 2026 diff hist +28 m Hello World No edit summary Tag: Visual edit
- 15:1715:17, 7 April 2026 diff hist +690 Hello World No edit summary Tag: Visual edit: Switched
- 15:1215:12, 7 April 2026 diff hist +13 Hello World No edit summary
- 15:1115:11, 7 April 2026 diff hist +594 Hello World No edit summary Tag: Visual edit: Switched
- 15:0915:09, 7 April 2026 diff hist +566 Hello World No edit summary Tag: Visual edit: Switched
- 15:0115:01, 7 April 2026 diff hist +263 m GCC No edit summary Tag: Visual edit
- 14:5914:59, 7 April 2026 diff hist +616 N Hello World Created page with "Create the following files in a test directory underneath /data/common/$USER ($USER is your user name).: === C: === ====== hello.c ====== #include "stdio.h" int main(int argc,char **argv){ printf("Hello world\nI am a C program\n"); } === C++: === ====== hello.cpp ====== #include <iostream> int main(int argc, char** argv){ std::cout<<"Hello World,\nI am a C++ program\n"; } === Fortran: === ====== hello.f90 ====== program HelloWorld write (*,*) 'He..." Tag: Visual edit
- 14:4114:41, 7 April 2026 diff hist +334 N GCC Created page with "Hello World : Examples of compiling and running a simple hello world program on the Pirate cluster using C, C++, and Fortran. Cross Compiling : Example of how to cross compile functions between C, C++, and Fortran on the Pirate cluster. MPI : Examples of compiling and running simple MPI programs on the Pirate cluster." Tag: Visual edit
1 April 2026
- 16:1016:10, 1 April 2026 diff hist +89 m Tutorials Adding GCC link current Tag: Visual edit
18 March 2026
- 18:1318:13, 18 March 2026 diff hist +167 Admin:Server Setup No edit summary Tag: Visual edit
6 March 2026
- 18:4418:44, 6 March 2026 diff hist +3,442 N Ssh alias and ssh-keygen Created page with "CAS servers support connections using ssh. You may find the following using to use ssh-keygen and ssh alias. === Linux: === Create a public/private key pair with ssh-keygen. ssh-keygen -t ed25519 -C "your_email@example.com" Depending on your use case, you may or may not want to enter a passphrase. If you do use a passphrase it should not be the same as your password for our servers! This should create two files: ~/.ssh/id_ed25519 # private key (keep secr..." current Tag: Visual edit
- 18:1718:17, 6 March 2026 diff hist +30 Tutorials No edit summary Tag: Visual edit
26 February 2026
- 21:2521:25, 26 February 2026 diff hist +2 m Python No edit summary current Tag: Visual edit
- 20:3120:31, 26 February 2026 diff hist +9 Python No edit summary Tag: Visual edit
11 February 2026
- 16:2716:27, 11 February 2026 diff hist +105 Tutorials No edit summary Tag: Visual edit
- 16:2616:26, 11 February 2026 diff hist +1,734 N Access Control Lists Created page with "For more fine grained control of who can access a directory you may want to use NFS4's Access Control Lists (ACL) Below is an example of making an access control list that will cause a directory to shared between two users (FOO and BAR) such that all future fiels and subdirectories will also be shared by default. id FOO BAR uid=2506(FOO) gid=2506(FOO) groups=2206(FOO) uid=25089(BAR) gid=20089(BAR) groups=25089(BAR) nfs4_getfacl /data/common/FOO/SHARED_WITH_BAR <no..." current Tag: Visual edit
- 16:1716:17, 11 February 2026 diff hist +425 Onboarding Guide No edit summary Tag: Visual edit
10 February 2026
- 21:3621:36, 10 February 2026 diff hist +1 Onboarding Guide →Sharing Data: Tag: Visual edit
- 21:3621:36, 10 February 2026 diff hist +340 Onboarding Guide No edit summary Tag: Visual edit
- 21:3421:34, 10 February 2026 diff hist +386 Onboarding Guide No edit summary Tag: Visual edit
- 21:1821:18, 10 February 2026 diff hist +119 Available Software No edit summary current Tag: Visual edit