This is a great doc: Azure Private Link frequently asked questions (FAQ) | Microsoft Learn
What is the relationship between the following?
- private endpoint
- private link
This is a great doc: Azure Private Link frequently asked questions (FAQ) | Microsoft Learn
What is the relationship between the following?
| lustre_createfile_layout |
| .ipynb_checkpoints |
| #!/usr/bin/env python3 | |
| """Creates JSON representation of file system fullness | |
| """ | |
| import re | |
| import time | |
| import json | |
| import subprocess | |
| WATCHED_FS = re.compile(r'(^(dev)?tmpfs|:/cvmfs(/|\s)|/dev/|overlay)') | |
| INTEGER_COLS = {'1K-blocks', 'Used', 'Available', 'Inodes', 'IUsed', 'IFree'} |
| #!/usr/bin/env bash | |
| # | |
| # Update the created/modified dates of PDF files to match the Notability .note | |
| # native format's metadata. Used to preserve date ordering of notes exported | |
| # from Notability. | |
| # | |
| # Step 1. Back up notability to a shared drive in the native "Note" format | |
| # Step 2. Change the backup format to PDF and create PDF versions | |
| # Step 3. Run this script against each .note file | |
| # |
The Cori acceptance test for both the Lustre file system (cscratch) and the burst buffer used IOR to obtain the peak numbers that were advertised.
DataWarp Phase I used 4480 processes (ppn=4) with the following IOR command-line options:
./IOR -a MPIIO -g -t 512k -b 8g -o $DW_JOB_STRIPED/IOR_file -v./IOR -a POSIX -F -e -g -t 512k -b 8g -o $DW_JOB_STRIPED/IOR_file -v| #!/usr/bin/env bash | |
| CSRF_TOK=$(curl --verbose -D - https://my.es.net/ 2>/dev/null | grep -o 'csrftoken=[^;]*' | cut -d= -f2) | |
| echo "CSRF token = [$CSRF_TOK]" | |
| curl \ | |
| --referer https://my.es.net/nersc-400g \ | |
| -X POST \ | |
| -b "csrftoken=$CSRF_TOK" \ | |
| -H "X-CSRFToken: $CSRF_TOK" \ |
| always @(posedge clk) | |
| cnt = cnt + 1; |