| <p>Note that Pitzer usage over the weekend was much better! Maybe weekends are our best time to run? Today (Monday) has been a little bit worse. </p>
<p>Over the past few days the following items have been accomplished:</p>
<ul>
<li>We got the jobs to stop canceling on OSC.
<ul>
<li>Issue was the destination command for the error and output files for the GPU jobs inside the GPU job script; we fixed it by taking it out.
<ul>
<li>This issue was causing jobs to fail. They are no longer failing, and the loop is working again.</li>
</ul>
</li>
</ul>
</li>
<li>Set up a way to be able to automatically upload both the L, R, Theta plots and the Fitness Score plot to dropbox as we work.
<ul>
<li>Set up an email that automatically uploads to dropbox under the folder GP_Antennas/Updates/DailyFitnessScoreImages when you send an attachment with that email.</li>
<li>We added this command into the loop:<br />
<span style="background-color:#dddddd">mail -s "Subject" dropbox.2dwp1o@zapiermail.com < FScorePlot2D.png</span>
<ul>
<li>It automatically has it upload an image when the loop finishes a generation. It's currently so that the file will be named whatever the subject of the email is so we can control that by whatever is after the -s command. It's currently set to not overwrite.</li>
</ul>
</li>
<li><span style="background-color:#FFFF00">Still need to add the Veff plot to dropbox. </span></li>
</ul>
</li>
<li>Made gitpush.sh and gitpushforce.sh
<ul>
<li>Each time one of us pushes changes to GitHub, it makes a permssion lock on the directories. From now on, after looking at what files are changed (using <span style="background-color:#D3D3D3">git status</span>. Remember to make sure to add any data files missed to the .gitignore)users should do:
<ul>
<li><span style="background-color:#D3D3D3">git add .</span></li>
<li><span style="background-color:#D3D3D3">git commit -m "add message"</span> or <span style="background-color:#D3D3D3">git commit --amend --no-edit</span></li>
<li>Then run: <span style="background-color:#D3D3D3">./gitpush.sh</span> if you made a full new commit, or use <span style="background-color:#D3D3D3">./gitpushforce.sh</span> if you amended this edit to the previous commit. They both exist in: /fs/project/PAS0654/BiconeEvolutionOSC
<ul>
<li>These files run the <span style="background-color:#D3D3D3">git push</span> or <span style="background-color:#D3D3D3">git push -f</span> commands and then immediately run a chmod to change permissions after. </li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li>Alex is starting the APS slides!
<ul>
<li>He should be sharing them shortly. I told him to look at Suren's from last year for guidance. </li>
</ul>
</li>
<li><a href="http://radiorm.physics.ohio-state.edu/elog/GENETIS/44">We have started working on adding the feature that pulls non-unique (ie repeat parameter) individuals from an antenna database. </a>
<ul>
<li>It's currently being developed on the Antenna_Database branch in git. </li>
<li>Alex has started writing c++ code that reads in the csv file and appends unique items to it. </li>
<li>Comments from Amy we need to remember:
<ul>
<li>Doing "==" on doubles is bad!</li>
<li>We want this "likeliness" to be between 1 and 10% (start with 10%).
<ul>
<li>Remember: is this difference between L stored and new L a fraction of the wavelength?</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul> |