References for Running Profiles in Henry2
As of today, I’ve been set up on the Henry2 computer cluster. This is where I’ll run the executables, because it’s just a lot faster than working on the desktops in our lab. We compile:
Sqa3.nunu.1D.DE.F.cpp
to create an executable.
When I want to run a certain profile #, there are a few things I need to do:
Within Profiles folder, a profiles#_stp.d and a profiles#_Ye.d must both exist
Within ProjectFiles, there should be a: sqa3.nm[hierarchy].70-1e12km.# and a bsub_nm[hierarchy]_#
The bsub file has the commands that will be given. The sqa3 file has the information about the places where the code can find data it needs to run.
Once in terminal, make sure I’m in /home/tjaida/ProjectFiles
Type in bsub < bsub_nm[hierarchy]_#
Now, it should confirm that the job has been put into the queue. To check the status of the job type bjobs
When the job is finished, the output will be placed in the folder specified in the fourth line of the sqa3 file. It also provides the name of the output files.
I’ve been reading a lot of papers on supernova neutrinos in order to write my research proposal which is due on Monday. Other than that, I’ve just steadily been learning more about astrophysics and how to write in a scientific style.