[4076] in Software_Announce
CalculiX on Athena updated to 2.7
daemon@ATHENA.MIT.EDU (Alex T Prengel)
Wed Sep 3 13:07:29 2014
From: Alex T Prengel <alexp@mit.edu>
To: software-announce@MIT.EDU
Cc: alexp@MIT.EDU, cfyi@MIT.EDU
Date: Wed, 03 Sep 2014 13:07:19 -0400
I've updated CalculiX on Athena ro release 2.7. CalculiX is an Open
Source 3d structural analysis Finite Element program, with a pre- and
post-processor (cgx) and solution engine (ccx). From my message to
users:
CalculiX has been updated to release 2.7. This release is built to allow
ccx multiprocessing; to run it, first set the OMP_NUM_THREADS
environment variable to the number of cores in your processor in the
launch terminal, then type:
add calculix
ccx_2.7_MT <model>
(to build model from data in file <model>.inp)
cgx <model>.frd
(to view model in file <model>.frd)
cgx -b <model>.fbd
(to preprocess model in file <model>.fbd)
To run the prior 2.4 now:
add calculix
ccx_2.4 -ver 2.4 <file> (to run ccx_2.4 on model file.inp)
cgx -ver 2.4 <model.frd> (to view model file model.frd)
Release notes are at http://www.dhondt.de/new_calc.htm
Alex