Commit Graph

2043 Commits

Author SHA1 Message Date
Scott Fennell
2602948f79
update udunits url 2022-02-01 18:42:13 -06:00
Scott Fennell
35b5421e11
Update python_tests_linux.yml 2022-02-01 18:36:50 -06:00
Scott Fennell
f3f633e392
Update test_linux.yml 2022-02-01 18:36:01 -06:00
Scott Fennell
60b04c532a
Add vaulted centos 8 code mirrors to centos 8 container 2022-02-01 18:34:40 -06:00
Scott Fennell
2006f0d2cb
Add vault mirrors to Centos 8 2022-02-01 18:32:59 -06:00
Scott Fennell
b65e6bdebb
Add vault repos to centos 8 container 2022-02-01 18:29:11 -06:00
Scott Fennell
d6d7301d77
#1215 add a warning when var_set can't find ref_attribute for variable name (variable doesn't exist) (#1216)
Co-authored-by: Fennell, Scott P 263712616 <scott.p.fennell@nasa.gov>
closes #1215
2022-01-18 11:40:59 -06:00
John M. Penn
f073142066 Update SIM_balloon free body diagram. #1213 2022-01-13 10:21:22 -06:00
John M. Penn
178f4f1aa4 Merge branch 'master' of https://github.com/nasa/trick 2022-01-12 13:41:30 -06:00
John M. Penn
62355d54f4 Update SIM_balloon with Wind. #1213 2022-01-12 13:41:04 -06:00
Scott Fennell
64725f8f1c
add workaround for legacy code (bsaf) on modern mac with java 17 (#1211) 2022-01-06 16:28:07 -06:00
John M. Penn
4418fe034c Update pictures for SIM-ballopn. #1210 2022-01-05 12:25:35 -06:00
John M. Penn
2ea49268d7 Fix subscript on coeff of drag in Balloon sim README. #1210 2021-12-21 12:22:33 -06:00
John M. Penn
b162862e6b Edits to SIM_balloon README. #1210 2021-12-19 23:46:05 -06:00
John M. Penn
ed43069e66 Updates to SIM_balloon README. #1210 2021-12-18 17:01:59 -06:00
John M. Penn
cc2419d81e Update SIM_balloon README. #1210 2021-12-18 00:37:00 -06:00
John M. Penn
4b3379130e Add README to Balloon sim. #1210 2021-12-17 22:39:05 -06:00
John M. Penn
b643296fd8 Hot-air balloon simulation. #1210 2021-12-17 16:03:43 -06:00
Scott Fennell
dbf465f217
Add temporary workaround to find udunits on mac to install guide 2021-12-15 12:37:44 -06:00
Scott Fennell
826b220e77
restrict checkpointing on char* vectors in default_trick_sys
related to #1209
2021-12-13 12:59:15 -06:00
Scott Fennell
e696521aa0
fix comment typo in trick_default_sys
closes #1209
2021-12-13 11:28:57 -06:00
John M. Penn
732b77b747 Merge branch 'master' of https://github.com/nasa/trick 2021-12-07 14:17:33 -06:00
John M. Penn
a691ae0d6d Fix message in share/trick/swig/unit_test.py #1208 2021-12-07 14:16:56 -06:00
Scott Fennell
4a7fe807d9
Update CheckPointRestart.hh
closes #1203
2021-12-01 11:11:26 -06:00
Scott Fennell
8f0a87b046
Update Install-Guide.md 2021-11-19 12:35:05 -06:00
Scott Fennell
1315db14a4
1201 icg nocomment file and dir (#1202)
* #1201 make icg_nocomment variable work with files as well as dirs

closes #1201
2021-11-16 19:03:35 -06:00
ddj116
4b2dc2f8ec
Replace deprecated yaml.load() with yaml.safe_load() (#1199)
Closes #1198

Co-authored-by: Dan Jordan <daniel.d.jordan@nasa.gov>
2021-11-02 09:47:55 -05:00
Scott Fennell
d16759fda5
#1148 #1154 autotools configure script: Add PYTHON_VERSION to precious variables and add zip to dependencies (#1197)
closes #1148
closes #1154
2021-10-27 16:18:42 -05:00
Penn, John M 047828115
d1258cde7c Fix typos in Configuring_TRICK_with_Civetweb.md. #1188 2021-10-27 14:41:01 -05:00
Penn, John M 047828115
4647a0b266 Document configuration of Trick with Civetweb. #1188 2021-10-27 14:02:01 -05:00
Penn, John M 047828115
f182c72349 Fix include in Extending_the_HTTP-API.md. #1188 2021-10-19 14:26:06 -05:00
Penn, John M 047828115
8657acb3dc Fix inclusion of CivetServer.h. #1188 2021-10-19 13:41:42 -05:00
Scott Fennell
02bdd8f4a4
Update Install-Guide.md 2021-10-19 11:59:03 -05:00
Scott Fennell
240796c045
Update Install-Guide.md 2021-10-19 11:57:31 -05:00
Scott Fennell
087c98ce01
1191 monte exit code (#1196)
* #1191 refactor monte exit_string_status and fix char*[] array values

closes #1191
2021-10-18 16:08:47 -05:00
Penn, John M 047828115
5b3770d15a Fix civetweb header inclusion problem. #1188 2021-10-18 11:32:33 -05:00
Penn, John M 047828115
1179703b6d Refactor civitweb linkage #1188 2021-10-14 18:17:04 -05:00
Scott Fennell
4a9d9482ef
1194 trick system icg exclude (#1195)
* Fix ICG errors while processing system header files closes #1189

Found an InitPreprocessor call and am using it.  Not sure which version
of clang it was added, just using for the version I'm on (10) and above.
Also found some GCC defines that are used during normal compilation.
Added these to our list of defines during ICG.  This clears up all of
the errors I've been seeing.

* Fix ICG errors while processing system header files #1189

OK, found the flag that activates the ATOMIC defines I was previously
hardcoding.

* #1194 add trick-system-icg-exclude

Co-authored-by: Alex Lin <alexander.s.lin@nasa.gov>
2021-10-12 12:02:03 -05:00
Alex Lin
9f9fd7ca20
Fix ICG errors while processing system header files #1189 (#1190)
* Fix ICG errors while processing system header files #1189

Found an InitPreprocessor call and am using it.  Not sure which version
of clang it was added, just using for the version I'm on (10) and above.
Also found some GCC defines that are used during normal compilation.
Added these to our list of defines during ICG.  This clears up all of
the errors I've been seeing.

* Fix ICG errors while processing system header files #1189

OK, found the flag that activates the ATOMIC defines I was previously
hardcoding.
2021-10-12 11:30:49 -05:00
dbankieris
0ccfed9b9b
Merge pull request #1193 from nasa/1192
Always requeue timed-out MonteCarlo runs
2021-10-07 11:30:02 -05:00
Derek Bankieris
40ef4acfe3 Always requeue timed-out MonteCarlo runs
Closes #1192
2021-10-07 10:27:08 -05:00
Penn, John M 047828115
0b373d96cf Refactor web server configuration. #1188 2021-09-29 18:00:33 -05:00
Penn, John M 047828115
90639e35d5 In Makefile.common, don't allow TRICK_CIVET to be enabled. #1188 2021-09-14 01:10:11 -05:00
Penn, John M 047828115
6865501781 Temporarily disable the python_tests which are really civetserver tests during implementation of issue #1188 2021-09-13 17:46:56 -05:00
jmpenn
f377c36234
Merge pull request #1183 from nasa/issue28
Initial excision of DMTCP from Trick. #28
2021-08-31 11:56:24 -05:00
jmpenn
8e5e213978
Merge branch 'master' into issue28 2021-08-30 16:10:28 -05:00
Penn, John M 047828115
f272e89e1b Comment out inappropriate alloc_info tests. 2021-08-30 15:22:06 -05:00
Penn, John M 047828115
2153eaa6f0 Add print statement back to configure. Tidy up GridLayout instnciation. #28 #1183 2021-08-30 12:30:35 -05:00
Scott Fennell
82c55d405d
Merge master into branch to fix web server tests (#1185)
* suppress warning for detached head during civitweb clone

closes #1180

* disable sigchld handler by default #931 (#1182)

* disable sigchld handler by default #931

* update test to set sigchld trap before testing

closes #931

* Fixed webserver http_alloc test (#1184)

Co-authored-by: cherpin00 <44306236+cherpin00@users.noreply.github.com>
2021-08-28 16:20:34 -05:00
cherpin00
6ae4bc330f
Fixed webserver http_alloc test (#1184) 2021-08-28 16:19:08 -05:00