I am using Eclipse-based tool for an embedded project. When I started editing files I found many tutorials that tell you the basics, but no comprehensive reference for the built-in editor. On the Eclipse site I found this documentation: https://help.eclipse.org/latest/index.jsp It devotes one page to the editor saying what its […]
Daily Archives: January 12, 2022
12 posts
I am creating a conditional mail merge in Microsoft Mail Merge that uses if…then..else. Currently, it is set so that if a letter type is one of several letter types it will go to a specific file and use the contents of the corresponding letter .docx (I’ll include the code […]
I am attempting to run FDS (CFD code for fire simulation) on Cloud9 pcluster using the following tutorial: https://fds-smv-on-pcluster.workshop.aws/oyo/setup/pcluster.html Basically, you install ParallelCluster, create a new keypair, write a configuration file and then create the pcluster, then download FDS to the cluster and use Slurm to submit the job. A […]