This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ~/.config/containers/storage.conf | |
[storage] | |
driver="vfs" | |
runroot="/var/tmp/${USER}_podman/images" | |
rootless_storage_path="/var/tmp/${USER}_podman/storage" | |
[storage.options] | |
ignore_chown_errors="true" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <iostream> | |
#include <iomanip> | |
#include <cassert> | |
#include <unistd.h> | |
#include "mpi.h" | |
int main (int argc, char **argv) | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// g++ -O2 -o test_xdr test_xdr.C ; time ./test_xdr | |
#include <iostream> | |
#include <vector> | |
#include <rpc/rpc.h> | |
#include <ctime> | |
#include <sys/time.h> | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains any messages produced by compilers while | |
running configure, to aid debugging if configure makes a mistake. | |
It was created by libmesh configure 0.9.1pre, which was | |
generated by GNU Autoconf 2.69. Invocation command line was | |
$ ../configure --prefix=/Users/benkirk/codes/libmesh/xcode/_inst | |
## --------- ## | |
## Platform. ## |