jmpenn
0d02a0506a
Update Realtime Best Practices with advice on setting realtime software frame. ( #1845 )
...
Linux Python 2 / build (clang-devel gcc gcc-c++ java-11-openjdk-devel libxml2-devel llvm-devel llvm-static ncurses-devel openmotif openmotif-devel perl perl-Digest-MD5 udunits2 udunits2-devel which zlib-devel python2-devel python3-devel, map[arch:rhel]) (push) Has been cancelled
Linux Python 2 / build (map[], echo package manager already configured, bison clang flex git llvm make maven cmake zip, install -y, echo gtest already installed) (push) Has been cancelled
Linux Python 2 / build (map[arch:debian arch_ver:12 os:ubuntu tag:22.04], 2) (push) Has been cancelled
Linux Python 2 / build (map[arch:rhel arch_ver:7], yum -y install epel-release
yum -y update
, libX11-devel libXt-devel swig3 gtest-devel, yum) (push) Has been cancelled
Linux Python 2 / build (map[arch:rhel arch_ver:8 os:oraclelinux tag:8], 2) (push) Has been cancelled
Linux Python 2 / build (map[arch:rhel arch_ver:8 os:rockylinux tag:8], 2) (push) Has been cancelled
Linux Python 2 / build (map[arch:rhel arch_ver:8], dnf -y install epel-release
dnf -y update
dnf install -y 'dnf-command(config-manager)'
, dnf config-manager --enable powertools
dnf install -y gtest-devel
, dnf, swig diffutils) (push) Has been cancelled
Linux Python 2 / build (map[os:oraclelinux], dnf config-manager --enable ol8_codeready_builder
dnf install -y gtest-devel
) (push) Has been cancelled
Linux Python 2 / build (swig curl g++ libx11-dev libxml2-dev libxt-dev libmotif-common libmotif-dev zlib1g-dev llvm-dev libclang-dev libudunits2-dev libgtest-dev default-jdk python2.7-dev python3-dev python3-pip python3-venv, map[arch:debian], apt-get update, apt-get i… (push) Has been cancelled
32-bit Oracle / trick_32bit_oracle (push) Has been cancelled
Test Docker Hub Images / latest (trick_ubuntu1804) (push) Has been cancelled
More Linux / build (clang-devel gcc gcc-c++ java-11-openjdk-devel libxml2-devel llvm-devel llvm-static ncurses-devel openmotif openmotif-devel perl perl-Digest-MD5 udunits2 udunits2-devel which zlib-devel python2-devel python3-devel, map[arch:rhel]) (push) Has been cancelled
More Linux / build (map[], echo package manager already configured, bison clang flex git llvm make maven cmake zip, install -y, echo gtest already installed) (push) Has been cancelled
More Linux / build (map[arch:debian arch_ver:10 os:debian tag:10], 2) (push) Has been cancelled
More Linux / build (map[arch:debian arch_ver:10 os:debian tag:10], 3) (push) Has been cancelled
More Linux / build (map[arch:debian arch_ver:10], apt-get install -y libgtest-dev
cd /usr/src/gtest
cmake .
make
cp libgtest* /usr/lib/
) (push) Has been cancelled
More Linux / build (map[arch:debian arch_ver:11 os:debian tag:11], 2) (push) Has been cancelled
More Linux / build (map[arch:debian arch_ver:11 os:debian tag:11], 3) (push) Has been cancelled
More Linux / build (map[arch:debian arch_ver:11 os:ubuntu tag:20.04], 2) (push) Has been cancelled
More Linux / build (map[arch:debian arch_ver:11 os:ubuntu tag:20.04], 3) (push) Has been cancelled
More Linux / build (map[arch:debian arch_ver:11], export DEBIAN_FRONTEND=noninteractive
apt-get update
apt-get install -y tzdata
) (push) Has been cancelled
More Linux / build (map[arch:debian arch_ver:12 os:debian tag:bookworm], 2) (push) Has been cancelled
More Linux / build (map[arch:debian arch_ver:12 os:debian tag:bookworm], 3) (push) Has been cancelled
More Linux / build (map[arch:debian], 2, python2.7-dev) (push) Has been cancelled
More Linux / build (map[arch:rhel arch_ver:8 os:almalinux tag:8], 2) (push) Has been cancelled
More Linux / build (map[arch:rhel arch_ver:8 os:almalinux tag:8], 3) (push) Has been cancelled
More Linux / build (map[arch:rhel arch_ver:8], dnf -y install epel-release
dnf -y update
dnf install -y 'dnf-command(config-manager)'
, dnf config-manager --enable powertools
dnf install -y gtest-devel
, dnf, swig diffutils) (push) Has been cancelled
More Linux / build (swig curl g++ libx11-dev libxml2-dev libxt-dev libmotif-common libmotif-dev zlib1g-dev llvm-dev libclang-dev libudunits2-dev libgtest-dev default-jdk python3-dev python3-pip python3-venv, map[arch:debian], apt-get update, apt-get install -y libg… (push) Has been cancelled
* Add advice on setting realtime software frame.
* Fix typos, grammar, from review.
2025-02-27 11:20:59 -06:00
Cody Martin
b3c825d026
Fix typo in Realtime Best Practices ( #1732 )
...
Remove a duplicate _frame from a plain text version of a filename
2024-06-18 15:05:58 -05:00
jmpenn
fdb2bb20b9
Update Realtime-Best-Practices.md
...
Add "Did I mention you should buy more memory?" to 3.5 instead of "Buy more memory! Do it!" Makes it clear that it's intentional.
2024-05-21 11:48:48 -05:00
jmpenn
0c8bc45a84
Update Realtime-Best-Practices.md
...
Fix link format
2024-05-20 13:16:43 -05:00
jmpenn
4744408762
Update Realtime-Best-Practices.md
...
Fix example heading format:
Added space between ##### and title
2024-05-20 11:06:59 -05:00
jmpenn
95f357a937
Update How-To-Guides.md
...
Fix Link:
Change .../RealTime-Best-Practices.md" to Realtime-Best-Practices.md"
2024-05-20 10:57:58 -05:00
John M. Penn
5b994e687d
Fixed link to figure.
2024-05-16 21:17:25 -05:00
John M. Penn
92f1234deb
Fix review issues.
2024-05-16 21:08:46 -05:00
John M. Penn
12d483f094
Mark down formating fixes to Realtime-Best-Practices.md
2024-05-13 14:44:17 -05:00
John M. Penn
353b5afd84
Wrote a Real-time Best Practices HOW TO
2024-05-13 13:49:46 -05:00
Hong Chen
da0110536e
Add conda instruction to "How to Setup a Virtual Python Environment" ( #1588 )
...
* Added conda instruction to "How to Setup a Virtual Python Enironment" guide
* Corrected the table of content for "How to Setup a Virtual Python Environment"
* Added one bullet for removing a conda environment.
2023-10-12 11:26:13 -05:00
Scott Fennell
7337e3b3fe
Fix Other Resources links in Checkpointing-Best-Practices.md ( #1552 )
2023-08-15 12:57:37 -05:00
jmpenn
43b12bb959
Update Checkpointing-Best-Practices.md
...
Undo my changes so I can merge Scott's pull request
2023-08-15 11:11:42 -05:00
jmpenn
3f840d65f5
Update Checkpointing-Best-Practices.md
...
Fix links in "Other Resources"
2023-08-15 10:53:32 -05:00
jmpenn
c56cce3d9e
Add Checkpointing-Best-Practices.md to How-to guides. ( #1549 )
2023-08-14 10:07:42 -05:00
John M. Penn
8ba7e59335
Add HOWTO for Python VIrtual Environment.
2023-08-07 10:16:29 -05:00
Hong Chen
b2d7721d20
1501 update python 2 to 3 in documents ( #1516 )
...
* Updated example code from Python 2 to 3 in How to Get Simulation Time from the Variable Server How-To Guide.
* Removed one line of commented code.
* Modified the examples in Trick Variable Server Tutorial from Python2 to 3 mainly due to socket send in bytes plus print statement update need for Python 3.
* Fixed 2 missed print statements.
2023-06-12 10:26:25 -05:00
John M. Penn
3b630c33dc
markdown render fix.
2023-03-01 17:16:29 -06:00
John M. Penn
4999b076f4
Typos.
2023-03-01 16:58:35 -06:00
jmpenn
6e272c4b9e
Add a HOWTO: How-To-Containerize-Trick-with-Docker. ( #1462 )
...
* Add a HOWTO: How-To-Containerize-Trick-with-Docker.
* describe operating the cannon graohics client.
* Fix review issues.
2023-03-01 15:44:46 -06:00
Scott Fennell
a5412994bf
move release guide to dev docs
2022-11-17 15:51:26 -06:00
jmpenn
4c1271b43b
Update How-to-dump-core-file-on-MacOS.md
...
Add lines between title and header in an attempt to fix the weird rendering problem in which '>' gets injected .
2022-08-22 15:43:32 -05:00
John M. Penn
79916fcd04
Document Tweaks #1334
2022-08-22 15:29:15 -05:00
John M. Penn
9495f3cd27
Document How to Dump a Core-file on MacOS #1334
2022-08-22 15:24:01 -05:00
Scott Fennell
e15723bde5
Update How-To-Make-A-Release.md
2022-07-20 16:09:56 -05:00
Scott Fennell
a34c0fa5ca
Update How-To-Make-A-Release.md
2022-07-20 16:02:48 -05:00
Scott Fennell
0fdcb086c5
Update How-To-Make-A-Release.md
2022-07-20 16:02:03 -05:00
Scott Fennell
194a29e255
Update How-To-Make-A-Release.md
2022-07-20 16:01:39 -05:00
Scott Fennell
234b733ac5
Update How-To-Guides.md
2022-07-20 15:59:42 -05:00
Scott Fennell
19cd35a63c
Update How-To-Guides.md
2022-07-20 15:59:19 -05:00
Scott Fennell
b4b8226953
Create How-To-Make-A-Release.md
...
closes #1310
2022-07-20 15:58:26 -05:00
Scott Fennell
7476348ba6
Add link to input file quick reference in How To Guides
2020-07-08 09:19:14 -05:00
Derek Bankieris
e95a0cf6da
Fix ICG_IGNORE_TYPE documentation
2020-04-17 14:55:51 -05:00
Scott Fennell
66c5852566
update doc links
2019-11-20 12:53:56 -06:00
Scott Fennell
1c9cf79e50
add wiki to repository for github pages
2019-11-20 11:04:58 -06:00