Monday, April 4, 2011

Day 2 At CERN

Woke up this morning at 7:30. Grabbed some breakfast across the street from the Hostel. I had orange juice with passion fruit (whatever that is), mixed fruit, and a chocolate french roll.

After this, Brian and I walked to the Users' Center to create my account. Then, we walked to the ID badge place to get my CERN ID. At this time, it was raining.

After getting my ID, we walked to meeting building, which happened to be on the other side of CERN (I walked across the Swiss/French border, can't even tell).

Morning Session
Listened to 3 talks. The first two where very CMS and physics heavy. I didn't understand much. Ian gave a talk about the future challenges in CMS computing. Punchlines where:
  • Redesigning the CAF (CERN Analysis Farm) to have better data access (integrate Xrootd redirector)
  • We're running out of Cycles at CMS T1's
  • CMS reduced the AOD (Analysis-Oriented Data) copies. More transfers between sites rather than strict adherence to tree, trickle down, theory.
Lunch was at Restaurant 2. Had pasta with white sauce and small chunks of ham on top, salad, and a Coke. The Coke, like most drinks here, was not all that cool. I guess Americans are weird with their need for ice and very cold drinks. Pasta was good, but big.

Afternoon Session
A few physics talks that I didn't quite grasp. Geant4 talk. Fast simulation talk.

Learned a lot about the CMS Production workflow.

Questions:
  • Seems odd that they have to warn sites what files they will run on, shouldn't we be running better technology? This sounds like an issue with dCache? Do they do this on Hadoop Clusters? Lustre?
  • Didn't mention if these production jobs run outside the T1's. I certainly see something from CMS Production at Nebraska.
T1 Processing. Basically we're going to run out of computing after the end of the year. Especially if the data collecting is like last year, where 75% data was taken after September. This makes me wonder why CMS doesn't invest in what Miron has said before: Make it run everywhere and my toaster.

After the talk, we went to the 'CMS Drink' at a building right next to our Hostel (though it was a walk from where the meetings where held). This was just an horderve and wine event. I forgot how much I didn't like red wine. But the white wine was tolerable.

During the 'Drink' session, a few of the people that Brian knows planned dinner at a local chicken place, Chez Ma Cousine.


And a few people outside of the entrance after eating.

Sunday, April 3, 2011

Arriving at CERN

Had a decent flight into CERN. Aaron D. picked Brian and I up at the airport. The Hostel opens at 9:00, so we ate some breakfast in the cafeteria before we checked into our hostel.



After checking in, I took a quick shower and started to fight the jet lag.

We met Liz in the Hostel parking lot. She gave us a ride to Ian's house where we had brunch. Brunch consisted of grilled chicken, potatoes, and various other french food (cheese, bread, ...). The view from Ian's house of the Swiss Alps:


We stayed at Ian's until just past 3:00. After coming back, we met with a few other people from Fermilab at the patio across the street from the Hostel. View of Swiss Alps from patio:



After talking for a while, I couldn't stand it and went back to the hostel room and took a quick nap.

After the nap, I met Brian and a few other people from FNAL and Ken Bloom (UNL Physicist) to walk to dinner. We walked towards Geneva to a pizza place named Pizza D Oro. I had a normal'ish pizza. It was a thin crust beef pizza. But, the beef was just sliced beef like if you cut a steak horizontally.

After dinner, Brian and I just crashed.
Map

Thursday, February 17, 2011

Making a new group in GlideinWMS VO Frontend

The most difficult thing with the RPM (or the normal install) is making a new group in the GlideinWMS Frontend.

The files you need to add are:
cp -r /usr/share/gwms-frontend/www/monitor/frontend_OSG_gWMSFrontend/group_main /usr/share/gwms-frontend/www/monitor/frontend_OSG_gWMSFrontend/group_
cp -r /usr/share/gwms-frontend/www/stage/frontend_OSG_gWMSFrontend/group_main /usr/share/gwms-frontend/www/stage/frontend_OSG_gWMSFrontend/group_
cp -r /usr/share/gwms-frontend/frontend-temp/frontend_OSG_gWMSFrontend/group_main /usr/share/gwms-frontend/frontend-temp/frontend_OSG_gWMSFrontend/group_
cp -r /var/log/gwms-frontend/frontend_OSG_gWMSFrontend/group_main /var/log/gwms-frontend/frontend_OSG_gWMSFrontend/group_


Then chown them all:
chown -R nobody: /usr/share/gwms-frontend
chown -R nobody: /var/log/gwms-frontend


Update:
New RPM, new directories.


cp -r /usr/share/gwms-frontend/www/monitor/group_main /usr/share/gwms-frontend/www/monitor/group_
cp -r /usr/share/gwms-frontend/www/stage/group_main /usr/share/gwms-frontend/www/stage/group_
cp -r /usr/share/gwms-frontend/frontend-temp/group_main /usr/share/gwms-frontend/frontend-temp/group_
cp -r /var/log/gwms-frontend/group_main /var/log/gwms-frontend/group_
chown -R nobody: /usr/share/gwms-frontend
chown -R nobody: /var/log/gwms-frontend

Friday, January 28, 2011

Non-root RPM Install

First, copy the database files from rpm. This is so you don't have to reinstall things already installed on the system.

cp /var/lib/rpm/* newprefix/

To install the rpms:
rpm --prefix $HOME/newprefix -ivh rpmbuild/RPMS/noarch/hcc-testapp-1.0-1.noarch.rpm rpmbuild/RPMS/noarch/hcc-apps-1.0-1.noarch.rpm --dbpath /home/swa
nson/dweitzel/newprefix/

Friday, October 1, 2010

Google Earth Fedora 13 Fixed!

I was able to fix the install of google earth on fedora 13 by installing the i686 nvidia libraries.

After adding rpm forge and installing the nvidia drivers (kmod-nvidia). It only installed the x86_64 nvidia libs.

yum install xorg-x11-drv-nvidia-libs.i686


Working!!!

Thursday, April 22, 2010

Security Visualization

Condor Week

Just got back from condor week. I gave a presentation on persistent jobs in Condor. Check out the other presentations: